Author: hobbes1069
Update of /cvs/free/rpms/libfame/EL-6
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15480
Modified Files:
libfame.spec
Log Message:
* Wed Apr 11 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.9.1-16
- Remove static library and sub-package.
Index: libfame.spec
===================================================================
RCS file: /cvs/free/rpms/libfame/EL-6/libfame.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libfame.spec 10 Apr 2012 20:22:36 -0000 1.5
+++ libfame.spec 11 Apr 2012 20:13:23 -0000 1.6
@@ -1,7 +1,7 @@
Summary: Fast Assembly MPEG Encoding library
Name: libfame
Version: 0.9.1
-Release: 15%{?dist}
+Release: 16%{?dist}
License: LGPL
Group: System Environment/Libraries
URL:
http://fame.sourceforge.net/
@@ -31,16 +31,6 @@
This package contains the libraries, include files and other resources
you can use to develop FAME applications.
-%package static
-Summary: Static Libraries to develop using FAME
-Group: Development/Libraries
-Requires: %{name}-devel%{?_isa} = %{version}-%{release}
-
-%description static
-FAME is a library for fast MPEG encoding.
-This package contains the static libraries you can use to develop FAME
-applications.
-
%prep
%setup -q
@@ -76,6 +66,8 @@
%install
make install DESTDIR=%{buildroot}
+#Remove static library
+rm -f %{buildroot}%{_libdir}/libfame.a
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@@ -85,9 +77,6 @@
%doc AUTHORS BUGS CHANGES COPYING README TODO
%{_libdir}/libfame*.so.*
-%files static
-%{_libdir}/libfame.a
-
%files devel
%exclude %{_libdir}/libfame.la
%{_bindir}/libfame-config
@@ -98,6 +87,9 @@
%changelog
+* Wed Apr 11 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.9.1-16
+- Remove static library and sub-package.
+
* Tue Apr 10 2012 Richard Shaw <hobbes1069(a)gmail.com> - 0.9.1-15
- Move static librari to a separate package as required by the Fedora
packaging guidelines.