Browse Source

update: libebml, libmatroska

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3993 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 13 years ago
parent
commit
5d9e56a96a
2 changed files with 19 additions and 8 deletions
  1. 9 3
      lib/libe/libebml/libebml-vl.spec
  2. 10 5
      lib/libm/libmatroska/libmatroska-vl.spec

+ 9 - 3
lib/libe/libebml/libebml-vl.spec

@@ -1,11 +1,12 @@
 Summary: 	Extensible Binary Meta Language library
 Name: 		libebml
-Version: 	0.7.8
+Version: 	1.2.0
 Release: 	1%{?_dist_release}
-License: 	LGPL
+License: 	LGPLv2
 Group: 		System Environment/Libraries
 URL: 		http://www.matroska.org/
 Source: 	http://dl.matroska.org/downloads/libebml/libebml-%{version}.tar.bz2
+
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
 
 %description
@@ -39,7 +40,7 @@ make -C make/linux \
   prefix=$RPM_BUILD_ROOT%{_prefix} \
   libdir=$RPM_BUILD_ROOT%{_libdir} \
   install
-# Needed for proper stripping of the library (still in 0.7.6)
+# Needed for proper stripping of the library (still in 1.2.0)
 chmod +x $RPM_BUILD_ROOT%{_libdir}/libebml.so.*
 
 
@@ -47,6 +48,7 @@ chmod +x $RPM_BUILD_ROOT%{_libdir}/libebml.so.*
 rm -rf $RPM_BUILD_ROOT
 
 %post -p /sbin/ldconfig
+
 %postun -p /sbin/ldconfig
 
 
@@ -63,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon May 30 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.0-1
+- new upstream release
+- built with current VineSeed
+
 * Mon Sep 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.7.8-1
 - new upstream release
 - applied new versioning policy

+ 10 - 5
lib/libm/libmatroska/libmatroska-vl.spec

@@ -1,13 +1,14 @@
 Summary:	Open audio/video container format library
 Name:		libmatroska
-Version:	0.8.1
+Version:	1.1.0
 Release:	1%{?_dist_release}
-License:	LGPL
+License:	LGPLv2
 Group:		System Environment/Libraries
 URL:		http://www.matroska.org/
 Source0:	http://dl.matroska.org/downloads/libmatroska/libmatroska-%{version}.tar.bz2
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires:	libebml-devel >= 0.7.6
+BuildRequires:	libebml-devel >= 1.2.0
 
 %description
 Matroska is an extensible open standard Audio/Video container.  It
@@ -20,7 +21,7 @@ is usually found as .mkv files (matroska video) and .mka files
 Summary:	Matroska container format library development files
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	libebml-devel >= 0.7.6
+Requires:	libebml-devel >= 1.2.0
 
 %description	devel
 Matroska is an extensible open standard Audio/Video container.  It
@@ -46,7 +47,7 @@ make -C make/linux \
   prefix=$RPM_BUILD_ROOT%{_prefix} \
   libdir=$RPM_BUILD_ROOT%{_libdir} \
   install
-# Needed for proper stripping of the library (still in 0.8.0)
+# Needed for proper stripping of the library (still in 1.1.0)
 chmod +x $RPM_BUILD_ROOT%{_libdir}/libmatroska.so.*
 
 
@@ -70,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon May 30 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1.0-1
+- new upstream release
+- built with current VineSeed
+
 * Mon Sep 29 2008 Shu KONNO <owa@bg.wakwak.com> 0.8.1-1vl5
 - applied new versioning policy