Merge branch 'f27' into f28

epel8
Dominik 'Rathann' Mierzejewski 7 years ago
commit 990ac298dc

1
.gitignore vendored

@ -9,3 +9,4 @@ libmatroska-1.0.0.tar.bz2
/libmatroska-1.4.5.tar.bz2 /libmatroska-1.4.5.tar.bz2
/libmatroska-1.4.7.tar.bz2 /libmatroska-1.4.7.tar.bz2
/libmatroska-1.4.8.tar.xz /libmatroska-1.4.8.tar.xz
/libmatroska-1.4.9.tar.xz

@ -1,12 +1,14 @@
Summary: Open audio/video container format library Summary: Open audio/video container format library
Name: libmatroska Name: libmatroska
Version: 1.4.8 Version: 1.4.9
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/
Source0: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz Source0: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz
BuildRequires: libebml-devel >= 1.3.4 BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: libebml-devel >= 1.3.6
%description %description
Matroska is an extensible open standard Audio/Video container. It Matroska is an extensible open standard Audio/Video container. It
@ -19,7 +21,9 @@ is usually found as .mkv files (matroska video) and .mka files
Summary: Matroska container format library development files Summary: Matroska container format library development files
Group: Development/Libraries Group: Development/Libraries
Requires: %{name}%{_isa} = %{version}-%{release} Requires: %{name}%{_isa} = %{version}-%{release}
Requires: libebml-devel >= 1.3.4 Requires: cmake-filesystem
Requires: libebml-devel >= 1.3.6
Requires: pkgconfig
%description devel %description devel
Matroska is an extensible open standard Audio/Video container. It Matroska is an extensible open standard Audio/Video container. It
@ -36,18 +40,15 @@ will use the Matroska container format.
%build %build
%configure --disable-static %cmake
%make_build %make_build
%install %install
%make_install %make_install
rm %{buildroot}%{_libdir}/%{name}.la
%post -p /sbin/ldconfig %ldconfig_scriptlets
%postun -p /sbin/ldconfig
%files %files
@ -59,9 +60,18 @@ rm %{buildroot}%{_libdir}/%{name}.la
%{_includedir}/matroska/ %{_includedir}/matroska/
%{_libdir}/%{name}.so %{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/cmake/matroska/MatroskaConfig.cmake
%{_libdir}/cmake/matroska/MatroskaConfigVersion.cmake
%{_libdir}/cmake/matroska/MatroskaTargets-noconfig.cmake
%{_libdir}/cmake/matroska/MatroskaTargets.cmake
%changelog %changelog
* Tue Jul 24 2018 Dominik Mierzejewski <rpm@greysector.net> - 1.4.9-1
- update to 1.4.9 (#1570226)
- switch build system to cmake, add missing dependencies
- use ldconfig_scriptlets macro
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.8-2 * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (libmatroska-1.4.8.tar.xz) = af3b8bfae891be77896b6afa2da3325ebba73a957cd43a4e6086b68e1237bb37b2e6d5eb57322c05ede0ad0c03464087b77fbdf06101314f09411648e1073cee SHA512 (libmatroska-1.4.9.tar.xz) = 281224b66ce7ef39daf0f186cda1144250e190b914e64f4f2524e8bf0170a3d18dbc50f204d4ca8d7eaffe183a61f96c92ba6ec4325bacb068272d62cdbcef33

Loading…
Cancel
Save