[kcalc] 4.7.90

Rex Dieter rdieter at fedoraproject.org
Mon Dec 5 07:06:21 UTC 2011


commit 72714f588aca6c12a4d78acd94c1f886f730c8c5
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Mon Dec 5 01:07:06 2011 -0600

    4.7.90

 .gitignore |    1 +
 kcalc.spec |   69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 71 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..13bb65b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/kcalc-4.7.90.tar.bz2
diff --git a/kcalc.spec b/kcalc.spec
new file mode 100644
index 0000000..8ccc193
--- /dev/null
+++ b/kcalc.spec
@@ -0,0 +1,69 @@
+
+Name: kcalc 
+Summary: Scientific Calculator 
+Version: 4.7.90
+Release: 1%{?dist}
+
+License: GPLv2+
+URL:     https://projects.kde.org/projects/kde/kdeutils/kcalc
+Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/%{name}-%{version}.tar.bz2
+
+BuildRequires: desktop-file-utils
+BuildRequires: kdelibs4-devel >= %{version}
+BuildRequires: gmp-devel
+
+# when split occured
+Conflicts: kdeutils-common < 6:4.7.80
+
+Obsoletes: kdeutils-kcalc < 6:4.7.80
+Provides:  kdeutils-kcalc = 6:%{version}-%{release}
+
+%{?_kde4:Requires: kdelibs4%{?_isa} >= %{_kde4_version}}
+
+
+%description
+KCalc is a calculator which offers many more mathematical
+functions than meet the eye on a first glance.
+
+
+%prep
+%setup -q -n %{name}-%{version}
+
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake_kde4} ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
+
+%find_lang %{name} --with-kde --without-mo
+
+
+%check
+desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/%{name}.desktop
+
+
+%files -f %{name}.lang
+%doc COPYING README
+%{_kde4_bindir}/kcalc
+%{_kde4_appsdir}/kcalc/
+%{_kde4_appsdir}/kconf_update/kcalcrc.upd
+%{_kde4_datadir}/config.kcfg/kcalc.kcfg
+%{_kde4_datadir}/applications/kde4/kcalc.desktop
+%{_kde4_libdir}/libkdeinit4_kcalc.so
+
+
+
+%changelog
+* Mon Dec 05 2011 Rex Dieter <rdieter at fedoraproject.org> 4.7.90-1
+- 4.7.90
+
+* Sat Nov 26 2011 Rex Dieter <rdieter at fedoraproject.org> 4.7.80-1
+- first try
+
diff --git a/sources b/sources
index e69de29..7b2fc9e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9278b4b34213c8f0dd5b4f8f10316112  kcalc-4.7.90.tar.bz2


More information about the scm-commits mailing list