Summary: Linux UDF Filesystem userspace utilities Name: udftools Version: 1.3 Release: 1%{?dist} License: GPLv2+ Group: Applications/Archiving URL: http://sourceforge.net/projects/linux-udf/ #Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source: https://github.com/pali/udftools/releases/tag/%{version}/udftools-%{version}.tar.gz #old versions at Source: https://sourceforge.net/projects/linux-udf/files/%{name}/%{version}/%{name}-%{version}.tar.gz Source2: wrudf.1 BuildRequires: readline-devel, ncurses-devel BuildRequires: autoconf, automake, libtool, perl-Carp %description Linux UDF Filesystem userspace utilities. %prep %setup %build #./bootstrap #not in the tarball anymore, lets use pregenerated autotools export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing --std=gnu89" %configure %{__make} %{?_smp_mflags} %install %make_install #./libtool --finish %{buildroot}%{_libdir} #causes failure and is probably unneeded, we dont ship a library install -m 644 %{SOURCE2} %buildroot%{_mandir}/man1/ rm -rf %{buildroot}%{_bindir}/udffsck %files %doc AUTHORS ChangeLog COPYING %{_bindir}/* %{_sbindir}/* %{_pkgdocdir}/* %{_mandir}/man?/* %changelog * Tue Jan 24 2017 Frantisek Kluknavsky - 1.3-1 - rebase to 1.3 * Thu Jan 12 2017 Igor Gnatenko - 1.2-2 - Rebuild for readline 7.x * Wed Jul 13 2016 Frantisek Kluknavsky - 1.2-1 - Rebase from a new upstream, dropped patches - Several binaries moved from bin to sbin * Fri Feb 05 2016 Fedora Release Engineering - 1.0.0b3-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jun 19 2015 Fedora Release Engineering - 1.0.0b3-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri Feb 20 2015 Frantisek Kluknavsky - 1.0.0b3-29 - FTBFS fixed, --std=gnu89 is no longer default with gcc-5 * Mon Aug 18 2014 Fedora Release Engineering - 1.0.0b3-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sun Jun 08 2014 Fedora Release Engineering - 1.0.0b3-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed Apr 09 2014 Frantisek Kluknavsky - 1.0.0b3-26 - added missing option in man pages * Fri Oct 04 2013 Frantisek Kluknavsky - 1.0.0b3-25 - invalid source url fixed * Sun Aug 04 2013 Fedora Release Engineering - 1.0.0b3-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue Apr 16 2013 Frantisek Kluknavsky - 1.0.0b3-23 - Build dependency on txt2man unacceptable. Included final man page wrudf.1 instead of source. * Tue Apr 16 2013 Frantisek Kluknavsky - 1.0.0b3-22 - added man page for wrudf * Mon Apr 15 2013 Frantisek Kluknavsky - 1.0.0b3-21 - added "--help"/"-h" with basic info to wrudf * Fri Apr 05 2013 Frantisek Kluknavsky - 1.0.0b3-20 - udffsck is an empty placeholder, erased * Mon Mar 25 2013 Harald Hoyer 1.0.0b3-19 - run autoreconf to support aarch64 architecture Resolves: rhbz#926671 * Fri Feb 15 2013 Fedora Release Engineering - 1.0.0b3-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Tue Sep 18 2012 Honza Horak - 1.0.0b3-17 - Minor spec file fixes * Sun Jul 22 2012 Fedora Release Engineering - 1.0.0b3-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Jan 26 2012 Honza Horak - 1.0.0b3-15 - fixed segmentation fault Resolves: #685005 - fixed some most obvious issues from static analysis * Sat Jan 14 2012 Fedora Release Engineering - 1.0.0b3-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Feb 07 2011 Fedora Release Engineering - 1.0.0b3-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Jun 23 2010 Roman Rakus - 1.0.0b3-12 - Build with -fno-strict-aliasing CFLAG * Sun Jul 26 2009 Fedora Release Engineering - 1.0.0b3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Feb 25 2009 Fedora Release Engineering - 1.0.0b3-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Feb 18 2008 Fedora Release Engineering - 1.0.0b3-9 - Autorebuild for GCC 4.3 * Thu Aug 23 2007 Harald Hoyer - 1.0.0b3-8 - fixed compile issues - added more bigendian patches - changed license tag * Mon Aug 28 2006 Matthias Saou 1.0.0b3-7 - FC6 rebuild. * Mon Mar 6 2006 Matthias Saou 1.0.0b3-6 - Add ncurses-devel build requirement, since it's not pulled in anymore. - Add patch to fix as many trivial warnings as possible. Some stuff seems to still not be 64bit clean, though. * Mon Mar 6 2006 Matthias Saou 1.0.0b3-5 - FC5 rebuild. * Thu Feb 9 2006 Matthias Saou 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 1.0.0b3-3 - Include patches to fix big endian issue and gcc4 compile. * Mon Feb 7 2005 Matthias Saou 1.0.0b3-1 - Initial RPM release, based on spec file from John Treacy. - Exclude .la file. - Remove unneeded /sbin/ldconfig calls (only a static lib for now).