]> git.pld-linux.org Git - packages/celestia.git/commitdiff
- added celestia.desktop to Scientific/Astronomy applnk subdir
authorRoman Werpachowski <roman.werpachowski@gmail.com>
Tue, 10 Dec 2002 09:23:22 +0000 (09:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- changed Release: from 2 to 3

Changed files:
    celestia.spec -> 1.13

celestia.spec

index fe4786293e9b4c7d623025d50d960714fecd1350..354bc94ebdbcb8303c3397a89ab1fab112b3aef8 100644 (file)
@@ -2,10 +2,11 @@ Summary:      A real-time visual space simulation
 Summary(pl):   Symulacja przestrzeni kosmicznej w czasie rzeczywistym
 Name:          celestia
 Version:       1.1.4
-Release:       2
+Release:       3
 License:       GPL
 Group:         X11/Applications/Science
 Source0:       http://prdownloads.sourceforge.net/celestia/%{name}-%{version}.tar.gz
+Source1:       %{name}.desktop
 URL:           http://www.shatters.net/celestia/
 BuildRequires: OpenGL-devel
 BuildRequires: autoconf
@@ -65,6 +66,8 @@ CXXFLAGS="-I%{_includedir} %{rpmcflags} -fno-rtti -fno-exceptions"
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} -e DESTDIR=$RPM_BUILD_ROOT install
+install -d $RPM_BUILD_ROOT%{_applnkdir}/Scientific/Astronomy
+install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Scientific/Astronomy/%{name}.desktop
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -74,3 +77,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc README AUTHORS TODO controls.txt
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/*
+%{_applnkdir}/Scientific/Astronomy/*
This page took 0.126825 seconds and 4 git commands to generate.