diff --git a/xmlstarlet.spec b/xmlstarlet.spec index 0b9f1c9..e53da9f 100644 --- a/xmlstarlet.spec +++ b/xmlstarlet.spec @@ -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 @@ commands. %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 @@ xmlto html-nochunks xmlstarlet-ug.xml %install rm -fr %{buildroot} +make install DESTDIR=$RPM_BUILD_ROOT -%makeinstall %clean rm -fr %{buildroot} @@ -54,6 +54,9 @@ rm -fr %{buildroot} %changelog +* Fri Mar 21 2008 Paul W. Frields - 1.0.1-6 +- Rebuild to use FORTIFY_SOURCE correctly + * Tue Feb 19 2008 Fedora Release Engineering - 1.0.1-5 - Autorebuild for GCC 4.3