[packages/kde4-kcron] - new, based on kde4-kdeadmin, BRs needs review
witekfl
witekfl at pld-linux.org
Mon Dec 23 21:19:30 CET 2013
commit da3a5506a562c43dbde5e448233da62384e0b9a4
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Mon Dec 23 21:18:55 2013 +0100
- new, based on kde4-kdeadmin, BRs needs review
kde4-kcron.spec | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 72 insertions(+)
---
diff --git a/kde4-kcron.spec b/kde4-kcron.spec
new file mode 100644
index 0000000..8d8b7e1
--- /dev/null
+++ b/kde4-kcron.spec
@@ -0,0 +1,72 @@
+# TODO
+# %{_pkgconfigdir}/system-tools-backends.pc
+%define _state stable
+%define orgname kcron
+%define qtver 4.8.1
+
+Summary: KDE Task Scheduler (cron GUI)
+Summary(pl.UTF-8): Program do zlecania zadań dla KDE (graficzny interfejs do crona)
+Summary(pt_BR.UTF-8): Gerenciador/agendador de tarefas e interface para o cron
+Name: kde4-kcron
+Version: 4.12.0
+Release: 1
+License: GPL v2+
+Group: X11/Applications
+Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
+# Source0-md5: 2ec6a06ab32b94788f45ac7a4e581dbb
+URL: http://www.kde.org/
+BuildRequires: automoc4 >= 0.9.88
+BuildRequires: cmake >= 2.8.0
+BuildRequires: docbook-dtd42-xml
+BuildRequires: docbook-style-xsl
+BuildRequires: kde4-kdelibs-devel >= %{version}
+BuildRequires: kde4-kdepimlibs-devel >= %{version}
+BuildRequires: qt4-build >= %{qtver}
+BuildRequires: qt4-qmake >= %{qtver}
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.600
+Requires: shadow
+Obsoletes: kde4-kdadmin-kcron
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+KCron is an application for scheduling programs to run in the
+background. It is a graphical user interface to cron, the UNIX system
+scheduler.
+
+%description -l pl.UTF-8
+KCron to aplikacja do planowania uruchamiania programów w tle. Jest to
+graficzny interfejs do crona - systemowego programu do planowego
+uruchamiania programów w systemach uniksowych.
+
+%description -l pt_BR.UTF-8
+Gerenciador/agendador de tarefas e interface para o cron.
+
+%prep
+%setup -q -n %{orgname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+ ../
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build install \
+ DESTDIR=$RPM_BUILD_ROOT \
+ kde_htmldir=%{_kdedocdir}
+
+%find_lang kcron --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f kcron.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/kde4/kcm_cron.so
+%{_datadir}/kde4/services/kcm_cron.desktop
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kde4-kcron.git/commitdiff/da3a5506a562c43dbde5e448233da62384e0b9a4
More information about the pld-cvs-commit
mailing list