SPECS: agg.spec - separate -static

glen glen at pld-linux.org
Tue Jan 23 23:42:33 CET 2007


Author: glen                         Date: Tue Jan 23 22:42:33 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- separate -static

---- Files affected:
SPECS:
   agg.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/agg.spec
diff -u SPECS/agg.spec:1.1 SPECS/agg.spec:1.2
--- SPECS/agg.spec:1.1	Tue Jan 23 23:40:55 2007
+++ SPECS/agg.spec	Tue Jan 23 23:42:28 2007
@@ -28,6 +28,14 @@
 Libraries, headers, and support files necessary to compile
 applications using agg
 
+%package static
+Summary:	Static agg library
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static agg library.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -59,12 +67,15 @@
 
 %files devel
 %defattr(644,root,root,755)
-%{_libdir}/*.a
 %{_libdir}/*.so
-%{_pkgconfigdir}/libagg.pc
 %{_includedir}/agg2
+%{_pkgconfigdir}/libagg.pc
 %{_aclocaldir}/libagg.m4
 
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/*.a
+
 %clean
 rm -r $RPM_BUILD_ROOT
 
@@ -74,6 +85,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/01/23 22:42:28  glen
+- separate -static
+
 Revision 1.1  2007/01/23 22:40:55  glen
 - based on fedora cvs spec (http://cvs.fedora.redhat.com/viewcvs/rpms/agg/devel/)
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/agg.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list