8baf678
Summary: Linux UDF Filesystem userspace utilities
8baf678
Name: udftools
8baf678
Version: 1.0.0b3
b51b2d1
Release: 5%{?dist}
8baf678
License: GPL
8baf678
Group: Applications/Archiving
8baf678
URL: http://sourceforge.net/projects/linux-udf/
8baf678
Source: http://dl.sf.net/linux-udf/udftools-%{version}.tar.gz
ba8184c
Patch0: udftools-1.0.0b3-pktsetup-chardev.patch
ba8184c
Patch1: udftools-1.0.0b3-mkudffs-bigendian.patch
ba8184c
Patch2: udftools-1.0.0b3-wrudf-gcc4.patch
8baf678
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
8baf678
BuildRequires: readline-devel
8baf678
8baf678
%description
8baf678
Linux UDF Filesystem userspace utilities.
8baf678
8baf678
8baf678
%prep
8baf678
%setup
ba8184c
%patch0 -p1 -b .pktsetup-chardev
ba8184c
%patch1 -p1 -b .mkudffs-bigendian
ba8184c
%patch2 -p1 -b .wrudf-gcc4
8baf678
8baf678
8baf678
%build
e27f071
%configure
fb25eb4
%{__make} %{?_smp_mflags}
8baf678
8baf678
8baf678
%install
8baf678
%{__rm} -rf %{buildroot}
8baf678
%makeinstall
8baf678
8baf678
8baf678
%clean
8baf678
%{__rm} -rf %{buildroot}
8baf678
8baf678
8baf678
%files
8baf678
%defattr(-, root, root, 0755)
8baf678
%doc AUTHORS ChangeLog COPYING
8baf678
%{_bindir}/*
3ae0250
%exclude %{_libdir}/libudffs.a
8baf678
%exclude %{_libdir}/libudffs.la
8baf678
%{_mandir}/man?/*
8baf678
8baf678
8baf678
%changelog
b51b2d1
* Mon Mar  6 2006 Matthias Saou <http://freshrpms.net/> 1.0.0b3-5
b51b2d1
- FC5 rebuild.
b51b2d1
3ae0250
* Thu Feb  9 2006 Matthias Saou <http://freshrpms.net/> 1.0.0b3-4
3ae0250
- Rebuild for new gcc/glibc.
3ae0250
- Exclude the static library... there isn't even a header file.
3ae0250
ba8184c
* Tue May  3 2005 Matthias Saou <http://freshrpms.net/> 1.0.0b3-3
ba8184c
- Include patches to fix big endian issue and gcc4 compile.
385d4ec
8baf678
* Mon Feb  7 2005 Matthias Saou <http://freshrpms.net/> 1.0.0b3-1
8baf678
- Initial RPM release, based on spec file from John Treacy.
8baf678
- Exclude .la file.
8baf678
- Remove unneeded /sbin/ldconfig calls (only a static lib for now).
8baf678