]> git.pld-linux.org Git - packages/libmatroska.git/blobdiff - libmatroska.spec
- updated to 1.2.0 (note: new soname)
[packages/libmatroska.git] / libmatroska.spec
index 03602e935dbcd3782499cc728366ffcc8a0196d8..49ef2f51e7b08d2e9f20595503d48f14ae0f1b86 100644 (file)
@@ -1,18 +1,20 @@
 Summary:       Extensible Binary Meta Language access library
-Summary(pl.UTF-8):   Biblioteka dostępu rozszerzalnego metajęzyka binarnego
+Summary(pl.UTF-8):     Biblioteka dostępu rozszerzalnego metajęzyka binarnego
 Name:          libmatroska
-Version:       0.8.0
+Version:       1.2.0
 Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://dl.matroska.org/downloads/libmatroska/%{name}-%{version}.tar.bz2
-# Source0-md5: ee822ea811e5db25de87c3662c53953a
+# Source0-md5: a4f967f9ade56d5181714f3199ffa241
 Patch0:                %{name}-makefile.patch
 URL:           http://www.matroska.org/
-BuildRequires: libebml-devel >= 0.7.6
+BuildRequires: libebml-devel >= 1.2.1
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
-Requires:      libebml >= 0.7.6
+BuildRequires: rpmbuild(macros) >= 1.566
+BuildRequires: sed >= 4.0
+Requires:      libebml >= 1.2.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -33,10 +35,10 @@ jednoczesnym zachowaniu kompatybilności wstecz.
 
 %package devel
 Summary:       Header files for matroska library
-Summary(pl.UTF-8):   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.6
+Requires:      libebml-devel >= 1.2.1
 Requires:      libstdc++-devel
 
 %description devel
@@ -47,7 +49,7 @@ Nagłówki dla biblioteki matroska.
 
 %package static
 Summary:       Static version of matroska library
-Summary(pl.UTF-8):   Statyczna wersja biblioteki matroska
+Summary(pl.UTF-8):     Statyczna wersja biblioteki matroska
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
@@ -59,6 +61,7 @@ Statyczna wersja biblioteki matroska.
 
 %prep
 %setup -q
+%undos make/linux/Makefile
 %patch0 -p1
 
 %build
@@ -92,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.4
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.105496 seconds and 4 git commands to generate.