Summary: Extensible Binary Meta Language access library Summary(pl.UTF-8): Biblioteka dostępu rozszerzalnego metajęzyka binarnego Name: libmatroska Version: 1.4.2 Release: 1 License: LGPL v2.1+ Group: Libraries Source0: http://dl.matroska.org/downloads/libmatroska/%{name}-%{version}.tar.bz2 # Source0-md5: f8fe42003e072a42a19ed40405f9efdb Patch0: %{name}-link.patch URL: http://www.matroska.org/ BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: libebml-devel >= 1.3.1 BuildRequires: libstdc++-devel BuildRequires: libtool >= 2:2 BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.566 Requires: libebml >= 1.3.1 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Matroska is an extensible open standard Audio/Video container format, aiming to become the standard of Multimedia Container Formats one day. It is based on EBML (Extensible Binary Meta Language), a kind of binary version of XML. This way the significant advantages in terms of future format extensibility are gained without breaking file support in old parsers. %description -l pl.UTF-8 Matroska to rozszerzalny otwarty format kodowania dźwięku i obrazu, dążący do stania się pewnego dnia standardem formatów zawierających multimedia. Jest on oparty na EBML (rozszerzalnym metajęzyku binarnym), binarnym odpowiedniku XML-a. W ten sposób ma on przewagę nad innymi formatami pod względem przyszłej rozszerzalności przy jednoczesnym zachowaniu kompatybilności wstecz. %package devel Summary: Header files for matroska library Summary(pl.UTF-8): Nagłówki dla biblioteki matroska Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: libebml-devel >= 1.3.1 Requires: libstdc++-devel %description devel Header files for matroska library. %description devel -l pl.UTF-8 Nagłówki dla biblioteki matroska. %package static Summary: Static version of matroska library Summary(pl.UTF-8): Statyczna wersja biblioteki matroska Group: Development/Libraries Requires: %{name}-devel = %{version}-%{release} %description static Static version of matroska library. %description static -l pl.UTF-8 Statyczna wersja biblioteki matroska. %prep %setup -q %patch0 -p1 %build %{__libtoolize} %{__aclocal} -I m4 %{__autoconf} %{__autoheader} %{__automake} %configure \ %{?debug:--enable-debug} %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(644,root,root,755) %doc ChangeLog %attr(755,root,root) %{_libdir}/libmatroska.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libmatroska.so.6 %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libmatroska.so %{_libdir}/libmatroska.la %{_includedir}/matroska %{_pkgconfigdir}/libmatroska.pc %files static %defattr(644,root,root,755) %{_libdir}/libmatroska.a