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
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 <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
- Autorebuild for GCC 4.3