Rebuild for new gcc/glibc.
This commit is contained in:
parent
fb25eb466a
commit
3ae02508ba
@ -1,7 +1,7 @@
|
|||||||
Summary: Linux UDF Filesystem userspace utilities
|
Summary: Linux UDF Filesystem userspace utilities
|
||||||
Name: udftools
|
Name: udftools
|
||||||
Version: 1.0.0b3
|
Version: 1.0.0b3
|
||||||
Release: 3
|
Release: 4%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
URL: http://sourceforge.net/projects/linux-udf/
|
URL: http://sourceforge.net/projects/linux-udf/
|
||||||
@ -41,12 +41,16 @@ Linux UDF Filesystem userspace utilities.
|
|||||||
%defattr(-, root, root, 0755)
|
%defattr(-, root, root, 0755)
|
||||||
%doc AUTHORS ChangeLog COPYING
|
%doc AUTHORS ChangeLog COPYING
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/libudffs.a
|
%exclude %{_libdir}/libudffs.a
|
||||||
%exclude %{_libdir}/libudffs.la
|
%exclude %{_libdir}/libudffs.la
|
||||||
%{_mandir}/man?/*
|
%{_mandir}/man?/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue May 3 2005 Matthias Saou <http://freshrpms.net/> 1.0.0b3-3
|
||||||
- Include patches to fix big endian issue and gcc4 compile.
|
- Include patches to fix big endian issue and gcc4 compile.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user