rpms/xmlstarlet/F-7 xmlstarlet.spec,1.3,1.4

Paul W. Frields (pfrields) fedora-extras-commits at redhat.com
Sat Mar 22 12:12:39 UTC 2008


Author: pfrields

Update of /cvs/pkgs/rpms/xmlstarlet/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30240

Modified Files:
	xmlstarlet.spec 
Log Message:
Sync with devel changes for FORTIFY_SOURCE


Index: xmlstarlet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xmlstarlet/F-7/xmlstarlet.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xmlstarlet.spec	16 Sep 2006 03:27:46 -0000	1.3
+++ xmlstarlet.spec	22 Mar 2008 12:11:56 -0000	1.4
@@ -1,6 +1,6 @@
 Name: xmlstarlet
 Version: 1.0.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: Command Line XML Toolkit
 Group: Applications/Text
 License: MIT
@@ -30,7 +30,7 @@
 %build
 autoreconf -i
 %configure
-make
+make %{?_smp_mflags}
 cd $RPM_BUILD_DIR/%{name}-%{version}/doc
 xmlto man xmlstarlet-man.xml
 xmlto html-nochunks xmlstarlet-ug.xml
@@ -39,8 +39,8 @@
 
 %install
 rm -fr %{buildroot}
+make install DESTDIR=$RPM_BUILD_ROOT
 
-%makeinstall
 
 %clean
 rm -fr %{buildroot}
@@ -54,6 +54,9 @@
 
 
 %changelog
+* Sat Mar 22 2008 Paul W. Frields <stickster at gmail.com> - 1.0.1-5
+- Rebuild to use FORTIFY_SOURCE correctly
+
 * Sat Sep  2 2006 Paul W. Frields <stickster at gmail.com> - 1.0.1-4
 - Bump release for FC6 mass rebuild
 




More information about the fedora-extras-commits mailing list