]> git.pld-linux.org Git - packages/MathReader.git/commitdiff
- add desktopdir
authorundefine <undefine@pld-linux.org>
Wed, 20 Oct 2004 08:57:48 +0000 (08:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    MathReader.spec -> 1.8

MathReader.spec

index 8012d9ac3782bfd950d7900c9cf25a712ad6a7aa..e8711f5436d8539bb24408f77aadb9d5af86c7e8 100644 (file)
@@ -32,6 +32,7 @@ Source4:      %{name}_%{_version}_Linux-IA64.sh
 # Source4-size:        12019319
 # based on http://www.wolfram.com/products/mathreader/licenseagreement.html
 Source5:       %{name}-license.txt
 # Source4-size:        12019319
 # based on http://www.wolfram.com/products/mathreader/licenseagreement.html
 Source5:       %{name}-license.txt
+Source6:       %{name}.desktop
 Group:         Applications/Math
 URL:           http://www.wolfram.com/products/mathreader/
 ExclusiveArch: %{ix86} ppc alpha amd64 ia64
 Group:         Applications/Math
 URL:           http://www.wolfram.com/products/mathreader/
 ExclusiveArch: %{ix86} ppc alpha amd64 ia64
@@ -79,9 +80,10 @@ sh %{_source} auto \
 %else
 TODO
 %endif
 %else
 TODO
 %endif
-install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}}
 ln -sf %{_libdir}/%{name}/Executables/{MathReader,mathreader} $RPM_BUILD_ROOT%{_bindir}
 install %{SOURCE5} .
 ln -sf %{_libdir}/%{name}/Executables/{MathReader,mathreader} $RPM_BUILD_ROOT%{_bindir}
 install %{SOURCE5} .
+install %{SOURCE6} $RPM_BUILD_ROOT%{_desktopdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.078959 seconds and 4 git commands to generate.