]> git.pld-linux.org Git - packages/libart_lgpl.git/commitdiff
- separated -static, gzip doc, added pl translations
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 5 Feb 2002 15:40:38 +0000 (15:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libart_lgpl.spec -> 1.3

libart_lgpl.spec

index 817c269b6b3f291d35982713c90fdc1e44ae8026..6de783125973c45ca64b2b4453c95bb231eca2d6 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       Library of graphics routines used by libgnomecanvas
+Summary(pl):   Biblioteka funkcji graficznych u¿ywanych przez libgnomecanvas
 Name:          libart_lgpl
 Version:       2.3.8
 Release:       1
@@ -22,8 +23,13 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Graphics routines used by the GnomeCanvas widget and some other
 applications. libart renders vector paths and the like.
 
+%description -l pl
+Funkcje graficzne u¿ywane przez widget GnomeCanvas i trochê innych
+aplikacji. libart renderuje ¶cie¿ki wektorów i tym podobne.
+
 %package devel
-Summary:       Libraries and headers for libart_lgpl.
+Summary:       Headers for libart_lgpl
+Summary(pl):   Pliki nag³owkowe libart_lgpl
 Group:         X11/Development/Libraries
 Group(de):     X11/Entwicklung/Libraries
 Group(es):     X11/Desarrollo/Bibliotecas
@@ -32,12 +38,34 @@ Group(pl):  X11/Programowanie/Biblioteki
 Group(pt_BR):  X11/Desenvolvimento/Bibliotecas
 Group(ru):     X11/òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
 Group(uk):     X11/òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
-Requires:      %name = %{version}
+Requires:      %{name} = %{version}
 Conflicts:     gnome-libs-devel < 1.4.1.2
 
 %description devel
-Graphics routines used by the GnomeCanvas widget and some other
-applications. libart renders vector paths and the like.
+Header files for libart_lgpl.
+
+%description devel -l pl
+Pliki nag³ówkowe do biblioteki libart_lgpl.
+
+%package static
+Summary:       Static libart_lgpl library
+Summary(pl):   Statyczna biblioteka libart_lgpl
+Group:         X11/Development/Libraries
+Group(de):     X11/Entwicklung/Libraries
+Group(es):     X11/Desarrollo/Bibliotecas
+Group(fr):     X11/Development/Librairies
+Group(pl):     X11/Programowanie/Biblioteki
+Group(pt_BR):  X11/Desenvolvimento/Bibliotecas
+Group(ru):     X11/òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     X11/òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
+Requires:      %{name}-devel = %{version}
+Conflicts:     gnome-libs-static < 1.4.1.2
+
+%description static
+Static version of libart_lgpl library.
+
+%description static -l pl
+Statyczna wersja biblioteki libart_lgpl.
 
 %prep
 %setup -q
@@ -52,6 +80,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+gzip -9nf AUTHORS ChangeLog NEWS README
+
 %clean
 rm -rf %{buildroot}
 
@@ -60,7 +90,7 @@ rm -rf %{buildroot}
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%doc {AUTHORS,ChangeLog,NEWS,README}.gz
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
@@ -68,6 +98,9 @@ rm -rf %{buildroot}
 %attr(755,root,root) %{_bindir}/libart2-config
 %attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_libdir}/lib*.la
-%{_libdir}/lib*.a
 %{_libdir}/pkgconfig/*
 %{_includedir}/*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
This page took 0.037471 seconds and 4 git commands to generate.