Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2a131a609 | ||
|
|
4fe708ca63 | ||
|
|
863cdab22b | ||
|
|
0810b8fa10 | ||
|
|
a45f94966c | ||
|
|
3275e49785 | ||
|
|
2937ce2092 | ||
|
|
a040c214f6 |
1 changed files with 31 additions and 23 deletions
|
|
@ -1,23 +1,19 @@
|
|||
Summary: VideoCD (pre-)mastering and ripping tool
|
||||
Name: vcdimager
|
||||
Version: 2.0.1
|
||||
Release: 17%{?dist}
|
||||
Release: 25%{?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
|
||||
|
|
@ -66,23 +62,9 @@ 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
|
||||
|
||||
%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 || :
|
||||
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
|
||||
%endif
|
||||
|
||||
|
||||
%files
|
||||
%doc AUTHORS BUGS ChangeLog* FAQ NEWS README THANKS TODO
|
||||
|
|
@ -117,6 +99,32 @@ fi
|
|||
|
||||
|
||||
%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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue