rpms/libmatroska/devel .cvsignore, 1.6, 1.7 libmatroska.spec, 1.11, 1.12 sources, 1.7, 1.8

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue Nov 29 09:56:57 UTC 2005


Author: thias

Update of /cvs/extras/rpms/libmatroska/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2055/devel

Modified Files:
	.cvsignore libmatroska.spec sources 
Log Message:
Update to 0.8.0.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libmatroska/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	25 May 2005 20:44:52 -0000	1.6
+++ .cvsignore	29 Nov 2005 09:56:55 -0000	1.7
@@ -1 +1 @@
-libmatroska-0.7.7.tar.bz2
+libmatroska-0.8.0.tar.bz2


Index: libmatroska.spec
===================================================================
RCS file: /cvs/extras/rpms/libmatroska/devel/libmatroska.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libmatroska.spec	5 Jun 2005 08:37:04 -0000	1.11
+++ libmatroska.spec	29 Nov 2005 09:56:55 -0000	1.12
@@ -1,13 +1,13 @@
 Summary:	Open audio/video container format library
 Name:		libmatroska
-Version:	0.7.7
-Release:	2
+Version:	0.8.0
+Release:	1%{?dist}
 License:	LGPL
 Group:		System Environment/Libraries
-URL:		http://matroska.org/
+URL:		http://www.matroska.org/
 Source0:	http://dl.matroska.org/downloads/libmatroska/libmatroska-%{version}.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
-BuildRequires:	libebml-devel >= 0.7.5
+BuildRequires:	libebml-devel >= 0.7.6
 
 %description
 Matroska is an extensible open standard Audio/Video container.  It
@@ -15,14 +15,21 @@
 is usually found as .mkv files (matroska video) and .mka files
 (matroska audio).
 
+
 %package	devel
-Summary:	Matroska development files
+Summary:	Matroska container format library development files
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	libebml-devel >= 0.7.5
+Requires:	libebml-devel >= 0.7.6
 
 %description	devel
-%{summary}.
+Matroska is an extensible open standard Audio/Video container.  It
+aims to become THE standard of multimedia container formats.  Matroska
+is usually found as .mkv files (matroska video) and .mka files
+(matroska audio).
+
+This package contains the files required to rebuild applications which
+will use the Matroska container format.
 
 
 %prep
@@ -36,8 +43,11 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make -C make/linux \
-  prefix=$RPM_BUILD_ROOT%{_prefix} libdir=$RPM_BUILD_ROOT%{_libdir} install
-chmod +x $RPM_BUILD_ROOT%{_libdir}/libmatroska.so*
+  prefix=$RPM_BUILD_ROOT%{_prefix} \
+  libdir=$RPM_BUILD_ROOT%{_libdir} \
+  install
+# Needed for proper stripping of the library (still in 0.8.0)
+chmod +x $RPM_BUILD_ROOT%{_libdir}/libmatroska.so.*
 
 
 %clean
@@ -49,18 +59,23 @@
 
 
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,root,0755)
 %doc ChangeLog LICENSE.LGPL
 %{_libdir}/libmatroska.so.*
 
 %files devel
-%defattr(-,root,root,-)
+%defattr(-,root,root,0755)
 %{_includedir}/matroska/
 %{_libdir}/libmatroska.a
 %{_libdir}/libmatroska.so
 
 
 %changelog
+* Tue Nov 29 2005 Matthias Saou <http://freshrpms.net/> 0.8.0-1
+- Update to 0.8.0.
+- Add a full description for the devel package.
+- Some other minor spec file changes.
+
 * Sun Jun  5 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.7-2
 - Split development files into a devel subpackage.
 - Run ldconfig at post (un)install time.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libmatroska/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	25 May 2005 20:44:52 -0000	1.7
+++ sources	29 Nov 2005 09:56:55 -0000	1.8
@@ -1 +1 @@
-801a81baaa970595b3e9692ec4dd12f9  libmatroska-0.7.7.tar.bz2
+ee822ea811e5db25de87c3662c53953a  libmatroska-0.8.0.tar.bz2




More information about the fedora-extras-commits mailing list