Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6c165aa24 |
3 changed files with 22 additions and 89 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
|
||||
|
|
|
|||
108
vcdimager.spec
108
vcdimager.spec
|
|
@ -1,7 +1,7 @@
|
|||
Summary: VideoCD (pre-)mastering and ripping tool
|
||||
Name: vcdimager
|
||||
Version: 2.0.1
|
||||
Release: 25%{?dist}
|
||||
Version: 0.7.24
|
||||
Release: 11%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://www.gnu.org/software/vcdimager/
|
||||
Source: https://ftp.gnu.org/pub/gnu/vcdimager/vcdimager-%{version}.tar.gz
|
||||
|
|
@ -14,6 +14,8 @@ BuildRequires: popt-devel
|
|||
BuildRequires: zlib-devel
|
||||
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
Requires(post): info
|
||||
Requires(preun): info
|
||||
|
||||
|
||||
%description
|
||||
|
|
@ -62,9 +64,21 @@ find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
|
|||
# Sometimes this file gets created... but we don't want it!
|
||||
rm -f %{buildroot}%{_infodir}/dir
|
||||
|
||||
|
||||
%ldconfig_scriptlets libs
|
||||
|
||||
%post
|
||||
for infofile in vcdxrip.info vcdimager.info vcd-info.info; do
|
||||
/sbin/install-info %{_infodir}/${infofile} %{_infodir}/dir 2>/dev/null || :
|
||||
done
|
||||
|
||||
%preun
|
||||
if [ $1 -eq 0 ]; then
|
||||
for infofile in vcdxrip.info vcdimager.info vcd-info.info; do
|
||||
/sbin/install-info --delete %{_infodir}/${infofile} %{_infodir}/dir \
|
||||
2>/dev/null || :
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
%files
|
||||
%doc AUTHORS BUGS ChangeLog* FAQ NEWS README THANKS TODO
|
||||
|
|
@ -99,95 +113,13 @@ rm -f %{buildroot}%{_infodir}/dir
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-25
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Wed Jan 28 2026 Adrian Reber <adrian@lisas.de> - 2.0.1-24
|
||||
- Rebuilt for libcdio-2.3.0
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-23
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-22
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-21
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Oct 03 2024 Xavier Bachelot <xavier@bachelot.org> - 2.0.1-20
|
||||
- Change Source: URL to https
|
||||
- Drop EL7 conditionals
|
||||
- Sort BR:s
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* 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