rpms/arj/devel arj.spec,1.9,1.10

Robert Scheck robert at fedoraproject.org
Wed Aug 19 08:40:48 UTC 2009


Author: robert

Update of /cvs/pkgs/rpms/arj/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15207

Modified Files:
	arj.spec 
Log Message:
Disabled the even with patches broken parallel builds again



Index: arj.spec
===================================================================
RCS file: /cvs/pkgs/rpms/arj/devel/arj.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- arj.spec	24 Jul 2009 17:04:04 -0000	1.9
+++ arj.spec	19 Aug 2009 08:40:48 -0000	1.10
@@ -1,7 +1,7 @@
 Summary:	Archiver for .arj files
 Name:		arj
 Version:	3.10.22
-Release:	9%{?dist}
+Release:	10%{?dist}
 License:	GPL+
 Group:		Applications/Archiving
 URL:		http://arj.sourceforge.net/
@@ -42,8 +42,8 @@ pushd gnu
   %configure
 popd
 
-# Disable binary strippings
-make %{?_smp_mflags} ADD_LDFLAGS=""
+# No %{?_smp_mflags}, arj is not parallel build clean, no stripping
+make ADD_LDFLAGS=""
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*arj*1.*
 
 %changelog
+* Wed Aug 19 2009 Robert Scheck <robert at fedoraproject.org> 3.10.22-10
+- Disabled the even with patches broken parallel builds again
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.10.22-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list