SPECS: kanyremote.spec (NEW) - new, NFY

shadzik shadzik at pld-linux.org
Sat Nov 18 19:23:40 CET 2006


Author: shadzik                      Date: Sat Nov 18 18:23:40 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, NFY

---- Files affected:
SPECS:
   kanyremote.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/kanyremote.spec
diff -u /dev/null SPECS/kanyremote.spec:1.1
--- /dev/null	Sat Nov 18 19:23:40 2006
+++ SPECS/kanyremote.spec	Sat Nov 18 19:23:34 2006
@@ -0,0 +1,80 @@
+# $Revision$, $Date$
+Summary:	kanyremote
+Summary(pl):	kanyremote
+Name:		kanyremote
+Version:	2.0
+Release:	1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://dl.sourceforge.net/kanyremote/%{name}-%{version}.tar.gz
+# Source0-md5:	2b35d41a9cd07801c344b92db77992c7
+URL:		http://kanyremote.sourceforge.net
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	kdelibs-devel >= 9:3.2.0
+BuildRequires:	rpmbuild(macros) >= 1.129
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The overall goal of this project is to provide wireless Bluetooth or
+InfraRed remote control service for KDE. In contrast with other
+Bluetooth remote control programs kAnyRemote is not limited to
+SonyEriccson or JSR-82 capable phones. It was developed as just thin
+"communication" layer beetween bluetooth-capabled phone and Linux, and
+in principle could be configured to manage any software. But Bluetooth
+is not the only way to use it. kAnyRemote could be used with:
+- IR-capabled phone
+- with cable connection
+- it could accept incoming connection from network
+- it could work with Java client written for JSR82 capabled phones
+  (like Bemused)
+- it have limited support for existing Bemused clients
+
+#%description -l pl
+
+%prep
+%setup -q
+
+%build
+cp -f /usr/share/automake/config.sub admin
+%{__make} -f admin/Makefile.common cvs
+
+%configure \
+%if "%{_lib}" == "lib64"
+	--enable-libsuffix=64 \
+%endif
+	--%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \
+	--with-qt-libraries=%{_libdir}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	kde_htmldir=%{_kdedocdir} \
+	kde_libs_htmldir=%{_kdedocdir} \
+	kdelnkdir=%{_desktopdir} \
+
+%find_lang %{name} --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/kanyremote
+%{_datadir}/applnk/Utilities/kanyremote.desktop
+%{_datadir}/apps/kanyremote/kanyremoteui.rc
+%{_iconsdir}/*/*/apps/kanyremote*.png
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/11/18 18:23:34  shadzik
+- new, NFY
+
================================================================


More information about the pld-cvs-commit mailing list