[kcron] Initial push

Martin Briza mbriza at fedoraproject.org
Tue Aug 27 13:16:51 UTC 2013


commit 575447f911470ad61e2131807f90603d2fc78d50
Author: Martin Briza <mbriza at redhat.com>
Date:   Tue Aug 27 15:16:32 2013 +0200

    Initial push

 .gitignore |    1 +
 kcron.spec |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..550d391 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/kcron-4.11.0.tar.xz
diff --git a/kcron.spec b/kcron.spec
new file mode 100644
index 0000000..566f0bd
--- /dev/null
+++ b/kcron.spec
@@ -0,0 +1,52 @@
+Name:    kcron
+Summary: Cron KDE configuration module
+Version: 4.11.0
+Release: 1%{?dist}
+
+License: GPLv2+
+URL:     https://projects.kde.org/projects/kde/kdeadmin/kcron
+%global revision %(echo %{version} | cut -d. -f3)
+%if %{revision} >= 50
+%global stable unstable
+%else
+%global stable stable
+%endif
+Source0: http://download.kde.org/%{stable}/%{version}/src/%{name}-%{version}.tar.xz
+
+BuildRequires: kdelibs4-devel >= %{version}
+
+Requires: kdelibs4 >= %{version}
+
+Conflicts:      kdeadmin < 4.10.80
+Obsoletes:      kdeadmin < 4.10.80
+
+%description
+Systemsettings module for the cron task scheduler.
+
+%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}
+
+%files
+%doc AUTHORS COPYING README
+# kcm_cron
+%{_kde4_datadir}/kde4/services/kcm_cron.desktop
+%{_kde4_docdir}/HTML/en/kcron/
+%{_kde4_libdir}/kde4/kcm_cron.so
+
+%changelog
+* Tue Aug 27 2013 Martin Briza <mbriza at redhat.com> - 4.11.0-1
+- 4.11.0
+
+* Thu Aug 08 2013 Martin Briza <mbriza at redhat.com> - 4.10.97-1
+- Split off from kdeadmin package
diff --git a/sources b/sources
index e69de29..eb5908b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c1b6e304a21b09e23bce7eff5bff0398  kcron-4.11.0.tar.xz


More information about the scm-commits mailing list