]> git.pld-linux.org Git - packages/libmatroska.git/blobdiff - libmatroska.spec
- updated to 1.1.0 (new soname)
[packages/libmatroska.git] / libmatroska.spec
index b3e493defa30cacfba2e2b530b89bc0c5a645321..82ffe8bfa1b4c4ba64d911e2defdafda15ddc657 100644 (file)
@@ -1,18 +1,19 @@
 Summary:       Extensible Binary Meta Language access library
 Summary(pl.UTF-8):     Biblioteka dostępu rozszerzalnego metajęzyka binarnego
 Name:          libmatroska
-Version:       0.8.1
+Version:       1.1.0
 Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://dl.matroska.org/downloads/libmatroska/%{name}-%{version}.tar.bz2
-# Source0-md5: 20cf624ace0c58a54c7752eebfbc0b19
+# Source0-md5: 21e5ee3e2573f0ae99db195348bdfb98
 Patch0:                %{name}-makefile.patch
 URL:           http://www.matroska.org/
-BuildRequires: libebml-devel >= 0.7.6
+BuildRequires: libebml-devel >= 1.2.0
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
-Requires:      libebml >= 0.7.6
+BuildRequires: rpmbuild(macros) >= 1.566
+BuildRequires: sed >= 4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -36,7 +37,7 @@ 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 >= 0.7.6
+Requires:      libebml-devel >= 1.2.0
 Requires:      libstdc++-devel
 
 %description devel
@@ -59,6 +60,7 @@ Statyczna wersja biblioteki matroska.
 
 %prep
 %setup -q
+%undos make/linux/Makefile
 %patch0 -p1
 
 %build
@@ -92,7 +94,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.0
+%attr(755,root,root) %ghost %{_libdir}/libmatroska.so.3
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.04518 seconds and 4 git commands to generate.