]> git.pld-linux.org Git - packages/atk.git/commitdiff
- i18n support was added, so use it; release 3
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 20 Nov 2002 20:48:32 +0000 (20:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    atk.spec -> 1.35

atk.spec

index 2cb5dfacd6f1496eb0e94dbf9360101af834b81e..4f36ec3eaca2df262efb7aa8a31932612e3e71f0 100644 (file)
--- a/atk.spec
+++ b/atk.spec
@@ -3,7 +3,7 @@ Summary(pl):    ATK - biblioteka u
 Summary(pt_BR):        Interfaces para suporte a acessibilidade
 Name:          atk
 Version:       1.1.2
-Release:       2
+Release:       3
 License:       GPL
 Group:         X11/Libraries
 Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/1.1/%{name}-%{version}.tar.bz2
@@ -14,6 +14,7 @@ URL:          http://developer.gnome.org/projects/gap/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: diffutils
+BuildRequires: gettext-devel
 BuildRequires: glib2-devel >= 2.0.6
 BuildRequires: gtk-doc >= 0.9-4
 BuildRequires: libtool
@@ -111,13 +112,15 @@ rm -rf $RPM_BUILD_ROOT
        pkgconfigdir=%{_pkgconfigdir} \
        HTML_DIR=%{_gtkdocdir}
 
+%find_lang atk10
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
-%files
+%files -f atk10.lang
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
This page took 0.032818 seconds and 4 git commands to generate.