]> git.pld-linux.org Git - packages/dalc.git/commitdiff
- added dalc.desktop to Scientific/Numerics applnk subdir
authorRoman Werpachowski <roman.werpachowski@gmail.com>
Tue, 10 Dec 2002 08:54:17 +0000 (08:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- changed Release number from 3 to 4

Changed files:
    dalc.spec -> 1.17

dalc.spec

index 4bfdb78bf8d23cf3f9e6f7ec4108a00675ba0e97..0d05365500a76357b99bd15e1f294e30a775618c 100644 (file)
--- a/dalc.spec
+++ b/dalc.spec
@@ -2,10 +2,11 @@ Summary:      A powerful scientific DAL calculator
 Summary(pl):   Zaawansowany kalkulator naukowy
 Name:          dalc
 Version:       0.1
-Release:       3
+Release:       4
 License:       GPL
 Group:         Applications/Math
 Source0:       http://linuxberg.iol.it/files/console/scientific/%{name}-%{version}.tgz
+Source1:       %{name}.desktop
 Patch0:                %{name}-ac_am.patch
 BuildRequires: autoconf
 BuildRequires: automake
@@ -42,6 +43,9 @@ rm -f missing
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_applnkdir}/Scientific/Numerics
+install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Scientific/Numerics/%{name}.desktop
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -50,3 +54,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
+%{_applnkdir}/Scientific/Numerics/*
This page took 0.044528 seconds and 4 git commands to generate.