Author: lisu Date: Thu Jul 9 08:04:05 2009 GMT Module: packages Tag: HEAD ---- Log message: - initial
---- Files affected: packages/pipewalker: pipewalker.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/pipewalker/pipewalker.spec diff -u /dev/null packages/pipewalker/pipewalker.spec:1.1 --- /dev/null Thu Jul 9 10:04:05 2009 +++ packages/pipewalker/pipewalker.spec Thu Jul 9 10:04:00 2009 @@ -0,0 +1,63 @@ +# $Revision$, $Date$ +Summary: Simple logic game +Summary(pl.UTF-8): Prosta gra logiczna +Name: pipewalker +Version: 0.6.1 +Release: 1 +License: GPL v3+ +Group: X11/Applications/Games +Source0: http://dl.sourceforge.net/pipewalker/%{name}-%{version}-src.tar.gz +# Source0-md5: d813ac1c3c53209c5b343f8b26d8117d +Patch0: %{name}-desktop.patch +URL: http://pipewalker.sourceforge.net/ +BuildRequires: autoconf +BuildRequires: automake +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This is a puzzle game where pieces of a computer network are to be +turned in the right/left direction to make all computers connected to +the same network. This game is clone of NetWalk. + +%description -l pl.UTF-8 +Prosta gra logiczna, w której elementy sieci komputerowej należy +obracać w lewo/prawo w celu podłączenia wszystkich komputerów do +tej samej sieci. Gra jest klonem gry NetWalk. + +%prep +%setup -q +%patch0 -p1 + +%build +%{__aclocal} +%{__autoconf} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README +%attr(755,root,root) %{_bindir}/pipewalker +%{_datadir}/games/pipewalker +%{_desktopdir}/pipewalker.desktop +%{_pixmapsdir}/pipewalker.xpm + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2009/07/09 08:04:00 lisu +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
