]> git.pld-linux.org Git - packages/xevil.git/commitdiff
- added icon based on icon from the package
authorankry <ankry@pld-linux.org>
Thu, 21 Nov 2002 20:35:18 +0000 (20:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- desktop moved to Games/Arcade/
- release 3

Changed files:
    xevil.spec -> 1.11

xevil.spec

index ffcfd9811a9c74ddf355b1907576eaa49a702f2f..2b94d06aa73a8315a9073c60dc63b9b768c0a4b9 100644 (file)
@@ -5,11 +5,12 @@ Summary(pl):  Brutalna gra o szybkiej akcji pod X Window System
 Summary(tr):   Hýzlý ve þiddet yüklü bir X oyunu
 Name:          xevil
 Version:       2.02
-Release:       2
+Release:       3
 License:       GPL
 Group:         X11/Applications/Games
 Source0:       ftp://ftp.xevil.com/stable/%{name}src%{version}.zip
 Source1:       %{name}.desktop
+Source2:       %{name}.png
 Patch0:                %{name}-config.patch
 Patch1:                %{name}-c++.patch
 Patch2:                %{name}-gcc3.patch
@@ -60,11 +61,13 @@ Ninja sava
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_applnkdir}/Games}
+install -d
+$RPM_BUILD_ROOT{%{_bindir},%{_applnkdir}/Games/Arcade,%{_pixmapsdir}}
 
 install x11/REDHAT_LINUX/xevil $RPM_BUILD_ROOT%{_bindir}
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games
+install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games/Arcade
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -73,4 +76,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc readme.txt instructions
 %attr(755,root,root) %{_bindir}/xevil
-%{_applnkdir}/Games/*
+%{_applnkdir}/Games/Arcade/*
+%{_pixmapsdir}/*.png
This page took 0.103985 seconds and 4 git commands to generate.