rpms/libebml/devel libebml.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/libebml/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv8556/libebml/devel

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



Index: libebml.spec
===================================================================
RCS file: /cvs/extras/rpms/libebml/devel/libebml.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libebml.spec	8 Nov 2004 04:42:30 -0000	1.4
+++ libebml.spec	11 Nov 2004 19:21:36 -0000	1.5
@@ -1,56 +1,51 @@
 Summary: 	The Extensible Binary Meta Language library
 Name: 		libebml
-Version: 	0.7.1
-Release: 	0.fdr.1.2
-Epoch: 		0
+Version: 	0.7.2
+Release: 	2
 License: 	LGPL
 Group: 		Development/Libraries
 URL: 		http://ebml.sourceforge.net/
-Source0: 	http://dl.matroska.org/downloads/libebml/libebml-0.7.1.tar.bz2
-Provides:	%{name}-devel = %{epoch}:%{version}-%{release}
+Source: 	http://dl.matroska.org/downloads/libebml/libebml-%{version}.tar.bz2
+Provides:	%{name}-devel = %{version}-%{release}
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
 
-# -----------------------------------------------------------------------------
-
 %description
 Extensible Binary Meta Language access library A library for reading
 and writing files with the Extensible Binary Meta Language, a binary
 pendant to XML.
 
-# -----------------------------------------------------------------------------
 
 %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,-)
+%defattr(-,root,root,0755)
 %doc ChangeLog LICENSE.LGPL
 %{_includedir}/ebml
 %{_libdir}/libebml.a
 
-# -----------------------------------------------------------------------------
 
 %changelog
+* Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 0.7.2-2
+- Update to 0.7.2.
+- Bump release to provide Extras upgrade path.
+
 * Sun Aug 29 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.1-0.fdr.1
 - Update to 0.7.1.
 - Honor $RPM_OPT_FLAGS.




More information about the fedora-extras-commits mailing list