summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Zagrodzki2002-09-07 19:33:48 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit745dd60403cddb6a885c96f22d1fed8d9ed43378 (patch)
tree0dd21154093143457b6c805ea5b21ec3cb806d3c
parent9d19e11a0a41bc96dd07ed701b34d2fba60981b1 (diff)
downloadcircuslinux-745dd60403cddb6a885c96f22d1fed8d9ed43378.zip
circuslinux-745dd60403cddb6a885c96f22d1fed8d9ed43378.tar.gz
- added desktop file and icon
Changed files: circuslinux.spec -> 1.2
-rw-r--r--circuslinux.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/circuslinux.spec b/circuslinux.spec
index 09a5a33..802a7e9 100644
--- a/circuslinux.spec
+++ b/circuslinux.spec
@@ -6,6 +6,8 @@ Release: 1
License: GPL
Group: X11/Applications/Games
Source0: ftp://ftp.sonic.net/pub/users/nbs/unix/x/circus-linux/%{name}-%{version}.tar.gz
+Source1: %{name}-desktop.patch
+Source2: %{name}.png
Patch0: %{name}-makefile.patch
Patch1: %{name}-version.patch
URL: http://www.newbreedsoftware.com/circus-linux/
@@ -53,9 +55,11 @@ aclocal
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_applnkdir}/Games/Arcade,%{_pixmapsdir}}
%{__make} install DESTDIR=$RPM_BUILD_ROOT
+install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games/Arcade
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
%clean
rm -rf $RPM_BUILD_ROOT