]> git.pld-linux.org Git - packages/pingus.git/commitdiff
- use find_lang
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 3 Jun 2003 20:03:25 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pingus.spec -> 1.30

pingus.spec

index a6f78deecca837e136e4452f7eace1c10ef1dc78..c3004fa5e001fb1d1690c06e7aea3963e9ed3adf 100644 (file)
@@ -31,7 +31,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 A cool lemmings game with penguins instead of lemmings!
 
 %description -l pl
-Wspania³a gra typu lemmingi z tym, ¿e sterujesz pingwinami!
+Wspania³a gra typu lemmingi z tym, ¿e steruje siê pingwinami!
 
 %prep
 %setup -q
@@ -60,6 +60,8 @@ mv -f $RPM_BUILD_ROOT%{_datadir}/games/pingus $RPM_BUILD_ROOT%{_datadir}/pingus
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -69,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT
 %postun
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS TODO
 %attr(755,root,root) %{_bindir}/*
This page took 0.114713 seconds and 4 git commands to generate.