]> git.pld-linux.org Git - packages/doomlegacy.git/commitdiff
- added missing icon
authorankry <ankry@pld-linux.org>
Fri, 7 Mar 2003 12:12:20 +0000 (12:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    doomlegacy.spec -> 1.9.2.6

doomlegacy.spec

index e28111d6619d3a8fd0ed9bec8e7ce4a5e87c647c..4b8de9d12f44d662e24e28563f2dd4251462107d 100644 (file)
@@ -10,6 +10,7 @@ Source1:      http://dl.sourceforge.net/doomlegacy/doom3_wad_132.zip
 Source2:       http://dl.sourceforge.net/doomlegacy/legacy_dat.zip
 Source3:       %{name}-x11.desktop
 Source4:       %{name}-sdl.desktop
+Source5:       %{name}.png
 Icon:          doomlegacy.xpm
 URL:           http://legacy.newdoom.com/
 Patch0:                %{name}-paths.patch
@@ -91,7 +92,8 @@ mkdir bin
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/doomlegacy,%{_datadir}/doomlegacy,%{_applnkdir}/Games/Arcade}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/doomlegacy,%{_datadir}/doomlegacy} \
+       $RPM_BUILD_ROOT{%{_pixmapsdir},%{_applnkdir}/Games/Arcade}
 
 install bin/llxdoom    $RPM_BUILD_ROOT%{_bindir}
 install bin/lsdldoom   $RPM_BUILD_ROOT%{_bindir}
@@ -104,6 +106,7 @@ install legacy.dat  $RPM_BUILD_ROOT%{_datadir}/doomlegacy
 
 install %{SOURCE3} $RPM_BUILD_ROOT%{_applnkdir}/Games/Arcade
 install %{SOURCE4} $RPM_BUILD_ROOT%{_applnkdir}/Games/Arcade
+install %{SOURCE5} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -119,6 +122,7 @@ echo "from any sharware or commercial version of Doom or Heretic!"
 %dir %{_libdir}/doomlegacy
 %attr(755,root,root) %{_libdir}/doomlegacy/*serv*
 %{_datadir}/doomlegacy
+%{_pixmapsdir}/*
 
 %files x11
 %defattr(644,root,root,755)
This page took 0.02982 seconds and 4 git commands to generate.