]> git.pld-linux.org Git - packages/agg.git/commitdiff
- separate -static
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 23 Jan 2007 22:42:28 +0000 (22:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    agg.spec -> 1.2

agg.spec

index af41731a8a4f5fee3081b1dd18d6f34322fb1300..8d7a1b0e725997778cce2777f093af807a246a6c 100644 (file)
--- a/agg.spec
+++ b/agg.spec
@@ -27,6 +27,14 @@ Requires:    %{name} = %{version}-%{release}
 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
@@ -58,11 +66,14 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 %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
This page took 0.074574 seconds and 4 git commands to generate.