Michael van Elst 23 лет назад
Родитель
Сommit
c9adcf12c8
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      xerces-c/xerces-c.spec

+ 3 - 3
xerces-c/xerces-c.spec

@@ -37,7 +37,7 @@ Distribution: OpenPKG [EVAL]
 Group:        Web
 Group:        Web
 License:      Apache Software License 1.1
 License:      Apache Software License 1.1
 Version:      %{V_opkg}
 Version:      %{V_opkg}
-Release:      20030103
+Release:      20030117
 
 
 #   package options
 #   package options
 %option       with_pth           no
 %option       with_pth           no
@@ -147,7 +147,7 @@ AutoReqProv:  no
           -cgcc \
           -cgcc \
           -xc++
           -xc++
       %{l_make} %{l_mflags}
       %{l_make} %{l_mflags}
-    )
+    ) || exit $?
 
 
 %install
 %install
     ( XERCESCROOT=`pwd`
     ( XERCESCROOT=`pwd`
@@ -163,7 +163,7 @@ AutoReqProv:  no
                   $i $RPM_BUILD_ROOT%{l_prefix}/libexec/xerces-c
                   $i $RPM_BUILD_ROOT%{l_prefix}/libexec/xerces-c
           fi
           fi
       done
       done
-    )
+    ) || exit $?
     %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
     %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
 
 
 %files -f files
 %files -f files