2019-12-15 00:40:00 +08:00
|
|
|
Name: dvd+rw-tools
|
|
|
|
|
Version: 7.1
|
2021-10-26 01:56:51 +00:00
|
|
|
Release: 33
|
2019-12-15 00:40:00 +08:00
|
|
|
Summary: Application to master the Blu-ray Disc and DVD media
|
|
|
|
|
License: GPLv2
|
|
|
|
|
URL: http://fy.chalmers.se/~appro/linux/DVD+RW/
|
2020-02-28 17:27:27 +08:00
|
|
|
Source0: http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-7.1.tar.gz
|
2019-12-15 00:40:00 +08:00
|
|
|
Source1: index.html
|
2020-02-28 17:27:27 +08:00
|
|
|
Patch0000: 0000-dvd+rw-tools-7.0.manpatch
|
|
|
|
|
Patch0001: 0001-dvd+rw-tools-7.0-wexit.patch
|
|
|
|
|
Patch0002: 0002-dvd+rw-tools-7.0-glibc2.6.90.patch
|
|
|
|
|
Patch0003: 0003-dvd+rw-tools-7.0-reload.patch
|
|
|
|
|
Patch0004: 0004-dvd+rw-tools-7.0-wctomb.patch
|
|
|
|
|
Patch0005: 0005-dvd+rw-tools-7.0-dvddl.patch
|
|
|
|
|
Patch0006: 0006-dvd+rw-tools-7.1-noevent.patch
|
|
|
|
|
Patch0007: 0007-dvd+rw-tools-7.1-lastshort.patch
|
|
|
|
|
Patch0008: 0008-dvd+rw-tools-7.1-format.patch
|
|
|
|
|
Patch0009: 0009-dvd+rw-tools-7.1-bluray_srm+pow.patch
|
|
|
|
|
Patch0010: 0010-dvd+rw-tools-7.1-bluray_pow_freespace.patch
|
|
|
|
|
Patch0011: 0011-dvd+rw-tools-7.1-sysmacro-inc.patch
|
2019-12-15 00:40:00 +08:00
|
|
|
|
2020-02-28 17:27:27 +08:00
|
|
|
BuildRequires: gcc-c++ kernel-headers m4
|
2019-12-15 00:40:00 +08:00
|
|
|
Requires: genisoimage
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
As implied/already mentioned - to master the Blu-ray Disc and DVD media,
|
|
|
|
|
both +RW/+R and -R[W].
|
|
|
|
|
|
2020-02-28 17:27:27 +08:00
|
|
|
%package help
|
|
|
|
|
Summary: Help docs for dvd+rw-tools
|
|
|
|
|
Buildarch: noarch
|
|
|
|
|
Requires: man info
|
|
|
|
|
|
|
|
|
|
%description help
|
|
|
|
|
This package contains the help docs for dvd+rw-tools
|
2019-12-15 00:40:00 +08:00
|
|
|
|
|
|
|
|
%prep
|
2020-02-28 17:27:27 +08:00
|
|
|
%autosetup -n dvd+rw-tools-7.1 -p1
|
2019-12-15 00:40:00 +08:00
|
|
|
|
|
|
|
|
install -m 644 %{SOURCE1} index.html
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
|
|
|
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
|
|
|
export LDFLAGS="$RPM_LD_FLAGS"
|
2020-02-28 17:27:27 +08:00
|
|
|
%make_build WARN="-DDEFAULT_BUF_SIZE_MB=16 -DRLIMIT_MEMLOCK"
|
2019-12-15 00:40:00 +08:00
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
|
|
%pre
|
|
|
|
|
|
|
|
|
|
%preun
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
|
|
|
|
|
%postun
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
2020-02-28 17:27:27 +08:00
|
|
|
%doc index.html LICENSE
|
2019-12-15 00:40:00 +08:00
|
|
|
%{_bindir}/*
|
|
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%{_mandir}/man1/*.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2021-10-26 01:56:51 +00:00
|
|
|
* Tue Oct 26 2021 chenchen <chen_aka_jan@163.com> - 7.1-33
|
|
|
|
|
- change the spec file name to be the same as the repo name
|
|
|
|
|
|
2020-02-28 17:27:27 +08:00
|
|
|
* Wed Nov 20 2019 openEuler Buildteam <buildteam@openeuler.org> - 7.1-32
|
2019-12-15 00:40:00 +08:00
|
|
|
- Package init
|