]> git.pld-linux.org Git - packages/librsvg.git/commitdiff
- fixed buggy descriptions, release 3
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 9 May 2002 19:50:27 +0000 (19:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    librsvg.spec -> 1.21

librsvg.spec

index 3ac9fdd0b8475b4ed251848ca5ac0d8bc3aa742f..d6216a24aaa8b6d7c4609f8fd7f89d2a94060764 100644 (file)
@@ -1,11 +1,9 @@
-# Note that this is NOT a relocatable package
-
 Summary:       Raph's SVG library
 Summary(pl):   Biblioteka Raph's SVG
 Summary(pt_BR):        Biblioteca SVG
 Name:          librsvg
 Version:       1.0.3
-Release:       2
+Release:       3
 License:       LGPL
 Vendor:                GNOME
 Group:         Libraries
@@ -27,48 +25,44 @@ Obsoletes:  librsvg0
 An SVG library based upon libart.
 
 %description -l pl
-Rozszerzona bibioteka eazel.
+Biblioteka do SVG bazuj±ca na libart.
 
 %description -l pt_BR
 Biblioteca de Extensão da Eazel.
 
 %package devel
-Summary:       Libraries and include files for developing with librsvg
-Summary(pl):   Biblioteki i pliki nag³ówkowe do developing'u z u¿yciem librsvg
+Summary:       Include files for developing with librsvg
+Summary(pl):   Pliki nag³ówkowe do tworzenia oprogramowania z u¿yciem librsvg
 Summary(pt_BR):        Bibliotecas e arquivos de inclusão para desenvolvimento com a librsvg
 Group:         Development/Libraries
 Requires:      %{name} = %{version}
 Obsoletes:     librsvg0-devel
 
 %description devel
-This package provides the necessary development libraries and include
-files to allow you to develop with librsvg.
+This package provides the necessary include files which allow you to
+develop programs with librsvg.
 
 %description devel -l pl
-Bibliteki potrzebne do programowania, zawieraj±ce biblioteki i pliki
-nag³ówkowe, które pomagaj± tworzenie oprogramowania z wykorzystaniem
-librsvg.
+Pakiet zawiera pliki nag³ówkowe potrzebne do tworzenia oprogramowania
+z wykorzystaniem librsvg.
 
 %description devel -l pt_BR
 Este pacote contém os arquivos necessários para desenvolver com base
 na biblioteca librsvg.
 
 %package static
-Summary:       Static libraries and include files for developing with librsvg
-Summary(es):   Archivos estáticos necesarios para el desarrollo de aplicaciones con librsvg.
-Summary(pl):   Statyczne biblioteki do developing'u z u¿yciem librsvg
+Summary:       Static libraries for developing with librsvg
+Summary(es):   Archivos estáticos necesarios para el desarrollo de aplicaciones con librsvg
+Summary(pl):   Statyczne biblioteki librsvg
 Summary(pt_BR):        Arquivos estáticos necessários para o desenvolvimento de aplicações com librsvg
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}
 
 %description static
-This package provides the necessary development static libraries to
-allow you to develop with librsvg.
+This package contains static version of librsvg libraries.
 
 %description static -l pl
-Bibliteki statyczne potrzebne do programowania, zawieraj±ce
-biblioteki, które wspomagaj± tworzenie oprogramowania z wykorzystaniem
-librsvg.
+Statyczna wersja bibliotek librsvg.
 
 %description static -l pt_BR
 Bibliotecas estáticas para o desenvolvimento de aplicações com
@@ -87,12 +81,12 @@ rm -rf $RPM_BUILD_ROOT
 
 gzip -9nf ChangeLog AUTHORS NEWS
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
This page took 0.181391 seconds and 4 git commands to generate.