]> git.pld-linux.org Git - packages/dosbox.git/commitdiff
- added .desktop file, icon and simple config
authorgrzegol <grzegol@pld-linux.org>
Sat, 13 Sep 2003 17:43:51 +0000 (17:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 2

Changed files:
    dosbox.spec -> 1.7

dosbox.spec

index 9ef59a950af54662ab5f1180f451109e2e27990d..c9bc01da45e9965470cfc9c7e40bdd7625c18d87 100644 (file)
@@ -2,11 +2,14 @@ Summary:      x86/DOS emulator with sound/graphics primarily for games
 Summary(pl):   Emulator x86/DOS z d¼wiêkiem/grafik± g³ównie dla gier
 Name:          dosbox
 Version:       0.58
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Emulators
 Source0:       http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz
 # Source0-md5: 91c49a597134f35f899d32a8b253205b
+Source1:       %{name}.desktop
+Source2:       %{name}.png
+Source3:       %{name}.conf
 URL:           http://dosbox.sourceforge.net/
 BuildRequires: SDL-devel >= 1.2.0
 BuildRequires: libpng-devel
@@ -42,9 +45,15 @@ komputerach.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_sysconfdir}}
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
+install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -52,4 +61,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README THANKS
 %attr(755,root,root) %{_bindir}/*
+%{_sysconfdir}/*
 %{_mandir}/man1/*
+%{_desktopdir}/*
+%{_pixmapsdir}/*
This page took 0.132068 seconds and 4 git commands to generate.