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

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


Author: jwrdegoede

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

Modified Files:
	libmatroska.spec 
Removed Files:
	needs.rebuild 
Log Message:
* Mon Aug 28 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.8.0-4
- Drop static lib from -devel package
- FE6 Rebuild



Index: libmatroska.spec
===================================================================
RCS file: /cvs/extras/rpms/libmatroska/devel/libmatroska.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- libmatroska.spec	23 Jul 2006 09:31:08 -0000	1.14
+++ libmatroska.spec	28 Aug 2006 11:50:25 -0000	1.15
@@ -1,11 +1,11 @@
 Summary:	Open audio/video container format library
 Name:		libmatroska
 Version:	0.8.0
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	LGPL
 Group:		System Environment/Libraries
 URL:		http://www.matroska.org/
-Source0:	http://dl.matroska.org/downloads/libmatroska/libmatroska-%{version}.tar.bz2
+Source0:	http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
 BuildRequires:	libebml-devel >= 0.7.6
 
@@ -46,8 +46,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.8.0)
-chmod +x $RPM_BUILD_ROOT%{_libdir}/libmatroska.so.*
+chmod +x $RPM_BUILD_ROOT%{_libdir}/%{name}.so.*
 
 
 %clean
@@ -55,22 +56,26 @@
 
 
 %post -p /sbin/ldconfig
+
 %postun -p /sbin/ldconfig
 
 
 %files
-%defattr(-,root,root,0755)
+%defattr(-,root,root,-)
 %doc ChangeLog LICENSE.LGPL
-%{_libdir}/libmatroska.so.*
+%{_libdir}/%{name}.so.*
 
 %files devel
-%defattr(-,root,root,0755)
+%defattr(-,root,root,-)
 %{_includedir}/matroska/
-%{_libdir}/libmatroska.a
-%{_libdir}/libmatroska.so
+%{_libdir}/%{name}.so
 
 
 %changelog
+* Mon Aug 28 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.8.0-4
+- Drop static lib from -devel package
+- FE6 Rebuild
+
 * Sun Jul 23 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 0.8.0-3
 - Taking over as maintainer since Anvil has other priorities
 - Long long due rebuild with new gcc for FC-5, it seems this may have already


--- needs.rebuild DELETED ---




More information about the scm-commits mailing list