]> git.pld-linux.org Git - SPECS.git/blob - kde4-kcron.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / kde4-kcron.spec
1 # TODO
2 #   %{_pkgconfigdir}/system-tools-backends.pc
3 %define         _state          stable
4 %define         orgname         kcron
5 %define         qtver           4.8.1
6
7 Summary:        KDE Task Scheduler (cron GUI)
8 Summary(pl.UTF-8):      Program do zlecania zadań dla KDE (graficzny interfejs do crona)
9 Summary(pt_BR.UTF-8):   Gerenciador/agendador de tarefas e interface para o cron
10 Name:           kde4-kcron
11 Version:        4.14.3
12 Release:        2
13 License:        GPL v2+
14 Group:          X11/Applications
15 Source0:        http://download.kde.org/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
16 # Source0-md5:  a60c8b6be3e3575e578cf61f315d968d
17 URL:            http://www.kde.org/
18 BuildRequires:  automoc4 >= 0.9.88
19 BuildRequires:  cmake >= 2.8.0
20 BuildRequires:  docbook-dtd42-xml
21 BuildRequires:  docbook-style-xsl
22 BuildRequires:  kde4-kdelibs-devel >= %{version}
23 BuildRequires:  kde4-kdepimlibs-devel >= %{version}
24 BuildRequires:  qt4-build >= %{qtver}
25 BuildRequires:  qt4-qmake >= %{qtver}
26 BuildRequires:  rpm-perlprov >= 4.1-13
27 BuildRequires:  rpm-pythonprov
28 BuildRequires:  rpmbuild(macros) >= 1.600
29 Requires:       shadow
30 Obsoletes:      kde4-kdadmin-kcron
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 KCron is an application for scheduling programs to run in the
35 background. It is a graphical user interface to cron, the UNIX system
36 scheduler.
37
38 %description -l pl.UTF-8
39 KCron to aplikacja do planowania uruchamiania programów w tle. Jest to
40 graficzny interfejs do crona - systemowego programu do planowego
41 uruchamiania programów w systemach uniksowych.
42
43 %description -l pt_BR.UTF-8
44 Gerenciador/agendador de tarefas e interface para o cron.
45
46 %prep
47 %setup -q -n %{orgname}-%{version}
48
49 %build
50 install -d build
51 cd build
52 %cmake \
53         ../
54
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} -C build install \
61         DESTDIR=$RPM_BUILD_ROOT \
62         kde_htmldir=%{_kdedocdir}
63
64 %find_lang kcron        --with-kde
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %files -f kcron.lang
70 %defattr(644,root,root,755)
71 %attr(755,root,root) %{_libdir}/kde4/kcm_cron.so
72 %{_datadir}/kde4/services/kcm_cron.desktop
This page took 0.486128 seconds and 3 git commands to generate.