]> git.pld-linux.org Git - packages/gentoo.git/commitdiff
- updated to 0.11.28, gentoo-0_11_28-1
authorkloczek <kloczek@pld-linux.org>
Wed, 17 Jul 2002 19:33:27 +0000 (19:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added using %%find_lang macro.

Changed files:
    gentoo.spec -> 1.41

gentoo.spec

index 08ca1d56df7029ec26c119c8a960c5df8b08a304..b7c7581a247f8dfc1e5fb1c9606b6aea1fb18c36 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       gentoo is a Gtk+ file manager for Linux
 Summary(pl):   gentoo jest opartym na Gtk+ zarz±dc± plików pod Linuksa
 Name:          gentoo
-Version:       0.11.27
+Version:       0.11.28
 Release:       1
 License:       GPL
 Group:         X11/Applications
@@ -11,6 +11,7 @@ Source2:      %{name}.png
 URL:           http://www.obsession.se/gentoo/
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: gettext-devel
 BuildRequires: gtk+-devel >= 1.2.0
 BuildRequires: libtool
 Requires:      file
@@ -48,6 +49,7 @@ troch
 
 %build
 rm -f missing
+%{__gettextize}
 aclocal
 %{__autoconf}
 %{__automake}
@@ -65,10 +67,12 @@ install docs/gentoo.1x $RPM_BUILD_ROOT%{_mandir}/man1
 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Utilities
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS BUGS CREDITS ChangeLog NEWS README* TODO docs
 %config %{_sysconfdir}/*
This page took 0.077929 seconds and 4 git commands to generate.