]> git.pld-linux.org Git - packages/librsvg.git/blobdiff - librsvg.spec
- release 2,
[packages/librsvg.git] / librsvg.spec
index 7b9712fe00797805b52fb63ff0df8727363b295f..979ba3354b395be51b9209802d071b0aa8da3662 100644 (file)
@@ -2,9 +2,10 @@
 
 Summary:       Raph's SVG library
 Summary(pl):   Biblioteka Raph's SVG
+Summary(pt_BR):        Biblioteca SVG
 Name:          librsvg
-Version:       1.0.1
-Release:       1
+Version:       1.0.3
+Release:       2
 License:       LGPL
 Vendor:                GNOME
 Group:         Libraries
@@ -12,34 +13,46 @@ Group(de):  Libraries
 Group(es):     Bibliotecas
 Group(fr):     Librairies
 Group(pl):     Biblioteki
+Group(pt_BR):  Bibliotecas
+Group(ru):     âÉÂÌÉÏÔÅËÉ
+Group(uk):     â¦Â̦ÏÔÅËÉ
 Source0:       ftp://ftp.gnome.org/pub/GNOME/stable/sources/librsvg/%{name}-%{version}.tar.bz2
 URL:           http://nautilus.eazel.com/
-BuildRequires: glib-devel >= 1.2.9
+BuildRequires: freetype-devel >= 2.0.1
+BuildRequires: gdk-pixbuf-devel >= 0.10.0
+BuildRequires: gnome-libs-devel
 BuildRequires: gtk+-devel >= 1.2.9
+BuildRequires: libpng-devel
 BuildRequires: libxml-devel >= 1.8.10
-BuildRequires: gdk-pixbuf-devel >= 0.10.0
 BuildRequires: popt-devel >= 1.5
-BuildRequires: freetype-devel >= 2.0.1
-BuildRequires: libpng-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Obsoletes:     librsvg0
 
-%define _prefix                /usr/X11R6
-%define _sysconfdir    /etc
+%define                _prefix                 /usr/X11R6
 
 %description
-Eazel Extension Library
+An SVG library based upon libart.
 
 %description -l pl
-Rozsze¿ona bibioteka eazel
+Rozszerzona bibioteka eazel.
+
+%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:       Libraries and include files for developing with librsvg
+Summary(pl):   Biblioteki i pliki nag³ówkowe do developing'u z u¿yciem librsvg
+Summary(pt_BR):        Bibliotecas e arquivos de inclusão para desenvolvimento com a librsvg
 Group:         Development/Libraries
 Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
-Requires:      %name = %{PACKAGE_VERSION}
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
+Requires:      %{name} = %{version}
+Obsoletes:     librsvg0-devel
 
 %description devel
 This package provides the necessary development libraries and include
@@ -47,55 +60,55 @@ files to allow you to develop with librsvg.
 
 %description devel -l pl
 Bibliteki potrzebne do programowania, zawieraj±ce biblioteki i pliki
-nag³ówkowe, które pomagaj± tworzenie oprogramowania z wykorzystaniem 
+nag³ówkowe, które pomagaj± tworzenie 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(pl):   Statyczne biblioteki do developing'u z u¿yciem librsvg.
+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(pt_BR):        Arquivos estáticos necessários para o desenvolvimento de aplicações com librsvg
 Group:         Development/Libraries
 Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
-Requires:      %name = %{PACKAGE_VERSION}
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
+Requires:      %{name}-devel = %{version}
 
 %description static
-This package provides the necessary development static libraries to allow you 
-to develop with librsvg.
+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.
+Bibliteki statyczne potrzebne do programowania, zawieraj±ce
+biblioteki, które wspomagaj± tworzenie oprogramowania z wykorzystaniem
+librsvg.
+
+%description static -l pt_BR
+Bibliotecas estáticas para o desenvolvimento de aplicações com
+librsvg.
 
 %prep
 %setup -q
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" 
-export LDFLAGS
-
-%configure2_13 \
-       --prefix=%{_prefix} \
-       --sysconfdir=%{_sysconfdir}
-%ifarch alpha
-       --host=alpha-pld-linux
-%endif
-
+%configure2_13
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} DESTDIR=$RPM_BUILD_ROOT install
 
-for FILE in "$RPM_BUILD_ROOT/bin/*"; do
-       file "$FILE" | grep -q not\ stripped && strip $FILE
-done
-
 gzip -9nf ChangeLog AUTHORS NEWS
 
-%post
-/sbin/ldconfig
-
+%post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %clean
@@ -103,18 +116,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/*.so*
-%doc *.gz
-
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
+%doc *.gz
 %attr(755,root,root) %{_bindir}/librsvg-config
-%attr(755,root,root) %{_libdir}/*.la
+%attr(755,root,root) %{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/*.sh
-%{_includedir}/librsvg/*.h
-
+%{_includedir}/librsvg-1
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/*.a
+%{_libdir}/lib*.a
This page took 0.039072 seconds and 4 git commands to generate.