2007-01-15 23:39:58 +00:00
|
|
|
#
|
2011-10-04 16:15:42 +00:00
|
|
|
# spec file for package udftools
|
2007-01-15 23:39:58 +00:00
|
|
|
#
|
2021-01-15 06:04:11 +00:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2007-01-15 23:39:58 +00:00
|
|
|
#
|
2009-06-18 16:11:26 +00:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
2019-02-01 06:49:24 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-01-15 23:39:58 +00:00
|
|
|
#
|
|
|
|
|
|
2014-11-07 20:13:03 +00:00
|
|
|
|
2007-01-15 23:39:58 +00:00
|
|
|
Name: udftools
|
2021-01-15 06:04:11 +00:00
|
|
|
Version: 2.3
|
2011-12-27 18:04:04 +00:00
|
|
|
Release: 0
|
2007-01-15 23:39:58 +00:00
|
|
|
Summary: UDF filesystem tools
|
2019-02-01 06:49:24 +00:00
|
|
|
License: GPL-2.0-or-later
|
2011-12-27 18:04:04 +00:00
|
|
|
Group: System/Filesystems
|
2020-01-12 13:38:41 +00:00
|
|
|
URL: https://github.com/pali/udftools
|
Accepting request 446726 from home:namtrac:branches:Base:System
- Update to the maintained version
Changes in 1.2
* Manpage redirect for mkfs.udf(8)
* Manpage fix for pktsetup(8)
* Fixed compile and install procedure
* Fixed parsing cdrwtool --file parameter
Changes in 1.1
* Included various patches from Linux distributions
* Lots of fixes for compilation, crashes, buffer overflows,
memory corruptions, reading from uninitialized memory, etc.
* Fixed UTF-8 support
* Fixed detection of device blocksize
* Corrections and updates in man pages
* mkudffs:
* Set first 16 chars of Volume Set Identifier to timestamp and
random value
* Set default block-size to device logical block (sector) size
* Add support for label and uuid options
* Add support for setting uid and gid of the root directory
* Fixed support for UDF 1.02
* Symlink to mkfs.udf
- Drop all the patches:
udftools-1.0.0b3-extend-extsize.patch
udftools-1.0.0b3-pktsetup-chardev.patch,
udftools-HZ.patch, udftools-gcc4.patch,
udftools-include.patch, udftools-open.patch,
udftools-wrong-memset.patch, udftools-1.0.0b3.dif
OBS-URL: https://build.opensuse.org/request/show/446726
OBS-URL: https://build.opensuse.org/package/show/Base:System/udftools?expand=0&rev=16
2016-12-17 13:05:17 +00:00
|
|
|
Source: https://github.com/pali/udftools/releases/download/%{version}/udftools-%{version}.tar.gz
|
2019-02-01 06:49:24 +00:00
|
|
|
BuildRequires: autoconf >= 2.64
|
Accepting request 446726 from home:namtrac:branches:Base:System
- Update to the maintained version
Changes in 1.2
* Manpage redirect for mkfs.udf(8)
* Manpage fix for pktsetup(8)
* Fixed compile and install procedure
* Fixed parsing cdrwtool --file parameter
Changes in 1.1
* Included various patches from Linux distributions
* Lots of fixes for compilation, crashes, buffer overflows,
memory corruptions, reading from uninitialized memory, etc.
* Fixed UTF-8 support
* Fixed detection of device blocksize
* Corrections and updates in man pages
* mkudffs:
* Set first 16 chars of Volume Set Identifier to timestamp and
random value
* Set default block-size to device logical block (sector) size
* Add support for label and uuid options
* Add support for setting uid and gid of the root directory
* Fixed support for UDF 1.02
* Symlink to mkfs.udf
- Drop all the patches:
udftools-1.0.0b3-extend-extsize.patch
udftools-1.0.0b3-pktsetup-chardev.patch,
udftools-HZ.patch, udftools-gcc4.patch,
udftools-include.patch, udftools-open.patch,
udftools-wrong-memset.patch, udftools-1.0.0b3.dif
OBS-URL: https://build.opensuse.org/request/show/446726
OBS-URL: https://build.opensuse.org/package/show/Base:System/udftools?expand=0&rev=16
2016-12-17 13:05:17 +00:00
|
|
|
BuildRequires: automake
|
2019-02-01 06:49:24 +00:00
|
|
|
BuildRequires: glibc
|
2014-11-07 20:13:03 +00:00
|
|
|
BuildRequires: libtool
|
2020-01-24 10:01:58 +00:00
|
|
|
BuildRequires: pkgconfig(udev)
|
2014-11-07 20:13:03 +00:00
|
|
|
Provides: udf = %{version}
|
|
|
|
|
Obsoletes: udf < %{version}
|
2007-01-15 23:39:58 +00:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
These are tools for UDF file systems as used, e.g., on DVD-ROMs.
|
|
|
|
|
|
|
|
|
|
%prep
|
Accepting request 446726 from home:namtrac:branches:Base:System
- Update to the maintained version
Changes in 1.2
* Manpage redirect for mkfs.udf(8)
* Manpage fix for pktsetup(8)
* Fixed compile and install procedure
* Fixed parsing cdrwtool --file parameter
Changes in 1.1
* Included various patches from Linux distributions
* Lots of fixes for compilation, crashes, buffer overflows,
memory corruptions, reading from uninitialized memory, etc.
* Fixed UTF-8 support
* Fixed detection of device blocksize
* Corrections and updates in man pages
* mkudffs:
* Set first 16 chars of Volume Set Identifier to timestamp and
random value
* Set default block-size to device logical block (sector) size
* Add support for label and uuid options
* Add support for setting uid and gid of the root directory
* Fixed support for UDF 1.02
* Symlink to mkfs.udf
- Drop all the patches:
udftools-1.0.0b3-extend-extsize.patch
udftools-1.0.0b3-pktsetup-chardev.patch,
udftools-HZ.patch, udftools-gcc4.patch,
udftools-include.patch, udftools-open.patch,
udftools-wrong-memset.patch, udftools-1.0.0b3.dif
OBS-URL: https://build.opensuse.org/request/show/446726
OBS-URL: https://build.opensuse.org/package/show/Base:System/udftools?expand=0&rev=16
2016-12-17 13:05:17 +00:00
|
|
|
%setup -q
|
2007-01-15 23:39:58 +00:00
|
|
|
|
|
|
|
|
%build
|
Accepting request 446726 from home:namtrac:branches:Base:System
- Update to the maintained version
Changes in 1.2
* Manpage redirect for mkfs.udf(8)
* Manpage fix for pktsetup(8)
* Fixed compile and install procedure
* Fixed parsing cdrwtool --file parameter
Changes in 1.1
* Included various patches from Linux distributions
* Lots of fixes for compilation, crashes, buffer overflows,
memory corruptions, reading from uninitialized memory, etc.
* Fixed UTF-8 support
* Fixed detection of device blocksize
* Corrections and updates in man pages
* mkudffs:
* Set first 16 chars of Volume Set Identifier to timestamp and
random value
* Set default block-size to device logical block (sector) size
* Add support for label and uuid options
* Add support for setting uid and gid of the root directory
* Fixed support for UDF 1.02
* Symlink to mkfs.udf
- Drop all the patches:
udftools-1.0.0b3-extend-extsize.patch
udftools-1.0.0b3-pktsetup-chardev.patch,
udftools-HZ.patch, udftools-gcc4.patch,
udftools-include.patch, udftools-open.patch,
udftools-wrong-memset.patch, udftools-1.0.0b3.dif
OBS-URL: https://build.opensuse.org/request/show/446726
OBS-URL: https://build.opensuse.org/package/show/Base:System/udftools?expand=0&rev=16
2016-12-17 13:05:17 +00:00
|
|
|
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
2014-11-07 20:13:03 +00:00
|
|
|
%configure
|
2007-01-15 23:39:58 +00:00
|
|
|
|
2014-11-07 20:13:03 +00:00
|
|
|
make %{?_smp_mflags}
|
2007-01-15 23:39:58 +00:00
|
|
|
|
2014-11-07 20:13:03 +00:00
|
|
|
%install
|
|
|
|
|
%make_install %{?_smp_mflags}
|
Accepting request 446726 from home:namtrac:branches:Base:System
- Update to the maintained version
Changes in 1.2
* Manpage redirect for mkfs.udf(8)
* Manpage fix for pktsetup(8)
* Fixed compile and install procedure
* Fixed parsing cdrwtool --file parameter
Changes in 1.1
* Included various patches from Linux distributions
* Lots of fixes for compilation, crashes, buffer overflows,
memory corruptions, reading from uninitialized memory, etc.
* Fixed UTF-8 support
* Fixed detection of device blocksize
* Corrections and updates in man pages
* mkudffs:
* Set first 16 chars of Volume Set Identifier to timestamp and
random value
* Set default block-size to device logical block (sector) size
* Add support for label and uuid options
* Add support for setting uid and gid of the root directory
* Fixed support for UDF 1.02
* Symlink to mkfs.udf
- Drop all the patches:
udftools-1.0.0b3-extend-extsize.patch
udftools-1.0.0b3-pktsetup-chardev.patch,
udftools-HZ.patch, udftools-gcc4.patch,
udftools-include.patch, udftools-open.patch,
udftools-wrong-memset.patch, udftools-1.0.0b3.dif
OBS-URL: https://build.opensuse.org/request/show/446726
OBS-URL: https://build.opensuse.org/package/show/Base:System/udftools?expand=0&rev=16
2016-12-17 13:05:17 +00:00
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_docdir}
|
|
|
|
|
mv %{buildroot}%{_datadir}/doc/udftools %{buildroot}%{_docdir}/udftools
|
|
|
|
|
rm -r %{buildroot}%{_datadir}/doc
|
2007-01-15 23:39:58 +00:00
|
|
|
|
|
|
|
|
%files
|
Accepting request 446726 from home:namtrac:branches:Base:System
- Update to the maintained version
Changes in 1.2
* Manpage redirect for mkfs.udf(8)
* Manpage fix for pktsetup(8)
* Fixed compile and install procedure
* Fixed parsing cdrwtool --file parameter
Changes in 1.1
* Included various patches from Linux distributions
* Lots of fixes for compilation, crashes, buffer overflows,
memory corruptions, reading from uninitialized memory, etc.
* Fixed UTF-8 support
* Fixed detection of device blocksize
* Corrections and updates in man pages
* mkudffs:
* Set first 16 chars of Volume Set Identifier to timestamp and
random value
* Set default block-size to device logical block (sector) size
* Add support for label and uuid options
* Add support for setting uid and gid of the root directory
* Fixed support for UDF 1.02
* Symlink to mkfs.udf
- Drop all the patches:
udftools-1.0.0b3-extend-extsize.patch
udftools-1.0.0b3-pktsetup-chardev.patch,
udftools-HZ.patch, udftools-gcc4.patch,
udftools-include.patch, udftools-open.patch,
udftools-wrong-memset.patch, udftools-1.0.0b3.dif
OBS-URL: https://build.opensuse.org/request/show/446726
OBS-URL: https://build.opensuse.org/package/show/Base:System/udftools?expand=0&rev=16
2016-12-17 13:05:17 +00:00
|
|
|
%{_bindir}/cdrwtool
|
2019-02-01 06:49:24 +00:00
|
|
|
%{_bindir}/udfinfo
|
|
|
|
|
%{_bindir}/wrudf
|
Accepting request 446726 from home:namtrac:branches:Base:System
- Update to the maintained version
Changes in 1.2
* Manpage redirect for mkfs.udf(8)
* Manpage fix for pktsetup(8)
* Fixed compile and install procedure
* Fixed parsing cdrwtool --file parameter
Changes in 1.1
* Included various patches from Linux distributions
* Lots of fixes for compilation, crashes, buffer overflows,
memory corruptions, reading from uninitialized memory, etc.
* Fixed UTF-8 support
* Fixed detection of device blocksize
* Corrections and updates in man pages
* mkudffs:
* Set first 16 chars of Volume Set Identifier to timestamp and
random value
* Set default block-size to device logical block (sector) size
* Add support for label and uuid options
* Add support for setting uid and gid of the root directory
* Fixed support for UDF 1.02
* Symlink to mkfs.udf
- Drop all the patches:
udftools-1.0.0b3-extend-extsize.patch
udftools-1.0.0b3-pktsetup-chardev.patch,
udftools-HZ.patch, udftools-gcc4.patch,
udftools-include.patch, udftools-open.patch,
udftools-wrong-memset.patch, udftools-1.0.0b3.dif
OBS-URL: https://build.opensuse.org/request/show/446726
OBS-URL: https://build.opensuse.org/package/show/Base:System/udftools?expand=0&rev=16
2016-12-17 13:05:17 +00:00
|
|
|
%{_sbindir}/mkfs.udf
|
|
|
|
|
%{_sbindir}/mkudffs
|
|
|
|
|
%{_sbindir}/pktsetup
|
2021-01-15 06:04:11 +00:00
|
|
|
%{_sbindir}/pktcdvd-check
|
2019-02-01 06:49:24 +00:00
|
|
|
%{_sbindir}/udflabel
|
2020-01-12 13:38:41 +00:00
|
|
|
%{_mandir}/man1/cdrwtool.1%{?ext_man}
|
|
|
|
|
%{_mandir}/man1/udfinfo.1%{?ext_man}
|
|
|
|
|
%{_mandir}/man1/wrudf.1%{?ext_man}
|
|
|
|
|
%{_mandir}/man8/mkfs.udf.8%{?ext_man}
|
|
|
|
|
%{_mandir}/man8/mkudffs.8%{?ext_man}
|
|
|
|
|
%{_mandir}/man8/pktsetup.8%{?ext_man}
|
|
|
|
|
%{_mandir}/man8/udflabel.8%{?ext_man}
|
2019-02-01 06:49:24 +00:00
|
|
|
%{_udevrulesdir}/80-pktsetup.rules
|
2007-01-15 23:39:58 +00:00
|
|
|
|
2008-01-12 01:37:49 +00:00
|
|
|
%changelog
|