]> git.pld-linux.org Git - packages/libmatroska.git/commitdiff
- updated to 0.8.0 auto/th/libmatroska-0_8_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 21 Oct 2005 21:33:48 +0000 (21:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsolete version_define patch - default matroska version is 2 now

Changed files:
    libmatroska.spec -> 1.21

libmatroska.spec

index 070c262ae83014f515d2be9c2475456866fefb86..08140bbc92a0cd885bfe50be624d2de8f6a52d72 100644 (file)
@@ -1,19 +1,18 @@
 Summary:       Extensible Binary Meta Language access library
 Summary(pl):   Biblioteka dostêpu rozszerzalnego metajêzyka binarnego
 Name:          libmatroska
-Version:       0.7.7
+Version:       0.8.0
 Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://dl.matroska.org/downloads/libmatroska/%{name}-%{version}.tar.bz2
-# Source0-md5: 801a81baaa970595b3e9692ec4dd12f9
+# Source0-md5: ee822ea811e5db25de87c3662c53953a
 Patch0:                %{name}-makefile.patch
-Patch1:                %{name}-version_define.patch
 URL:           http://www.matroska.org/
-BuildRequires: libebml-devel >= 0.7.4
+BuildRequires: libebml-devel >= 0.7.6
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
-Requires:      libebml >= 0.7.4
+Requires:      libebml >= 0.7.6
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -37,7 +36,7 @@ Summary:      Header files for matroska library
 Summary(pl):   Nag³ówki dla biblioteki matroska
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      libebml-devel >= 0.7.4
+Requires:      libebml-devel >= 0.7.6
 Requires:      libstdc++-devel
 
 %description devel
@@ -61,7 +60,6 @@ Statyczna wersja biblioteki matroska.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__make} -C make/linux \
This page took 0.085063 seconds and 4 git commands to generate.