rpms/libmatroska/devel libmatroska.spec,1.4,1.5

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Nov 11 19:21:39 UTC 2004


Changeset from: thias

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

Modified Files:
	libmatroska.spec 
Log Message:
Release bumping to provide upgrade path from non-fedora.us packages.
A few minor tweaks here and there.



Index: libmatroska.spec
===================================================================
RCS file: /cvs/extras/rpms/libmatroska/devel/libmatroska.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libmatroska.spec	8 Nov 2004 04:45:19 -0000	1.4
+++ libmatroska.spec	11 Nov 2004 19:21:37 -0000	1.5
@@ -1,19 +1,16 @@
-Summary: 	An open Audio/Video container format
-Name: 		libmatroska
-Version: 	0.7.3
-Release: 	0.fdr.1.2
-Epoch: 		0
-License: 	LGPL
-Group: 		Development/Libraries
-URL: 		http://matroska.org/
+Summary:	An open Audio/Video container format
+Name:		libmatroska
+Version:	0.7.4
+Release:	2
+License:	LGPL
+Group:		Development/Libraries
+URL:		http://matroska.org/
 Source0:	http://dl.matroska.org/downloads/libmatroska/libmatroska-0.7.3.tar.bz2
-Provides:	%{name}-devel = %{epoch}:%{version}-%{release}
-BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
+Provides:	%{name}-devel = %{version}-%{release}
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
 BuildRequires:	libebml-devel
 Requires:	libebml-devel
 
-# -----------------------------------------------------------------------------
-
 %description
 An extensible open standard Audio/Video container format Matroska is
 aiming to become the standard of Multimedia Container Formats one
@@ -21,29 +18,24 @@
 binary version of XML. This way the significant advantages in terms of
 future format extensibility
 
-# -----------------------------------------------------------------------------
 
 %prep
 %setup -q
 
-# -----------------------------------------------------------------------------
 
 %build
 CXXFLAGS="$RPM_OPT_FLAGS" make -C make/linux %{?_smp_mflags}
 
-# -----------------------------------------------------------------------------
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make -C make/linux \
   prefix=$RPM_BUILD_ROOT%{_prefix} libdir=$RPM_BUILD_ROOT%{_libdir} install
 
-# -----------------------------------------------------------------------------
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-# -----------------------------------------------------------------------------
 
 %files
 %defattr(-,root,root,-)
@@ -51,9 +43,13 @@
 %{_includedir}/matroska
 %{_libdir}/libmatroska.a
 
-# -----------------------------------------------------------------------------
 
 %changelog
+* Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 0.7.4-2
+- Update to 0.7.4.
+- Bump release to provide Extras upgrade path.
+- Fix spaces/tabs uglyness.
+
 * Sun Aug 29 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.3-0.fdr.1
 - Update to 0.7.3.
 - Honor $RPM_OPT_FLAGS.




More information about the fedora-extras-commits mailing list