X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=libmatroska.spec;h=82ffe8bfa1b4c4ba64d911e2defdafda15ddc657;hb=7b9ae7a;hp=88ba77b052a90102fa954d2dbe283704cdb38445;hpb=ac28d4e4d54853bef48ead4230cf333a1ddb0433;p=packages%2Flibmatroska.git diff --git a/libmatroska.spec b/libmatroska.spec index 88ba77b..82ffe8b 100644 --- a/libmatroska.spec +++ b/libmatroska.spec @@ -1,96 +1,88 @@ Summary: Extensible Binary Meta Language access library -Summary(pl): Biblioteka dostêpu rozszerzalnego metajêzyka binarnego +Summary(pl.UTF-8): Biblioteka dostępu rozszerzalnego metajęzyka binarnego Name: libmatroska -Version: 0.4.4 +Version: 1.1.0 Release: 1 -License: GPL/QPL +License: LGPL v2.1+ Group: Libraries -Source0: http://matroska.free.fr/downloads/%{name}/%{name}-%{version}.tar.bz2 -# Source0-md5: 1d855dc5d7a16d562efcac53f9cbdf7b +Source0: http://dl.matroska.org/downloads/libmatroska/%{name}-%{version}.tar.bz2 +# Source0-md5: 21e5ee3e2573f0ae99db195348bdfb98 Patch0: %{name}-makefile.patch -URL: http://www.matroska.org +URL: http://www.matroska.org/ +BuildRequires: libebml-devel >= 1.2.0 +BuildRequires: libstdc++-devel +BuildRequires: libtool +BuildRequires: rpmbuild(macros) >= 1.566 +BuildRequires: sed >= 4.0 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 extensability -are gained without breaking file support in old parsers. - -%description -l pl -Matroska to rozszerzalny otwarty format kodowania d¼wiêku i obrazu, -d±¿±cy do stania sie. Jest on oparty na EBML (rozszerzalny metajêzyk -binarny), binarnym odpowiedniku XML. W ten sposób ma on przewagê nad -innymi formatami pod wzglêdem przysz³ej rozszerzalno¶ci przy -jednoczesnym zachowaniu kompatybilno¶ci wstecz. +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: Developmment files and headers for matroska -Summary(pl): Nag³ówki dla matroski +Summary: Header files for matroska library +Summary(pl.UTF-8): Nagłówki dla biblioteki matroska Group: Development/Libraries -Requires: %{name} >= %{version} +Requires: %{name} = %{version}-%{release} +Requires: libebml-devel >= 1.2.0 +Requires: libstdc++-devel %description devel -Developmment files and headers for matroska. +Header files for matroska library. -%description devel -l pl -Nag³ówki dla matroski. +%description devel -l pl.UTF-8 +Nagłówki dla biblioteki matroska. %package static -Summary: Static libraries for Extensible Binary Meta Language -Summary(pl): Biblioteki statyczne dla rozszerzalnego metajêzyka binarnego -Group: Libraries +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 libraries for matroska. +Static version of matroska library. -%description static -l pl -Biblioteki statyczne dla matroski. +%description static -l pl.UTF-8 +Statyczna wersja biblioteki matroska. %prep -%setup -q +%setup -q +%undos make/linux/Makefile %patch0 -p1 %build -cd make/linux -%{__make} clean -%{__make} \ +%{__make} -C make/linux \ prefix=%{_prefix} \ - CXX=%{__cxx} \ - LD=%{__cxx} \ - AR="%{__ar} rcvu" \ - RANLIB=%{__ranlib} \ - INSTALL=%{__install} \ - CXXFLAGS="%{rpmcflags}" \ - %{?debug:DEBUG=yes} \ - INSTALL_OPTS="" \ - INSTALL_OPTS_LIB="" \ - INSTALL_DIR_OPTS="" \ - LDFLAGS="-shared -lebml -L. -L%{_libdir}"\ - LIBEBML_INCLUDE_DIR="%{_includedir}/ebml/" \ - SRC_DIR=%{_builddir}/%{name}-%{version}/src/ + libdir=%{_libdir} \ + CXX="%{__cxx}" \ + LD="%{__cxx}" \ + DEBUGFLAGS="%{rpmcflags} %{?debug:-DDEBUG}" \ + LDFLAGS="%{rpmldflags}" \ + LIBEBML_INCLUDE_DIR="%{_includedir}/ebml" %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT -%{__make} -f make/linux/Makefile install \ +%{__make} -C make/linux install \ prefix=$RPM_BUILD_ROOT%{_prefix} \ - CXX=%{__cxx} \ - LD=%{__cxx} \ - AR="%{__ar} rcvu" \ - RANLIB=%{__ranlib} \ - INSTALL=%{__install} \ - %{?debug:DEBUG=yes} \ - INSTALL_OPTS="" \ - INSTALL_OPTS_LIB="" \ - INSTALL_DIR_OPTS="" \ - SRC_DIR=%{_builddir}/%{name}-%{version}/src/\ - LDFLAGS="-shared -lebml -L. -L%{_libdir}" \ - LIBEBML_INCLUDE_DIR="%{_includedir}/ebml/" \ - CXXFLAGS="%{rpmcflags}" + libdir=$RPM_BUILD_ROOT%{_libdir} + +# prepare docs (with working hyperlinks) +#install -d doc +#cp --parents src/api/index.html src/api/c/index.html doc %clean rm -rf $RPM_BUILD_ROOT @@ -98,12 +90,17 @@ rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%files +%files %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libmatroska.so +%doc ChangeLog +%attr(755,root,root) %{_libdir}/libmatroska.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libmatroska.so.3 %files devel %defattr(644,root,root,755) +##%doc doc/src/api/* +%attr(755,root,root) %{_libdir}/libmatroska.so +%{_libdir}/libmatroska.la %{_includedir}/matroska %files static