Compare commits

...

No commits in common. 'epel9' and 'el8' have entirely different histories.
epel9 ... el8

3
.gitignore vendored

@ -1 +1,4 @@
xvidcore-1.3.2.tar.bz2
/xvidcore-1.3.5.tar.bz2
/xvidcore-1.3.6.tar.bz2
/xvidcore-1.3.7.tar.bz2

@ -1,3 +0,0 @@
# xvidcore
The xvidcore package

@ -1,15 +1,14 @@
%global sovermajor 4
#global pre -rc1
Name: xvidcore
Version: 1.3.7
Release: 9%{?dist}
Release: 1%{?dist}
Summary: MPEG-4 Simple and Advanced Simple Profile codec
License: GPL-2.0-or-later
License: GPLv2+
URL: https://www.xvid.com/
Source0: https://downloads.xvid.com/downloads/%{name}-%{version_no_tilde}.tar.bz2
Source0: https://downloads.xvid.com/downloads/%{name}-%{version}%{?pre}.tar.bz2
BuildRequires: gcc
BuildRequires: make
%ifarch %{ix86} x86_64
BuildRequires: nasm >= 2.0
%endif
@ -69,7 +68,7 @@ find %{buildroot} -name "*.a" -delete
%files
%doc README AUTHORS ChangeLog
%license LICENSE
%{_libdir}/libxvidcore.so.%{sovermajor}{,.*}
%{_libdir}/libxvidcore.so.*
%files devel
%doc CodingStyle TODO examples/
@ -78,31 +77,6 @@ find %{buildroot} -name "*.a" -delete
%changelog
* Tue Jan 24 2023 Neal Gompa <ngompa@fedoraproject.org> - 1.3.7-9
- Adapt for Fedora
* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 1.3.7-8
- 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> - 1.3.7-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.3.7-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.3.7-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.3.7-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Mar 11 2020 Leigh Scott <leigh123linux@gmail.com> - 1.3.7-3
- Rebuilt for i686
* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.3.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Jan 02 2020 Leigh Scott <leigh123linux@googlemail.com> - 1.3.7-1
- Update to 1.3.7

Loading…
Cancel
Save