]> git.pld-linux.org Git - packages/fung-calc.git/commitdiff
- updated to 1.3.2b
authorgrzegol <grzegol@pld-linux.org>
Tue, 22 Jul 2003 14:30:00 +0000 (14:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fung-calc.spec -> 1.3

fung-calc.spec

index a1ffd4a9d5cbfdfcb1f123655b7f5cc835964965..333ef6d055c1555f86e5a15f2555489fd5ab4cc5 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Fung-Calc is a graphing calculator
 Summary(pl):   Fung-calc to kalkulator rysuj±cy wykresy
 Name:          fung-calc
-Version:       1.3.0
+Version:       1.3.2b
 Release:       1
 License:       GPL
 Group:         X11/Applications/Science
 Source0:       http://dl.sourceforge.net/fung-calc/%{name}-%{version}.tar.gz
-# Source0-md5: 8178d3c53be1b927e6d94bb6426de941
+# Source0-md5: bae7a2d39fd6658d4aa181ddc73bd5d5
 URL:           http://fung-calc.sourceforge.net/
 BuildRequires: kdelibs-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -43,6 +43,7 @@ Pliki nag
 
 %build
 kde_htmldir="%{_htmldir}"; export kde_htmldir
+kde_appsdir="%{_applnkdir}"; export kde_appsdir
 
 %configure
 %{__make}
@@ -50,7 +51,8 @@ kde_htmldir="%{_htmldir}"; export kde_htmldir
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang %{name} --with-kde
 
@@ -69,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 # needed here (incl. GPL COPYING)???
 %{_datadir}/%{name}/[ACRT]*
 %{_datadir}/%{name}/samplegraphs.fgc
+%{_applnkdir}/Applications/%{name}.desktop
+%{_datadir}/icons/hicolor/*/apps/fung_calc.png
+%{_datadir}/mimelnk/application/*.desktop
 %dir %{_datadir}/%{name}/translations
 %lang(es) %{_datadir}/%{name}/translations/fung-calc.es.qm
 
This page took 0.095773 seconds and 4 git commands to generate.