]> git.pld-linux.org Git - packages/cgames.git/blobdiff - cgames.spec
- może wrescie ktoś wykasuje to konto ?
[packages/cgames.git] / cgames.spec
index a70c9345bffed72b4c1917fc544251f4675e078c..3a09c6031be055d74f08ae6d9210c9a12a1df211 100644 (file)
@@ -1,11 +1,12 @@
 Summary:       Games for the Linux console
-Summary(pl):   Gry na Linuxow± konsolê
+Summary(pl):   Gry na linuksow± konsolê
 Name:          cgames
 Version:       2.2
 Release:       1
 License:       GPL
 Group:         Applications/Games
 Source0:       http://www.muppetlabs.com/~breadbox/pub/software/%{name}-%{version}.tar.gz
+# Source0-md5: 6e260e87728bd67975cafbf09d480a01
 URL:           http://www.muppetlabs.com/~breadbox/software/cgames.html
 BuildRequires: autoconf
 BuildRequires: automake
@@ -24,7 +25,7 @@ The games make use of the Linux console font (this means they won't work
 in any xterm!) and mouse support to improve the user interface.
 
 %description -l pl
-Programy w tym pakiecie to reimplementacja gier dla Linuksowej konsoli.
+Programy w tym pakiecie to reimplementacja gier dla linuksowej konsoli.
 Mo¿na tu znale¼æ trzy gry:
 
 * cblocks -- ³amig³ówka z przesuwaniem klocków
@@ -38,8 +39,8 @@ xtermie!) i myszk
 %setup -q
 
 %build
-aclocal
-autoconf
+%{__aclocal}
+%{__autoconf}
 cp -f /usr/share/automake/config.* .
 %configure
 %{__make}
@@ -56,14 +57,12 @@ install */*.6 $RPM_BUILD_ROOT%{_mandir}/man6
 install csokoban/series/* $RPM_BUILD_ROOT%{_datadir}/csokoban
 install cblocks/series/* $RPM_BUILD_ROOT%{_datadir}/cblocks
 
-gzip -9nf Changelog
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc Changelog
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/csokoban
 %{_datadir}/cblocks
This page took 0.066348 seconds and 4 git commands to generate.