]> git.pld-linux.org Git - packages/librsvg.git/commitdiff
- separated static library too (tnx jajcus)
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 21 Jul 2001 17:18:11 +0000 (17:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    librsvg.spec -> 1.5

librsvg.spec

index 0c04a0330b67ef5a52e87a81336f50716a7f0686..91c5f78d1c0e07a73540a8a373a4803ca26fa717 100644 (file)
@@ -49,6 +49,22 @@ Bibliteki potrzebne do programowania, zawieraj
 nag³ówkowe, które pomagaj± tworzenie oprogramowania z wykorzystaniem 
 librsvg.
 
+%package static
+Summary:       Static libraries and include files for developing with librsvg.
+Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
+Group(fr):     Development/Librairies
+Group(pl):     Programowanie/Biblioteki
+Requires:      %name = %{PACKAGE_VERSION}
+
+%description static
+This package provides the necessary development static libraries to allow you 
+to develop with librsvg.
+
+%description static -l pl
+Bibliteki statyczne potrzebne do programowania, zawieraj±ce biblioteki, które 
+wspomagaj± tworzenie oprogramowania z wykorzystaniem librsvg.
+
 %prep
 %setup -q
 
@@ -102,5 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/librsvg-config
 %attr(755,root,root) %{_libdir}/*.la
 %{_libdir}/*.sh
-%{_libdir}/*.a
 %{_includedir}/librsvg/*.h
+
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/*.a
This page took 0.026995 seconds and 4 git commands to generate.