]> git.pld-linux.org Git - packages/penguin-command.git/commitdiff
- _applnkdir -> _desktopdir; rel. 2
authorgrzegol <grzegol@pld-linux.org>
Wed, 10 Dec 2003 15:40:28 +0000 (15:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    penguin-command.spec -> 1.22

penguin-command.spec

index 13f4ab0265271451545ecd09ae3cc6f038a48687..68d6c0f05a7320dd59f1b7a4b7959bffaa3a8ef7 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A missile command clone
 Summary(pl):   Klon missile command
 Name:          penguin-command
 Version:       1.6.6
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications/Games
 Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -17,7 +17,6 @@ BuildRequires:        automake
 BuildRequires: libpng-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 This is a clone of the classic "Missile Command" Game, but it has
 better graphics and music. You have to defend cities by shooting at
@@ -40,12 +39,12 @@ rm -f missing
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_applnkdir}/Games}
+install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Games
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
 
 
@@ -59,4 +58,4 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man6/*
 %{_datadir}/%{name}
 %{_pixmapsdir}/*
-%{_applnkdir}/Games/*
+%{_desktopdir}/*
This page took 0.112547 seconds and 4 git commands to generate.