Update to 1.4.7 (#1431305)

Use license and make build macros
Make -devel require the same arch of main package
Sync libebml version requirement between main and -devel
epel8
Dominik 'Rathann' Mierzejewski 8 years ago
parent 9df2ad27af
commit 76af0a5891

1
.gitignore vendored

@ -7,3 +7,4 @@ libmatroska-1.0.0.tar.bz2
/libmatroska-1.4.2.tar.bz2 /libmatroska-1.4.2.tar.bz2
/libmatroska-1.4.4.tar.bz2 /libmatroska-1.4.4.tar.bz2
/libmatroska-1.4.5.tar.bz2 /libmatroska-1.4.5.tar.bz2
/libmatroska-1.4.7.tar.bz2

@ -1,7 +1,7 @@
Summary: Open audio/video container format library Summary: Open audio/video container format library
Name: libmatroska Name: libmatroska
Version: 1.4.5 Version: 1.4.7
Release: 2%{?dist} Release: 1%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: https://www.matroska.org/ URL: https://www.matroska.org/
@ -18,8 +18,8 @@ is usually found as .mkv files (matroska video) and .mka files
%package devel %package devel
Summary: Matroska container format library development files Summary: Matroska container format library development files
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name}%{_isa} = %{version}-%{release}
Requires: libebml-devel >= 1.3.3 Requires: libebml-devel >= 1.3.4
%description devel %description devel
Matroska is an extensible open standard Audio/Video container. It Matroska is an extensible open standard Audio/Video container. It
@ -37,7 +37,7 @@ will use the Matroska container format.
%build %build
%configure --disable-static %configure --disable-static
make %{?_smp_mflags} %make_build
%install %install
@ -51,7 +51,8 @@ rm %{buildroot}%{_libdir}/%{name}.la
%files %files
%doc ChangeLog LICENSE.LGPL %license LICENSE.LGPL
%doc ChangeLog
%{_libdir}/%{name}.so.* %{_libdir}/%{name}.so.*
%files devel %files devel
@ -61,6 +62,12 @@ rm %{buildroot}%{_libdir}/%{name}.la
%changelog %changelog
* Tue Apr 18 2017 Dominik Mierzejewski <rpm@greysector.net> - 1.4.7-1
- Update to 1.4.7 (#1431305)
- Use license and make build macros
- Make -devel require the same arch of main package
- Sync libebml version requirement between main and -devel
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.5-2 * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

@ -1 +1 @@
2e97a58717564896aba8168cdb577067 libmatroska-1.4.5.tar.bz2 SHA512 (libmatroska-1.4.7.tar.bz2) = 75371a94c68a472fa55e2277b90a2717dd777b506ac89fb115fa83c5093aee6609eb4b01aa65c1d5a9ce9fc597684baff2ffc330a756050b2fb746abffc2417e

Loading…
Cancel
Save