Compare commits

..

No commits in common. "f00ad1717543b62c440bc7d57dc88be048b0ef44" and "e5777668f80f4fc273ed7e77339287eddc131eb2" have entirely different histories.

View File

@ -1,14 +1,13 @@
Name: cdrkit
Version: 1.1.11
Release: 51
Release: 46
Summary: A collection of CD/DVD utilities
License: GPLv2
URL: http://cdrkit.org/
Source0: http://cdrkit.org/releases/cdrkit-%{version}.tar.gz
Provides: dirsplit = %{version}-%{release} wodim = %{version}-%{release}
Obsoletes: dirsplit < %{version}-%{release} wodim < %{version}-%{release}
Obsoletes: cdrkit-help < %{version}-%{release}
Provides: dirsplit wodim
Obsoletes: dirsplit wodim
Patch1: cdrkit-1.1.8-werror.patch
Patch2: cdrkit-1.1.9-efi-boot.patch
@ -31,15 +30,13 @@ Patch20: cdrkit-1.1.11-werror_gcc5.patch
Patch21: cdrkit-1.1.11-devname.patch
Patch22: cdrkit-1.1.11-sysmacros.patch
Patch23: cdrkit-1.1.11-gcc10.patch
%ifarch sw_64
Patch24: cdrkit-1.1.11-sw.patch
%endif
BuildRequires: gcc cmake libcap-devel zlib-devel perl-interpreter
BuildRequires: perl-generators file-devel bzip2-devel
Requires: perl-interpreter >= 4:5.8.1 genisoimage = %{version}-%{release}
Requires: libusal = %{version}-%{release}
Requires: libusal = %{version}-%{release} git
Requires(preun): %{_sbindir}/alternatives coreutils
Requires(post): %{_sbindir}/alternatives coreutils
@ -51,7 +48,6 @@ Summary: genisoimage packages for cdrkit
Requires: libusal = %{version}-%{release}
Requires(preun): %{_sbindir}/alternatives coreutils
Requires(post): %{_sbindir}/alternatives coreutils
Obsoletes: cdrkit-help < %{version}-%{release}
%description -n genisoimage
Genisoimage packages for cdrkit
@ -68,7 +64,6 @@ BuildRequires: cdparanoia-devel
Requires: libusal = %{version}-%{release} vorbis-tools cdparanoia
Requires(preun): %{_sbindir}/alternatives coreutils
Requires(post): %{_sbindir}/alternatives coreutils
Obsoletes: cdrkit-help < %{version}-%{release}
%description -n icedax
Icedax for cdrkit
@ -82,6 +77,8 @@ Obsoletes: libusal-devel
%description devel
Header files for cdrkit.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
@ -180,13 +177,9 @@ fi
%{_bindir}/readom
%{_bindir}/dirsplit
%exclude %{_bindir}/cdda2mp3
%ghost %{_bindir}/cdrecord
%ghost %{_bindir}/dvdrecord
%{_mandir}/man1/devdump.*
%{_mandir}/man1/wodim.*
%{_mandir}/man1/netscsid.*
%{_mandir}/man1/readom.*
%{_mandir}/man1/dirsplit.*
%files -n genisoimage
%defattr(-,root,root)
@ -195,16 +188,9 @@ fi
%{_bindir}/readmult
%{_bindir}/pitchplay
%{_bindir}/genisoimage
%ghost %{_bindir}/mkisofs
%ghost %{_bindir}/mkhybrid
%{_mandir}/man5/genisoimagerc.*
%{_mandir}/man1/genisoimage.*
%{_mandir}/man1/isodebug.*
%{_mandir}/man1/isodump.*
%{_mandir}/man1/isoinfo.*
%{_mandir}/man1/isovfy.*
%{_mandir}/man1/pitchplay.*
%{_mandir}/man1/readmult.*
%files -n libusal
%defattr(-,root,root)
@ -216,10 +202,8 @@ fi
%license COPYING
%{_bindir}/icedax
%{_bindir}/cdda2ogg
%ghost %{_bindir}/cdda2wav
%{_mandir}/man1/icedax.*
%{_mandir}/man1/cdda2ogg.*
%{_mandir}/man1/list_audio_tracks.*
%files devel
%defattr(-,root,root)
@ -227,33 +211,19 @@ fi
%{_libdir}/*.so
%{_includedir}/usal
%files help
%defattr(-,root,root)
%doc doc/READMEs doc/wodim
%doc Changelog FAQ FORK START doc/icedax
%doc doc/genisoimage doc/plattforms/README.linux
%{_mandir}/*
%changelog
* Thu Jan 4 2024 zhangpan<zhangpan103@h-partners.com> - 1.1.11-51
- Type:bugfix
- ID:NA
- SUG:NA
- delete autosetup macro in changelog
* Mon Oct 30 2023 yueyuankun<yueyuankun@kylinos.cn> - 1.1.11-50
- Type:update
- ID:NA
- SUG:NA
- DESC:delete Requires git
* Wed Nov 23 2022 wangkerong<wangkerong@h-partners.com> - 1.1.11-49
- fix spell error
* Wed Nov 16 2022 wangkerong<wangkerong@h-partners.com> - 1.1.11-48
- fix empty link
* Thu Nov 3 2022 wuzx<wuzx1226@qq.com> - 1.1.11-47
* Thu Jul 28 2022 wuzx<wuzx1226@qq.com> - 1.1.11-46
- add sw64 patch
* Tue Oct 25 2022 wangkerong <wangkerong@h-partners.com> - 1.1.11-46
- rebuild for next release
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.1.11-45
- DESC: delete -S git from autosetup, and delete BuildRequires git
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Fri Jul 30 2021 liuyumeng <liuyumeng5@huawei.com> - 1.1.11-44
- fix build fail on gcc-10