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