rpms/libebml/devel libebml.spec,1.14,1.15 needs.rebuild,1.1,NONE

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Mon Aug 28 11:46:11 UTC 2006


Author: jwrdegoede

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

Modified Files:
	libebml.spec 
Removed Files:
	needs.rebuild 
Log Message:
* Mon Aug 28 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.7.7-2
- Taking over as maintainer since Anvil has other priorities
- Drop static lib from -devel package
- FE6 Rebuild



Index: libebml.spec
===================================================================
RCS file: /cvs/extras/rpms/libebml/devel/libebml.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- libebml.spec	12 Apr 2006 14:34:42 -0000	1.14
+++ libebml.spec	28 Aug 2006 11:46:11 -0000	1.15
@@ -1,11 +1,11 @@
 Summary: 	Extensible Binary Meta Language library
 Name: 		libebml
 Version: 	0.7.7
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 License: 	LGPL
 Group: 		System Environment/Libraries
 URL: 		http://www.matroska.org/
-Source: 	http://dl.matroska.org/downloads/libebml/libebml-%{version}.tar.bz2
+Source: 	http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
 
 %description
@@ -42,8 +42,9 @@
   prefix=$RPM_BUILD_ROOT%{_prefix} \
   libdir=$RPM_BUILD_ROOT%{_libdir} \
   install
+rm $RPM_BUILD_ROOT%{_libdir}/%{name}.a
 # Needed for proper stripping of the library (still in 0.7.6)
-chmod +x $RPM_BUILD_ROOT%{_libdir}/libebml.so.*
+chmod +x $RPM_BUILD_ROOT%{_libdir}/%{name}.so.*
 
 
 %clean
@@ -51,22 +52,27 @@
 
 
 %post -p /sbin/ldconfig
+
 %postun -p /sbin/ldconfig
 
 
 %files
 %defattr(-,root,root,0755)
 %doc ChangeLog LICENSE.LGPL
-%{_libdir}/libebml.so.*
+%{_libdir}/%{name}.so.*
 
 %files devel
 %defattr(-,root,root,0755)
 %{_includedir}/ebml/
-%{_libdir}/libebml.a
-%{_libdir}/libebml.so
+%{_libdir}/%{name}.so
 
 
 %changelog
+* Mon Aug 28 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.7.7-2
+- Taking over as maintainer since Anvil has other priorities
+- Drop static lib from -devel package
+- FE6 Rebuild
+
 * Wed Apr 12 2006 Dams <anvil[AT]livna.org> - 0.7.7-1
 - Updated to 0.7.7
 


--- needs.rebuild DELETED ---




More information about the fedora-extras-commits mailing list