]> git.pld-linux.org Git - packages/kde4-kremotecontrol.git/blame - kde4-kremotecontrol.spec
- updated to 4.10.4 (by update-kde4.sh)
[packages/kde4-kremotecontrol.git] / kde4-kremotecontrol.spec
CommitLineData
2786784f
KK
1#
2%define _state stable
3%define orgname kremotecontrol
4%define qtver 4.8.0
5
6Summary: K Desktop Environment - Infrared Remote Control
7Name: kde4-kremotecontrol
afe79f6e 8Version: 4.10.4
2786784f
KK
9Release: 1
10License: GPL
11Group: X11/Applications
3190d68e 12Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
afe79f6e 13# Source0-md5: 3a01ce2d560cdfb76344a64239fef326
2786784f
KK
14URL: http://www.kde.org/
15BuildRequires: QtXmlPatterns-devel
16BuildRequires: automoc4 >= 0.9.88
17BuildRequires: cmake >= 2.8.0
18BuildRequires: docbook-dtd42-xml
19BuildRequires: docbook-style-xsl
20BuildRequires: kde4-kdebase-devel >= %{version}
21BuildRequires: qt4-build >= %{qtver}
22BuildRequires: qt4-qmake >= %{qtver}
23BuildRequires: xorg-lib-libXtst-devel
24Obsoletes: kde4-kdeutils-irkick
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
a924fd40
KK
28KRemoteControl is a KDE frontend for your remote controls. It allows
29to configure actions for button presses on remotes. All types of
30remotes supported by Solid are also supported by KRemoteControl.
2786784f
KK
31
32%prep
33%setup -q -n %{orgname}-%{version}
34
35%build
36install -d build
37cd build
38%cmake \
39 ..
40%{__make}
41
42%install
43rm -rf $RPM_BUILD_ROOT
44
45%{__make} -C build/ install \
46 DESTDIR=$RPM_BUILD_ROOT \
47 kde_htmldir=%{_kdedocdir}
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
54%attr(755,root,root) %{_bindir}/krcdnotifieritem
55%attr(755,root,root) %{_libdir}/kde4/kcm_remotecontrol.so
56%attr(755,root,root) %{_libdir}/kde4/kded_kremotecontroldaemon.so
57%attr(755,root,root) %{_libdir}/kde4/kremotecontrol_lirc.so
58%attr(755,root,root) %{_libdir}/kde4/plasma_engine_kremoteconrol.so
59%attr(755,root,root) %{_libdir}/liblibkremotecontrol.so.*.*.*
60%attr(755,root,root) %ghost %{_libdir}/liblibkremotecontrol.so.?
61%{_datadir}/apps/kremotecontrol
62%{_datadir}/apps/kremotecontroldaemon
63%{_datadir}/kde4/services/kcm_remotecontrol.desktop
64%{_datadir}/kde4/services/kded/kremotecontroldaemon.desktop
65%{_datadir}/kde4/services/kremotecontrolbackends
66%{_datadir}/kde4/services/plasma-engine-kremotecontrol.desktop
67%{_datadir}/kde4/servicetypes/kremotecontrolmanager.desktop
68%{_desktopdir}/kde4/krcdnotifieritem.desktop
69%{_iconsdir}/hicolor/*x*/actions/krcd_flash.png
70%{_iconsdir}/hicolor/*x*/actions/krcd_off.png
71%{_iconsdir}/hicolor/*x*/apps/krcd.png
72%{_iconsdir}/hicolor/*x*/devices/infrared-remote.png
73%{_kdedocdir}/en/kcontrol
This page took 0.074729 seconds and 4 git commands to generate.