]> git.pld-linux.org Git - packages/freedroid.git/commitdiff
- added manual and .desktop file
authorgrzegol <grzegol@pld-linux.org>
Fri, 27 Jun 2003 19:27:22 +0000 (19:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 2

Changed files:
    freedroid.spec -> 1.2

freedroid.spec

index aba8ab7ae68127124f7732eeedfe50012e97f35a..35e194575be1d9e7837b062123cadc08926b05e6 100644 (file)
@@ -2,11 +2,13 @@ Summary:      Clone of the C64 Game Paradroid
 Summary(pl):   Klon gry Paranoid z C64
 Name:          freedroid
 Version:       1.0.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Games
 Source0:       http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
 # Source0-md5:  a4350ce4695d1ab65db7b6e1d7124863
+Source1:       http://dl.sourceforge.net/sourceforge/%{name}/Freedroid_Manual.ps.bz2
+Source2:       %{name}.desktop
 URL:           http://freedroid.sourceforge.net/
 BuildRequires: SDL-devel >= 1.2.3
 BuildRequires: SDL_mixer-devel
@@ -33,15 +35,21 @@ ulepszeniami i dodatkami.
 %install
 rm -rf $RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT/%{_applnkdir}/Games
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+install %{SOURCE1} .
+install %{SOURCE2} $RPM_BUILD_ROOT/%{_applnkdir}/Games
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README TODO
+%doc AUTHORS NEWS README TODO Freedroid_Manual.ps.bz2
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
+%{_applnkdir}/Games/*
 %{_mandir}/man6/*
This page took 0.071151 seconds and 4 git commands to generate.