8baf678
Summary: Linux UDF Filesystem userspace utilities
8baf678
Name: udftools
8baf678
Version: 1.0.0b3
e54a8c0
Release: 11%{?dist}
2d07f94
License: GPLv2+
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
690cefc
Patch3: udftools-1.0.0b3-warningfixes.patch
2d07f94
Patch4: udftools-1.0.0b3-fixcompile.patch
2d07f94
Patch5: udftools-1.0.0b3-warningfixes2.patch
8baf678
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
690cefc
BuildRequires: readline-devel, ncurses-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
690cefc
%patch3 -p1 -b .warningfixes
2d07f94
%patch4 -p1 -b .fixcompile
2d07f94
%patch5 -p1 -b .warningfixes2
8baf678
8baf678
8baf678
%build
e27f071
%configure
fb25eb4
%{__make} %{?_smp_mflags}
8baf678
8baf678
8baf678
%install
8baf678
%{__rm} -rf %{buildroot}
8baf678
%makeinstall
aa7ea79
./libtool --finish %{buildroot}%{_libdir}
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
e54a8c0
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0b3-11
e54a8c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e54a8c0
a8ed02d
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0b3-10
a8ed02d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a8ed02d
d6bf983
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.0b3-9
d6bf983
- Autorebuild for GCC 4.3
d6bf983
2d07f94
* Tue Aug 23 2007 Harald Hoyer <harald@redhar.com> - 1.0.0b3-8
2d07f94
- fixed compile issues
2d07f94
- added more bigendian patches
2d07f94
- changed license tag
2d07f94
d3f4d91
* Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 1.0.0b3-7
690cefc
- FC6 rebuild.
d3f4d91
d3f4d91
* Mon Mar  6 2006 Matthias Saou <http://freshrpms.net/> 1.0.0b3-6
690cefc
- Add ncurses-devel build requirement, since it's not pulled in anymore.
690cefc
- Add patch to fix as many trivial warnings as possible. Some stuff seems to
690cefc
  still not be 64bit clean, though.
690cefc
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