]> git.pld-linux.org Git - packages/gfpoken.git/commitdiff
- release 2 RA-1_0 STABLE gfpoken-0_25-2
authorwolf <wolf@pld-linux.org>
Tue, 12 Feb 2002 15:11:25 +0000 (15:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added icon and desktop file

Changed files:
    gfpoken.spec -> 1.5

gfpoken.spec

index 939614ef3b20ba5709193f6054c5197e2d8dc02d..a2c1f45c3509498e892d44b1f319574a42dbcde0 100644 (file)
@@ -2,7 +2,7 @@ Summary:        BlackBox-type game for GTK inspired by Marble
 Summary(pl):   Zainspirowana przez Marble gra dla GTK
 Name:          gfpoken
 Version:       0.25
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications/Games
 Group(cs):     X11/Aplikace/Hry
@@ -18,6 +18,8 @@ Group(pt):    X11/Aplica
 Group(ru):     X11/ðÒÉÌÏÖÅÎÉÑ/éÇÒÙ
 Group(sv):     X11/Tillämpningar/Spel
 Source0:       http://gfpoken.bigw.org/%{name}-%{version}.tar.gz
+Source1:       %{name}.png
+Source2:       %{name}.desktop
 URL:           http://gfpoken.bigw.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -45,11 +47,14 @@ automake -a -c
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_applnkdir}/Games}
 
 install gfpoken $RPM_BUILD_ROOT%{_bindir}
 install iconpix.h $RPM_BUILD_ROOT%{_pixmapsdir}/gfpoken.xpm
 
+install %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}
+install %{SOURCE2} $RPM_BUILD_ROOT%{_applnkdir}/Games
+
 gzip -9nf AUTHORS ChangeLog README
 
 %clean
@@ -60,3 +65,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc *.gz
 %attr(755,root,root) %{_bindir}/*
 %{_pixmapsdir}/*
+%{_applnkdir}/Games/*
This page took 0.118117 seconds and 4 git commands to generate.