]> git.pld-linux.org Git - packages/OilWar.git/commitdiff
- From: Łukasz Jernaś <deejay1@nsj.srem.pl>:
authordjrzulf <djrzulf@pld-linux.org>
Fri, 4 Apr 2003 23:24:02 +0000 (23:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  - updated to 1.2.1,
  - fixed %%install and %%files,

Changed files:
    OilWar.spec -> 1.5

OilWar.spec

index 45fcc6bc888ac5dc0faa3417e31b0ee750792058..a4030774b7601372577eef2323435ad48b2cc4e2 100644 (file)
@@ -1,15 +1,14 @@
 Summary:       Very simple mouse shooting game
 Summary(pl):   Bardzo prosta strzelanka
 Name:          OilWar
 Summary:       Very simple mouse shooting game
 Summary(pl):   Bardzo prosta strzelanka
 Name:          OilWar
-Version:       1.1.0
-Release:       2
+Version:       1.2.1
+Release:       1
 License:       GPL v2
 Group:         X11/Applications/Games
 Source0:       http://www.2ndpoint.fi/projektit/filut/%{name}-%{version}.tar.gz
 Source1:       %{name}.png
 Source2:       %{name}.desktop
 Patch0:                %{name}-am_remove_install-data-local.patch
 License:       GPL v2
 Group:         X11/Applications/Games
 Source0:       http://www.2ndpoint.fi/projektit/filut/%{name}-%{version}.tar.gz
 Source1:       %{name}.png
 Source2:       %{name}.desktop
 Patch0:                %{name}-am_remove_install-data-local.patch
-Patch1:                %{name}-FHS.patch
 URL:           http://www.2ndpoint.fi/projektit/oilwar.html
 BuildRequires: autoconf
 BuildRequires: automake
 URL:           http://www.2ndpoint.fi/projektit/oilwar.html
 BuildRequires: autoconf
 BuildRequires: automake
@@ -32,7 +31,6 @@ chroni
 %prep
 %setup  -q
 %patch0 -p1
 %prep
 %setup  -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 rm -f missing
 
 %build
 rm -f missing
@@ -45,12 +43,12 @@ CXXFLAGS="%{rpmcflags} -fno-rtti"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_applnkdir}/Games/Arcade,%{_pixmapsdir}}
+install -d $RPM_BUILD_ROOT{%{_datadir}/applications,%{_pixmapsdir}}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}
-install %{SOURCE2} $RPM_BUILD_ROOT%{_applnkdir}/Games/Arcade
+install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/applications
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -60,6 +58,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc ChangeLog README AUTHORS
 %attr(2755,root,games) %{_bindir}/*
 %{_datadir}/games/oilwar
 %doc ChangeLog README AUTHORS
 %attr(2755,root,games) %{_bindir}/*
 %{_datadir}/games/oilwar
-%{_applnkdir}/Games/Arcade/*.desktop
+%{_datadir}/applications/*.desktop
 %{_pixmapsdir}/*.png
 %attr(664,root,games) %verify(not size mtime md5) %{_localstatedir}/games/*.scores
 %{_pixmapsdir}/*.png
 %attr(664,root,games) %verify(not size mtime md5) %{_localstatedir}/games/*.scores
This page took 0.079387 seconds and 4 git commands to generate.