2005-02-09 10:20:01 +00:00
|
|
|
Summary: Linux UDF Filesystem userspace utilities
|
|
|
|
Name: udftools
|
2018-12-29 01:14:24 +00:00
|
|
|
Version: 2.1
|
|
|
|
Release: 1%{?dist}
|
2007-08-23 12:36:07 +00:00
|
|
|
License: GPLv2+
|
2005-02-09 10:20:01 +00:00
|
|
|
Group: Applications/Archiving
|
|
|
|
URL: http://sourceforge.net/projects/linux-udf/
|
2013-10-04 08:49:53 +00:00
|
|
|
#Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
2016-07-13 13:13:08 +00:00
|
|
|
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
|
2013-04-16 16:04:09 +00:00
|
|
|
Source2: wrudf.1
|
2006-07-27 13:04:32 +00:00
|
|
|
BuildRequires: readline-devel, ncurses-devel
|
2013-03-25 08:58:10 +00:00
|
|
|
BuildRequires: autoconf, automake, libtool, perl-Carp
|
2018-12-29 01:14:24 +00:00
|
|
|
BuildRequires: udev
|
|
|
|
Requires: udev
|
2005-02-09 10:20:01 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Linux UDF Filesystem userspace utilities.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup
|
|
|
|
|
|
|
|
%build
|
2016-07-13 13:13:08 +00:00
|
|
|
#./bootstrap #not in the tarball anymore, lets use pregenerated autotools
|
2018-12-29 01:14:24 +00:00
|
|
|
##export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing --std=gnu99"
|
2005-03-05 21:10:25 +00:00
|
|
|
%configure
|
2018-12-29 01:14:24 +00:00
|
|
|
%make_build
|
|
|
|
##%{__make} %{?_smp_mflags}
|
2005-02-09 10:20:01 +00:00
|
|
|
|
|
|
|
%install
|
2016-07-13 13:13:08 +00:00
|
|
|
%make_install
|
|
|
|
#./libtool --finish %{buildroot}%{_libdir} #causes failure and is probably unneeded, we dont ship a library
|
2013-04-16 16:04:09 +00:00
|
|
|
install -m 644 %{SOURCE2} %buildroot%{_mandir}/man1/
|
2014-04-09 14:29:21 +00:00
|
|
|
rm -rf %{buildroot}%{_bindir}/udffsck
|
2005-02-09 10:20:01 +00:00
|
|
|
|
2018-12-29 01:14:24 +00:00
|
|
|
|
2005-02-09 10:20:01 +00:00
|
|
|
%files
|
2018-12-29 01:14:24 +00:00
|
|
|
%doc AUTHORS ChangeLog
|
|
|
|
%license COPYING
|
2005-02-09 10:20:01 +00:00
|
|
|
%{_bindir}/*
|
2016-07-13 13:13:08 +00:00
|
|
|
%{_sbindir}/*
|
|
|
|
%{_pkgdocdir}/*
|
2005-02-09 10:20:01 +00:00
|
|
|
%{_mandir}/man?/*
|
2018-12-29 01:14:24 +00:00
|
|
|
%{_udevrulesdir}/80-pktsetup.rules
|
2005-02-09 10:20:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2018-12-29 01:14:24 +00:00
|
|
|
* Sat Dec 29 2018 Filipe Rosset <rosset.filipe@gmail.com> - 2.1-1
|
|
|
|
- new upstream version 2.1 fixes rhbz #1625987 + spec cleanup and modernization
|
|
|
|
|
2018-07-14 08:08:42 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-09 19:52:31 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 09:42:44 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 20:53:02 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-11 16:37:15 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-24 19:16:05 +00:00
|
|
|
* Tue Jan 24 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.3-1
|
|
|
|
- rebase to 1.3
|
|
|
|
|
2017-01-12 16:30:43 +00:00
|
|
|
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.2-2
|
|
|
|
- Rebuild for readline 7.x
|
|
|
|
|
2016-07-13 13:13:08 +00:00
|
|
|
* Wed Jul 13 2016 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.2-1
|
|
|
|
- Rebase from a new upstream, dropped patches
|
|
|
|
- Several binaries moved from bin to sbin
|
|
|
|
|
2016-02-05 02:14:47 +00:00
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0b3-31
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-19 01:26:22 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0b3-30
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-02-20 15:49:26 +00:00
|
|
|
* Fri Feb 20 2015 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0b3-29
|
|
|
|
- FTBFS fixed, --std=gnu89 is no longer default with gcc-5
|
|
|
|
|
2014-08-18 06:42:38 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0b3-28
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-08 02:31:32 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0b3-27
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-09 14:29:21 +00:00
|
|
|
* Wed Apr 09 2014 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0b3-26
|
|
|
|
- added missing option in man pages
|
|
|
|
|
2013-10-04 08:49:53 +00:00
|
|
|
* Fri Oct 04 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0b3-25
|
|
|
|
- invalid source url fixed
|
|
|
|
|
2013-08-04 05:21:59 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0b3-24
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-04-16 16:04:09 +00:00
|
|
|
* Tue Apr 16 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0b3-23
|
|
|
|
- Build dependency on txt2man unacceptable. Included final man page wrudf.1 instead of source.
|
|
|
|
|
2013-04-16 14:28:18 +00:00
|
|
|
* Tue Apr 16 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0b3-22
|
|
|
|
- added man page for wrudf
|
|
|
|
|
2013-04-15 14:16:40 +00:00
|
|
|
* Mon Apr 15 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0b3-21
|
|
|
|
- added "--help"/"-h" with basic info to wrudf
|
|
|
|
|
2013-04-05 11:37:25 +00:00
|
|
|
* Fri Apr 05 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.0.0b3-20
|
|
|
|
- udffsck is an empty placeholder, erased
|
|
|
|
|
2013-03-25 08:19:59 +00:00
|
|
|
* Mon Mar 25 2013 Harald Hoyer <harald@redhat.com> 1.0.0b3-19
|
|
|
|
- run autoreconf to support aarch64 architecture
|
|
|
|
Resolves: rhbz#926671
|
|
|
|
|
2013-02-15 02:21:25 +00:00
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0b3-18
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-09-18 11:05:48 +00:00
|
|
|
* Tue Sep 18 2012 Honza Horak <hhorak@redhat.com> - 1.0.0b3-17
|
|
|
|
- Minor spec file fixes
|
|
|
|
|
2012-07-22 01:22:13 +00:00
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0b3-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-27 12:20:35 +00:00
|
|
|
* Thu Jan 26 2012 Honza Horak <hhorak@redhat.com> - 1.0.0b3-15
|
2012-01-26 13:03:33 +00:00
|
|
|
- fixed segmentation fault
|
|
|
|
Resolves: #685005
|
2012-01-27 12:17:28 +00:00
|
|
|
- fixed some most obvious issues from static analysis
|
2012-01-26 13:03:33 +00:00
|
|
|
|
2012-01-14 07:25:57 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0b3-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-02-07 23:58:10 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0b3-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-06-23 12:45:34 +00:00
|
|
|
* Wed Jun 23 2010 Roman Rakus <rrakus@redhat.com> - 1.0.0b3-12
|
|
|
|
- Build with -fno-strict-aliasing CFLAG
|
|
|
|
|
2009-07-27 06:27:31 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0b3-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 22:33:17 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0b3-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-02-19 04:42:47 +00:00
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.0b3-9
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2013-03-25 08:46:32 +00:00
|
|
|
* Thu Aug 23 2007 Harald Hoyer <harald@redhat.com> - 1.0.0b3-8
|
2007-08-23 12:36:07 +00:00
|
|
|
- fixed compile issues
|
|
|
|
- added more bigendian patches
|
|
|
|
- changed license tag
|
|
|
|
|
2006-08-28 16:40:13 +00:00
|
|
|
* Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 1.0.0b3-7
|
2006-07-27 13:04:32 +00:00
|
|
|
- FC6 rebuild.
|
2006-08-28 16:40:13 +00:00
|
|
|
|
|
|
|
* Mon Mar 6 2006 Matthias Saou <http://freshrpms.net/> 1.0.0b3-6
|
2006-07-27 13:04:32 +00:00
|
|
|
- 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.
|
|
|
|
|
2006-03-06 15:05:59 +00:00
|
|
|
* Mon Mar 6 2006 Matthias Saou <http://freshrpms.net/> 1.0.0b3-5
|
|
|
|
- FC5 rebuild.
|
|
|
|
|
2006-02-09 19:09:46 +00:00
|
|
|
* 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.
|
|
|
|
|
2005-05-03 13:39:55 +00:00
|
|
|
* Tue May 3 2005 Matthias Saou <http://freshrpms.net/> 1.0.0b3-3
|
|
|
|
- Include patches to fix big endian issue and gcc4 compile.
|
2005-04-06 22:13:34 +00:00
|
|
|
|
2005-02-09 10:20:01 +00:00
|
|
|
* Mon Feb 7 2005 Matthias Saou <http://freshrpms.net/> 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).
|
|
|
|
|