]> git.pld-linux.org Git - packages/gail.git/commitdiff
- pl translation, new %%doc
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 21 May 2002 13:56:36 +0000 (13:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gail.spec -> 1.3

gail.spec

index 5bd944ee452b5896c9a4e0cab569c503bc8ad17b..209d5baf6810523f55497605cccd5e37bd9fcf98 100644 (file)
--- a/gail.spec
+++ b/gail.spec
@@ -1,14 +1,15 @@
 Summary:       Accessibility implementation for GTK+ and GNOME libraries
+Summary(pl):   Implementacja u³atwiania pracy niepe³nosprawnym dla GTK+ i GNOME
 Name:          gail
 Version:       0.13
 Release:       0.1
-Source0:       ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
-URL:           http://developer.gnome.org/projects/gap
 License:       LGPL
 Group:         X11/Libraries
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Source0:       ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
+URL:           http://developer.gnome.org/projects/gap
 BuildRequires: gtk+2-devel
 BuildRequires: libgnomecanvas-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define         _prefix         /usr/X11R6
 
@@ -17,23 +18,36 @@ GAIL implements the abstract interfaces found in ATK for GTK+ and
 GNOME libraries, enabling accessibility technologies such as at-spi to
 access those GUIs.
 
+%description -l pl
+GAIL jest implementacj± abstrakcyjnych interfejsów z ATK dla bibliotek
+GTK+ i GNOME, umo¿liwiaj±c± korzystanie z technik takich jak at-spi,
+aby u³atwiæ niepe³nosprawnym korzystanie z tych GUI.
+
 %package devel
 Summary:       Header files to compile applications that use GAIL
+Summary(pl):   Pliki nag³ówkowe GAIL
 Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}
 
 %description devel
-gail-devel contains the feader files required to compile applications 
+gail-devel contains the header files required to compile applications 
 against the GAIL libraries.
 
+%description devel -l pl
+Pakiet gail-devel zawiera pliki nag³ówkowe potrzebne do kompilowania
+aplikacji u¿ywaj±cych bibliotek GAIL.
+
 %package static
-Summary:       Static libraries to compile applications that use GAIL
+Summary:       Static GAIL libraries
+Summary(pl):   Statyczne biblioteki GAIL
 Group:         X11/Development/Libraries
 Requires:      %{name}-devel = %{version}
 
 %description static
-gail-devel contains the static libraries required to compile applications 
-against the GAIL libraries.
+gail-static contains the static GAIL libraries.
+
+%description static -l pl
+Pakiet gail-static zawiera statyczne biblioteki GAIL.
 
 %prep
 %setup -q
@@ -50,8 +64,6 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        pkgconfigdir=%{_pkgconfigdir}
 
-gzip -9nf AUTHORS ChangeLog NEWS README
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -60,7 +72,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %attr(755,root,root) %{_libdir}/gtk-2.0/modules/lib*.??
 
This page took 0.091736 seconds and 4 git commands to generate.