Compare commits

...

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

2
.gitignore vendored

@ -1 +1 @@
SOURCES/xvidcore-1.3.7.tar.bz2 /xvidcore-1.3.7.tar.bz2

@ -1 +0,0 @@
e7d2afee48d7cdc8e64fed8a4d13062ca09f3ba5 SOURCES/xvidcore-1.3.7.tar.bz2

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

@ -0,0 +1 @@
SHA512 (xvidcore-1.3.7.tar.bz2) = e2b22e7a7e103af7adcc999d95484f991a0a33df02b912fe042b2e23d2af07381c737d23158dbf0fad770ee680572f86fbe04ab2ef33c81e2e0180ead2acc8ed

@ -1,14 +1,15 @@
#global pre -rc1 %global sovermajor 4
Name: xvidcore Name: xvidcore
Version: 1.3.7 Version: 1.3.7
Release: 1%{?dist} Release: 9%{?dist}
Summary: MPEG-4 Simple and Advanced Simple Profile codec Summary: MPEG-4 Simple and Advanced Simple Profile codec
License: GPLv2+ License: GPL-2.0-or-later
URL: https://www.xvid.com/ URL: https://www.xvid.com/
Source0: https://downloads.xvid.com/downloads/%{name}-%{version}%{?pre}.tar.bz2 Source0: https://downloads.xvid.com/downloads/%{name}-%{version_no_tilde}.tar.bz2
BuildRequires: gcc BuildRequires: gcc
BuildRequires: make
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
BuildRequires: nasm >= 2.0 BuildRequires: nasm >= 2.0
%endif %endif
@ -68,7 +69,7 @@ find %{buildroot} -name "*.a" -delete
%files %files
%doc README AUTHORS ChangeLog %doc README AUTHORS ChangeLog
%license LICENSE %license LICENSE
%{_libdir}/libxvidcore.so.* %{_libdir}/libxvidcore.so.%{sovermajor}{,.*}
%files devel %files devel
%doc CodingStyle TODO examples/ %doc CodingStyle TODO examples/
@ -77,8 +78,30 @@ find %{buildroot} -name "*.a" -delete
%changelog %changelog
* Tue Feb 27 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1.3.7-1 * Tue Jan 24 2023 Neal Gompa <ngompa@fedoraproject.org> - 1.3.7-9
- Rebuilt for MSVSphere 8.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 * Thu Jan 02 2020 Leigh Scott <leigh123linux@googlemail.com> - 1.3.7-1
- Update to 1.3.7 - Update to 1.3.7
Loading…
Cancel
Save