]> git.pld-linux.org Git - packages/libmatroska.git/commitdiff
- updated to 0.6.2; -devel R: libebml-devel
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 4 Nov 2003 21:09:38 +0000 (21:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libmatroska.spec -> 1.8

libmatroska.spec

index f905da33f72cba55cc28db3f889843c5c4ccb869..1831d984b702952c923a606c483ebe53c1c24dde 100644 (file)
@@ -1,15 +1,15 @@
 Summary:       Extensible Binary Meta Language access library
 Summary(pl):   Biblioteka dostêpu rozszerzalnego metajêzyka binarnego
 Name:          libmatroska
-Version:       0.5.2
+Version:       0.6.1
 Release:       1
 License:       GPL v2 or QPL
 Group:         Libraries
 Source0:       http://matroska.free.fr/downloads/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: bcad636446f56a7f7e3ba50d0a6ec282
+# Source0-md5: 61d5665e7c1050aa934aecc57cf392cd
 Patch0:                %{name}-makefile.patch
 URL:           http://www.matroska.org/
-BuildRequires: libebml-devel
+BuildRequires: libebml-devel >= 0.6.2
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -35,6 +35,7 @@ Summary:      Header files for matroska library
 Summary(pl):   Nag³ówki dla biblioteki matroska
 Group:         Development/Libraries
 Requires:      %{name} = %{version}
+Requires:      libebml-devel >= 0.6.2
 Requires:      libstdc++-devel
 
 %description devel
@@ -56,8 +57,8 @@ Static version of matroska library.
 Statyczna wersja biblioteki matroska.
 
 %prep
-%setup -q -n %{name}
-%patch0 -p1 -b .djurban
+%setup -q
+%patch0 -p1
 
 %build
 %{__make} -C make/linux \
@@ -86,6 +87,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc ChangeLog.txt
 %attr(755,root,root) %{_libdir}/libmatroska.so.*.*.*
 
 %files devel
This page took 0.100113 seconds and 4 git commands to generate.