Rebuild for new gcc/glibc.

This commit is contained in:
Matthias Saou 2006-02-09 19:09:46 +00:00
parent fb25eb466a
commit 3ae02508ba
1 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: Linux UDF Filesystem userspace utilities
Name: udftools
Version: 1.0.0b3
Release: 3
Release: 4%{?dist}
License: GPL
Group: Applications/Archiving
URL: http://sourceforge.net/projects/linux-udf/
@ -41,12 +41,16 @@ Linux UDF Filesystem userspace utilities.
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING
%{_bindir}/*
%{_libdir}/libudffs.a
%exclude %{_libdir}/libudffs.a
%exclude %{_libdir}/libudffs.la
%{_mandir}/man?/*
%changelog
* Thu Feb 9 2006 Matthias Saou <http://freshrpms.net/> 1.0.0b3-4
- Rebuild for new gcc/glibc.
- Exclude the static library... there isn't even a header file.
* Tue May 3 2005 Matthias Saou <http://freshrpms.net/> 1.0.0b3-3
- Include patches to fix big endian issue and gcc4 compile.