rpms/libtwin/devel libtwin.spec,1.12,1.13

Tom Callaway spot at fedoraproject.org
Mon May 24 20:56:35 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/libtwin/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8194

Modified Files:
	libtwin.spec 
Log Message:
put static libs in -static subpackage, thanks to Tony Breeds


Index: libtwin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libtwin/devel/libtwin.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- libtwin.spec	25 Jul 2009 08:48:37 -0000	1.12
+++ libtwin.spec	24 May 2010 20:56:35 -0000	1.13
@@ -1,6 +1,6 @@
 Name:		libtwin
 Version:	0.0.3
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Tiny Window System
 
 Group:		System Environment/Libraries
@@ -37,6 +37,13 @@ Requires:	pkgconfig
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
+%package	static
+Summary:	Static build files for %{name}
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description	static
+The %{name}-static package contains static libraries from %{name}.
 
 %prep
 %setup -q
@@ -74,10 +81,16 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_includedir}/*
 %{_libdir}/*.so
-%{_libdir}/*.a
 %{_libdir}/pkgconfig/libtwin.pc
 
+%files static
+%defattr(-,root,root,-)
+%{_libdir}/*.a
+
 %changelog
+* Tue Mar 16 2010 Tony Breeds <tony at bakeyournoodle.com> - 0.0.3-4
+- Make a -static package #556077
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list