]> git.pld-linux.org Git - packages/pango.git/commitdiff
- updated to 1.0.2, pango-1_0_2-1
authorkloczek <kloczek@pld-linux.org>
Tue, 28 May 2002 06:18:43 +0000 (06:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- merge translations from Conectiva,
- remove avoiding relinking in %install (isn't neccessary now).

Changed files:
    pango.spec -> 1.43

pango.spec

index 59adb226ad8e2ec581967348efc02dcc685276b1..76712c81cdc0b0d0e59a32c17a24f56831c5187d 100644 (file)
@@ -1,8 +1,9 @@
 Summary:       System for layout and rendering of internationalized text
 Summary(pl):   System renderowania miêdzynarodowego tekstu
+Summary(pt_BR):        Sistema para layout e renderização de texto internacionalizado
 Name:          pango
-Version:       1.0.1
-Release:       3
+Version:       1.0.2
+Release:       1
 License:       LGPL
 Group:         Libraries
 Source0:       ftp://ftp.gtk.org/pub/gtk/v2.0/%{name}-%{version}.tar.bz2
@@ -30,9 +31,14 @@ System for layout and rendering of internationalized text.
 %description -l pl
 System obs³ugi i renderowania miêdzynarodowego tekstu.
 
+%description -l pt_BR
+Pango é um sistema para layout e renderização de texto
+internacionalizado.
+
 %package devel
 Summary:       System for layout and rendering of internationalized text
 Summary(pl):   System obs³ugi i renderowania miêdzynarodowego tekstu
+Summary(pt_BR):        Sistema para layout e renderização de texto internacionalizado
 Group:         Development/Libraries
 Requires:      %{name} = %{version}
 Obsoletes:     libpango24-devel
@@ -43,9 +49,14 @@ Developer files for pango.
 %description devel -l pl
 Pliki developerskie pango.
 
+%description devel -l pt_BR
+Pango é um sistema para layout e renderização de texto
+internacionalizado.
+
 %package static
 Summary:       Static %{name} libraries
 Summary(pl):   Biblioteki statyczne %{name}
+Summary(pt_BR):        Sistema para layout e renderização de texto internacionalizado
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}
 
@@ -55,6 +66,10 @@ Static %{name} libraries.
 %description static -l pl
 Biblioteki statyczne %{name}.
 
+%description static -l pt_BR
+Pango é um sistema para layout e renderização de texto
+internacionalizado.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -74,12 +89,6 @@ aclocal
 %install
 rm -rf $RPM_BUILD_ROOT
 
-# avoid relinking
-for lafile in pango/*.la; do
-  mv ${lafile} ${lafile}.old
-  grep -v "^relink_command" ${lafile}.old > ${lafile}
-done
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        pkgconfigdir=%{_pkgconfigdir}
This page took 0.033507 seconds and 4 git commands to generate.