X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=libmatroska.spec;h=2f693159dd1b9dd06c00d26428953f19c916663d;hb=d25a61e4ddbcc1e9e8e04634246c837bd357cac6;hp=d4e983c3e3942fe43c4c7337e49b7a138f787e1b;hpb=729851d737b3e03b992d2bb061c3b99610d8e957;p=packages%2Flibmatroska.git diff --git a/libmatroska.spec b/libmatroska.spec index d4e983c..2f69315 100644 --- a/libmatroska.spec +++ b/libmatroska.spec @@ -1,19 +1,20 @@ 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.7.6 +Version: 1.3.0 Release: 1 License: LGPL v2.1+ Group: Libraries Source0: http://dl.matroska.org/downloads/libmatroska/%{name}-%{version}.tar.bz2 -# Source0-md5: 2c9ae5b7d72767b9c23fca6ecf3681e7 +# Source0-md5: f4a8c411f09d39c754eb726efd616043 Patch0: %{name}-makefile.patch -Patch1: %{name}-version_define.patch URL: http://www.matroska.org/ -BuildRequires: libebml-devel >= 0.7.4 +BuildRequires: libebml-devel >= 1.2.2 BuildRequires: libstdc++-devel BuildRequires: libtool -Requires: libebml >= 0.7.4 +BuildRequires: rpmbuild(macros) >= 1.566 +BuildRequires: sed >= 4.0 +Requires: libebml >= 1.2.2 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -24,44 +25,44 @@ 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 -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. +%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): Nag³ówki dla biblioteki matroska +Summary(pl.UTF-8): Nagłówki dla biblioteki matroska Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: libebml-devel >= 0.7.4 +Requires: libebml-devel >= 1.2.2 Requires: libstdc++-devel %description devel Header files for matroska library. -%description devel -l pl -Nag³ówki dla biblioteki matroska. +%description devel -l pl.UTF-8 +Nagłówki dla biblioteki matroska. %package static Summary: Static version of matroska library -Summary(pl): Statyczna wersja biblioteki matroska +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 +%description static -l pl.UTF-8 Statyczna wersja biblioteki matroska. %prep %setup -q +%undos make/linux/Makefile %patch0 -p1 -%patch1 -p1 %build %{__make} -C make/linux \ @@ -94,6 +95,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc ChangeLog %attr(755,root,root) %{_libdir}/libmatroska.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libmatroska.so.5 %files devel %defattr(644,root,root,755)