]> git.pld-linux.org Git - packages/einstein.git/commitdiff
- desktop file; release 3
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 1 Feb 2009 18:45:12 +0000 (18:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    einstein.spec -> 1.8

einstein.spec

index feb3758d9fb9028019001fbc623653ce67123cd3..6252dcae6519a927e4de639e5f04b36e3342e3b3 100644 (file)
@@ -2,11 +2,12 @@ Summary:      An implementation of Albert Einstein's puzzle
 Summary(pl.UTF-8):     Implementacja gry logicznej Alberta Einsteina
 Name:          einstein
 Version:       2.0
-Release:       2
+Release:       3
 License:       GPL
 Group:         X11/Applications/Games
 Source0:       http://games.flowix.com/files/einstein/%{name}-%{version}-src.tar.gz
 # Source0-md5: c1d98e761c10af63f03462ead625f80c
+Source1:       %{name}.desktop
 Patch0:                %{name}-makefile.patch
 Patch1:                %{name}-gcc43.patch
 Patch2:                %{name}-kill-warnings.patch
@@ -38,10 +39,13 @@ podpowiedzi opisujących relacje pomiędzy poszczególnymi kartami.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_desktopdir}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -50,3 +54,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc README
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
+%{_desktopdir}/%{name}.desktop
This page took 0.141352 seconds and 4 git commands to generate.