rpms/xmlstarlet/devel xmlstarlet.spec,1.4,1.5

Paul W. Frields (pfrields) fedora-extras-commits at redhat.com
Fri Mar 21 20:58:57 UTC 2008


Author: pfrields

Update of /cvs/pkgs/rpms/xmlstarlet/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31656

Modified Files:
	xmlstarlet.spec 
Log Message:
Rebuild to use FORTIFY_SOURCE correctly



Index: xmlstarlet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xmlstarlet/devel/xmlstarlet.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xmlstarlet.spec	19 Feb 2008 19:06:03 -0000	1.4
+++ xmlstarlet.spec	21 Mar 2008 20:58:18 -0000	1.5
@@ -1,6 +1,6 @@
 Name: xmlstarlet
 Version: 1.0.1
-Release: 5%{?dist}
+Release: 6%{?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
+* Fri Mar 21 2008 Paul W. Frields <stickster at gmail.com> - 1.0.1-6
+- Rebuild to use FORTIFY_SOURCE correctly
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.0.1-5
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list