Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6c165aa24 |
3 changed files with 10 additions and 66 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/vcdimager-2.0.1.tar.gz
|
||||
/vcdimager-0.7.24.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vcdimager-2.0.1.tar.gz) = 55a9d235149a35fe26576703c623a2c9a3f7deedd2e42e01271fdf1e1fdf14c51ee040ee3b5d15fe1b5860fbd4cbeb437362b1a1f40187c8d4d691b6b89a2230
|
||||
SHA512 (vcdimager-0.7.24.tar.gz) = 162f361d3c871c85887f0b25e70c207c511dcf597f337633be3ce925e8c589a8ba26275b8378d1002b8c5eb56995eda017f5f1cf52e52a38e9ff900acba7a214
|
||||
|
|
|
|||
|
|
@ -1,23 +1,21 @@
|
|||
Summary: VideoCD (pre-)mastering and ripping tool
|
||||
Name: vcdimager
|
||||
Version: 2.0.1
|
||||
Release: 16%{?dist}
|
||||
Version: 0.7.24
|
||||
Release: 11%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://www.gnu.org/software/vcdimager/
|
||||
Source: ftp://ftp.gnu.org/pub/gnu/vcdimager/vcdimager-%{version}.tar.gz
|
||||
Source: https://ftp.gnu.org/pub/gnu/vcdimager/vcdimager-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libcdio-devel >= 0.72
|
||||
BuildRequires: libxml2-devel >= 2.3.8
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: pkgconfig >= 0.9
|
||||
BuildRequires: popt-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: zlib-devel
|
||||
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
%if 0%{?el7}
|
||||
Requires(post): info
|
||||
Requires(preun): info
|
||||
%endif
|
||||
|
||||
|
||||
%description
|
||||
|
|
@ -68,7 +66,6 @@ rm -f %{buildroot}%{_infodir}/dir
|
|||
|
||||
%ldconfig_scriptlets libs
|
||||
|
||||
%if 0%{?el7}
|
||||
%post
|
||||
for infofile in vcdxrip.info vcdimager.info vcd-info.info; do
|
||||
/sbin/install-info %{_infodir}/${infofile} %{_infodir}/dir 2>/dev/null || :
|
||||
|
|
@ -81,7 +78,6 @@ if [ $1 -eq 0 ]; then
|
|||
2>/dev/null || :
|
||||
done
|
||||
fi
|
||||
%endif
|
||||
|
||||
|
||||
%files
|
||||
|
|
@ -117,66 +113,13 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 08 2023 Xavier Bachelot <xavier@bachelot.org> - 2.0.1-16
|
||||
* Sat Mar 25 2023 Xavier Bachelot <xavier@bachelot.org> - 0.7.24-11
|
||||
- Use SPDX for License: tag
|
||||
- Use glob for manpages encoding
|
||||
|
||||
* Wed Mar 08 2023 Xavier Bachelot <xavier@bachelot.org> - 2.0.1-15
|
||||
- Review fixes
|
||||
|
||||
* Tue Mar 07 2023 Xavier Bachelot <xavier@bachelot.org> - 2.0.1-14
|
||||
- Drop Group: Tags
|
||||
- Specify soname
|
||||
|
||||
* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 2.0.1-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
|
||||
5.1
|
||||
|
||||
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 2.0.1-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 2.0.1-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 2.0.1-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Aug 18 2020 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 2.0.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Apr 10 2020 Leigh Scott <leigh123linux@gmail.com> - 2.0.1-8
|
||||
- Rebuild for new libcdio version
|
||||
|
||||
* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 2.0.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 2.0.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 2.0.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sun Aug 19 2018 Leigh Scott <leigh123linux@googlemail.com> - 2.0.1-4
|
||||
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
|
||||
|
||||
* Fri Jul 27 2018 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 2.0.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux@googlemail.com> - 2.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2018 Leigh Scott <leigh123linux@googlemail.com> - 2.0.1-1
|
||||
- Update to 2.0.1
|
||||
|
||||
* Sat Jan 27 2018 Leigh Scott <leigh123linux@googlemail.com> - 0.7.24-13
|
||||
- Rebuild for new libcdio
|
||||
- Clean up spec file
|
||||
|
||||
* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart@rpmfusion.org> - 0.7.24-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon Mar 20 2017 RPM Fusion Release Engineering <kwizart@rpmfusion.org> - 0.7.24-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
- Change Source: URL to https
|
||||
- Sort BR:s
|
||||
|
||||
* Fri Nov 18 2016 Adrian Reber <adrian@lisas.de> - 0.7.24-10
|
||||
- Rebuilt for libcdio-0.94
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue