|
|
@ -2,17 +2,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Library for reading, mastering and writing optical discs
|
|
|
|
Summary: Library for reading, mastering and writing optical discs
|
|
|
|
Name: libburn
|
|
|
|
Name: libburn
|
|
|
|
Version: 1.5.6
|
|
|
|
Version: 1.5.4
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
License: GPLv2+
|
|
|
|
URL: https://libburnia-project.org/
|
|
|
|
URL: https://libburnia-project.org/
|
|
|
|
Source0: https://files.libburnia-project.org/releases/%{pkgname}-%{version}.tar.gz
|
|
|
|
Source0: https://files.libburnia-project.org/releases/%{pkgname}-%{version}.tar.gz
|
|
|
|
Source1: https://files.libburnia-project.org/releases/%{pkgname}-%{version}.tar.gz.sig
|
|
|
|
Source1: https://files.libburnia-project.org/releases/%{pkgname}-%{version}.tar.gz.sig
|
|
|
|
Source2: https://keys.openpgp.org/vks/v1/by-fingerprint/44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854
|
|
|
|
Source2: gpgkey-44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854.gpg
|
|
|
|
Patch0: libburn-0.6.16-multilib.patch
|
|
|
|
Patch0: libburn-0.6.16-multilib.patch
|
|
|
|
Patch1: libburn-1.5.4-rpath.patch
|
|
|
|
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
BuildRequires: gcc, make, intltool, gettext
|
|
|
|
BuildRequires: gcc, make, intltool, gettext
|
|
|
|
|
|
|
|
BuildRequires: chrpath
|
|
|
|
%if 0%{?rhel} && "%{name}" != "%{pkgname}"
|
|
|
|
%if 0%{?rhel} && "%{name}" != "%{pkgname}"
|
|
|
|
BuildRequires: autoconf, automake, libtool, pkgconfig
|
|
|
|
BuildRequires: autoconf, automake, libtool, pkgconfig
|
|
|
|
%global variant 1
|
|
|
|
%global variant 1
|
|
|
@ -53,6 +53,8 @@ Summary: Limited cdrecord compatibility wrapper to ease migration to %{n
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires(post): %{_sbindir}/alternatives, coreutils
|
|
|
|
Requires(post): %{_sbindir}/alternatives, coreutils
|
|
|
|
Requires(preun): %{_sbindir}/alternatives
|
|
|
|
Requires(preun): %{_sbindir}/alternatives
|
|
|
|
|
|
|
|
Provides: cdrecord
|
|
|
|
|
|
|
|
Provides: wodim
|
|
|
|
|
|
|
|
|
|
|
|
%description -n cdrskin%{?variant}
|
|
|
|
%description -n cdrskin%{?variant}
|
|
|
|
A limited cdrecord compatibility wrapper which allows to use some %{name}
|
|
|
|
A limited cdrecord compatibility wrapper which allows to use some %{name}
|
|
|
@ -62,7 +64,6 @@ features from the command line.
|
|
|
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
|
|
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
|
|
|
%setup -q -n %{pkgname}-%{version}
|
|
|
|
%setup -q -n %{pkgname}-%{version}
|
|
|
|
%patch0 -p1 -b .multilib
|
|
|
|
%patch0 -p1 -b .multilib
|
|
|
|
%patch1 -p1 -b .rpath
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Rename from libburn to libburn1 for EPEL
|
|
|
|
# Rename from libburn to libburn1 for EPEL
|
|
|
|
%if 0%{?rhel} && "%{name}" != "%{pkgname}"
|
|
|
|
%if 0%{?rhel} && "%{name}" != "%{pkgname}"
|
|
|
@ -91,20 +92,25 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la
|
|
|
|
# Clean up for later usage in documentation
|
|
|
|
# Clean up for later usage in documentation
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_defaultdocdir}
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_defaultdocdir}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
chrpath -d $RPM_BUILD_ROOT%{_bindir}/cdrskin
|
|
|
|
|
|
|
|
|
|
|
|
# RHEL ships a cdrskin package already
|
|
|
|
# RHEL ships a cdrskin package already
|
|
|
|
%if 0%{?rhel} && "%{name}" != "%{pkgname}"
|
|
|
|
%if 0%{?rhel} && "%{name}" != "%{pkgname}"
|
|
|
|
mv -f $RPM_BUILD_ROOT%{_bindir}/cdrskin{,%{?variant}}
|
|
|
|
mv -f $RPM_BUILD_ROOT%{_bindir}/cdrskin{,%{?variant}}
|
|
|
|
mv -f $RPM_BUILD_ROOT%{_mandir}/man1/cdrskin{,%{?variant}}.1
|
|
|
|
mv -f $RPM_BUILD_ROOT%{_mandir}/man1/cdrskin{,%{?variant}}.1
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
# Prepare alternatives handling for cdrecord -> cdrskin
|
|
|
|
# Prepare alternatives handling for cdrecord, wodim -> cdrskin
|
|
|
|
touch $RPM_BUILD_ROOT{%{_bindir}/cdrecord,%{_mandir}/man1/cdrecord.1.gz}
|
|
|
|
touch $RPM_BUILD_ROOT{%{_bindir}/cdrecord,%{_mandir}/man1/cdrecord.1.gz}
|
|
|
|
|
|
|
|
touch $RPM_BUILD_ROOT{%{_bindir}/wodim,%{_mandir}/man1/wodim.1.gz}
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
|
|
|
|
%post -n cdrskin%{?variant}
|
|
|
|
%post -n cdrskin%{?variant}
|
|
|
|
%{_sbindir}/alternatives --install %{_bindir}/cdrecord cdrecord %{_bindir}/cdrskin%{?variant} 50 \
|
|
|
|
%{_sbindir}/alternatives --install %{_bindir}/cdrecord cdrecord %{_bindir}/cdrskin%{?variant} 60 \
|
|
|
|
--slave %{_mandir}/man1/cdrecord.1.gz cdrecord-cdrecordman %{_mandir}/man1/cdrskin%{?variant}.1.gz
|
|
|
|
--slave %{_mandir}/man1/cdrecord.1.gz cdrecord-cdrecordman %{_mandir}/man1/cdrskin%{?variant}.1.gz \
|
|
|
|
|
|
|
|
--slave %{_bindir}/wodim cdrecord-wodim %{_bindir}/cdrskin%{?variant} \
|
|
|
|
|
|
|
|
--slave %{_mandir}/man1/wodim.1.gz cdrecord-wodimman %{_mandir}/man1/cdrskin%{?variant}.1.gz
|
|
|
|
|
|
|
|
|
|
|
|
%preun -n cdrskin%{?variant}
|
|
|
|
%preun -n cdrskin%{?variant}
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
@ -128,44 +134,23 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
%files -n cdrskin%{?variant}
|
|
|
|
%files -n cdrskin%{?variant}
|
|
|
|
%ghost %{_bindir}/cdrecord
|
|
|
|
%ghost %{_bindir}/cdrecord
|
|
|
|
|
|
|
|
%ghost %{_bindir}/wodim
|
|
|
|
%{_bindir}/cdrskin%{?variant}
|
|
|
|
%{_bindir}/cdrskin%{?variant}
|
|
|
|
%ghost %{_mandir}/man1/cdrecord.1*
|
|
|
|
%ghost %{_mandir}/man1/cdrecord.1*
|
|
|
|
|
|
|
|
%ghost %{_mandir}/man1/wodim.1*
|
|
|
|
%{_mandir}/man1/cdrskin%{?variant}.1*
|
|
|
|
%{_mandir}/man1/cdrskin%{?variant}.1*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.5.6-6
|
|
|
|
* Tue Feb 08 2022 Jiri Kucera <jkucera@redhat.com> - 1.5.4-4
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
- Fix cdrecord & wodim alternatives
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
Related: #2015861
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.5.6-5
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.6-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.6-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.6-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 20 2023 Robert Scheck <robert@fedoraproject.org> 1.5.6-1
|
|
|
|
|
|
|
|
- Upgrade to 1.5.6 (#2216132)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-6
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.4-3
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 09 2021 Robert Scheck <robert@fedoraproject.org> 1.5.4-2
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.4-2
|
|
|
|
- Correct alternatives handling for cdrecord man page
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 08 2021 Robert Scheck <robert@fedoraproject.org> 1.5.4-1
|
|
|
|
* Mon Feb 08 2021 Robert Scheck <robert@fedoraproject.org> 1.5.4-1
|
|
|
|
- Upgrade to 1.5.4 (#1926008)
|
|
|
|
- Upgrade to 1.5.4 (#1926008)
|
|
|
|