From a9ce6151d4ee4f7708a80f8ed5aa19e5c19db740 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:01:10 +0100 Subject: [PATCH] automatic version update by autodist [release 1.4.2-1mamba;Fri Jan 23 2015] --- libmatroska.spec | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/libmatroska.spec b/libmatroska.spec index 7e153de..9ce23f6 100644 --- a/libmatroska.spec +++ b/libmatroska.spec @@ -1,5 +1,5 @@ Name: libmatroska -Version: 1.4.1 +Version: 1.4.2 Release: 1mamba Summary: Multimedia container format library Group: System/Libraries @@ -34,24 +34,23 @@ Requires: %{name} = %{version} %description devel In short, matroska is a new Audio/Video container file format. It is an advanced and full featured format. - Advanced because it is based on EBML, a kind of XML equivalent, that allows infinite extensibility of the format. And full featured because it includes precise seeking, any audio/video/subtitle codec support including VCM/ACM/DirectShow compatibility, timecode based format, complex frame dependencies, chaptering, internationalisation, error protection, tagging, file attachement, control track (to be defined), menu (to be defined), etc. All these features are not yet implemented but already defined in the format. - This package contains the required files to develop programs that will use the Matroska container format library. %prep %setup -q %build -# no autotools... -%make -C make/linux +%configure \ + --includedir=%{_includedir}/matroska + +%make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeoldinstall -C make/linux \ - includedir=%{buildroot}%{_includedir}/matroska +%makeinstall chmod +x %{buildroot}%{_libdir}/*.so.* @@ -64,16 +63,22 @@ chmod +x %{buildroot}%{_libdir}/*.so.* %files %defattr(-, root, root) %{_libdir}/libmatroska.so.* -%doc ChangeLog LICENSE.LGPL +%doc LICENSE.LGPL %files devel %defattr(-, root, root) %dir %{_includedir}/matroska/ %{_includedir}/matroska/* %{_libdir}/libmatroska.a +%{_libdir}/libmatroska.la %{_libdir}/libmatroska.so +%{_libdir}/pkgconfig/libmatroska.pc +%doc ChangeLog %changelog +* Fri Jan 23 2015 Automatic Build System 1.4.2-1mamba +- automatic version update by autodist + * Sun Sep 22 2013 Automatic Build System 1.4.1-1mamba - automatic update by autodist