Rebuild to use FORTIFY_SOURCE correctly

This commit is contained in:
Paul W. Frields 2008-03-21 20:58:18 +00:00
parent 4cf0096d56
commit 19b5dd73d2

View File

@ -1,6 +1,6 @@
Name: xmlstarlet Name: xmlstarlet
Version: 1.0.1 Version: 1.0.1
Release: 5%{?dist} Release: 6%{?dist}
Summary: Command Line XML Toolkit Summary: Command Line XML Toolkit
Group: Applications/Text Group: Applications/Text
License: MIT License: MIT
@ -30,7 +30,7 @@ commands.
%build %build
autoreconf -i autoreconf -i
%configure %configure
make make %{?_smp_mflags}
cd $RPM_BUILD_DIR/%{name}-%{version}/doc cd $RPM_BUILD_DIR/%{name}-%{version}/doc
xmlto man xmlstarlet-man.xml xmlto man xmlstarlet-man.xml
xmlto html-nochunks xmlstarlet-ug.xml xmlto html-nochunks xmlstarlet-ug.xml
@ -39,8 +39,8 @@ xmlto html-nochunks xmlstarlet-ug.xml
%install %install
rm -fr %{buildroot} rm -fr %{buildroot}
make install DESTDIR=$RPM_BUILD_ROOT
%makeinstall
%clean %clean
rm -fr %{buildroot} rm -fr %{buildroot}
@ -54,6 +54,9 @@ rm -fr %{buildroot}
%changelog %changelog
* Fri Mar 21 2008 Paul W. Frields <stickster@gmail.com> - 1.0.1-6
- Rebuild to use FORTIFY_SOURCE correctly
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.1-5 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.1-5
- Autorebuild for GCC 4.3 - Autorebuild for GCC 4.3