Author: charles Date: Sun Mar 25 20:14:35 2012 GMT Module: packages Tag: HEAD ---- Log message: - initial
---- Files affected: packages/kde4-kremotecontrol: kde4-kremotecontrol.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/kde4-kremotecontrol/kde4-kremotecontrol.spec diff -u /dev/null packages/kde4-kremotecontrol/kde4-kremotecontrol.spec:1.1 --- /dev/null Sun Mar 25 22:14:35 2012 +++ packages/kde4-kremotecontrol/kde4-kremotecontrol.spec Sun Mar 25 22:14:30 2012 @@ -0,0 +1,84 @@ +# $Revision$, $Date$ +# +%define _state stable +%define orgname kremotecontrol +%define qtver 4.8.0 + +Summary: K Desktop Environment - Infrared Remote Control +Name: kde4-kremotecontrol +Version: 4.8.1 +Release: 1 +License: GPL +Group: X11/Applications +Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.bz2 +# Source0-md5: 5562f6fbc9a36c277484bd1ca18bbe23 +URL: http://www.kde.org/ +BuildRequires: QtXmlPatterns-devel +BuildRequires: automoc4 >= 0.9.88 +BuildRequires: cmake >= 2.8.0 +BuildRequires: docbook-dtd42-xml +BuildRequires: docbook-style-xsl +BuildRequires: kde4-kdebase-devel >= %{version} +BuildRequires: qt4-build >= %{qtver} +BuildRequires: qt4-qmake >= %{qtver} +BuildRequires: xorg-lib-libXtst-devel +Obsoletes: kde4-kdeutils-irkick +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +KRemoteControl is a KDE frontend for your remote controls. It allows to +configure actions for button presses on remotes. All types of remotes supported +by Solid are also supported by KRemoteControl. + +%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} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/krcdnotifieritem +%attr(755,root,root) %{_libdir}/kde4/kcm_remotecontrol.so +%attr(755,root,root) %{_libdir}/kde4/kded_kremotecontroldaemon.so +%attr(755,root,root) %{_libdir}/kde4/kremotecontrol_lirc.so +%attr(755,root,root) %{_libdir}/kde4/plasma_engine_kremoteconrol.so +%attr(755,root,root) %{_libdir}/liblibkremotecontrol.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/liblibkremotecontrol.so.? +%{_datadir}/apps/kremotecontrol +%{_datadir}/apps/kremotecontroldaemon +%{_datadir}/kde4/services/kcm_remotecontrol.desktop +%{_datadir}/kde4/services/kded/kremotecontroldaemon.desktop +%{_datadir}/kde4/services/kremotecontrolbackends +%{_datadir}/kde4/services/plasma-engine-kremotecontrol.desktop +%{_datadir}/kde4/servicetypes/kremotecontrolmanager.desktop +%{_desktopdir}/kde4/krcdnotifieritem.desktop +%{_iconsdir}/hicolor/*x*/actions/krcd_flash.png +%{_iconsdir}/hicolor/*x*/actions/krcd_off.png +%{_iconsdir}/hicolor/*x*/apps/krcd.png +%{_iconsdir}/hicolor/*x*/devices/infrared-remote.png +%{_kdedocdir}/en/kcontrol + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2012/03/25 20:14:30 charles +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
