Author: hobbes1069
Update of /cvs/free/rpms/libfame/EL-6
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11440
Modified Files:
libfame.spec
Log Message:
* 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.
Index: libfame.spec
===================================================================
RCS file: /cvs/free/rpms/libfame/EL-6/libfame.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libfame.spec 27 Feb 2012 16:13:22 -0000 1.4
+++ libfame.spec 10 Apr 2012 20:22:36 -0000 1.5
@@ -1,7 +1,7 @@
Summary: Fast Assembly MPEG Encoding library
Name: libfame
Version: 0.9.1
-Release: 14%{?dist}
+Release: 15%{?dist}
License: LGPL
Group: System Environment/Libraries
URL:
http://fame.sourceforge.net/
@@ -31,6 +31,16 @@
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
@@ -64,7 +74,7 @@
%install
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=%{buildroot}
%post -p /sbin/ldconfig
@@ -75,17 +85,23 @@
%doc AUTHORS BUGS CHANGES COPYING README TODO
%{_libdir}/libfame*.so.*
+%files static
+%{_libdir}/libfame.a
+
%files devel
%exclude %{_libdir}/libfame.la
%{_bindir}/libfame-config
%{_includedir}/fame*.h
-%{_libdir}/libfame.a
%{_libdir}/libfame.so
%{_datadir}/aclocal/libfame.m4
%{_mandir}/man3/fame*.3*
%changelog
+* 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.
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.9.1-14
- rebuild for new F11 features