]> git.pld-linux.org Git - packages/anyremote.git/blobdiff - anyremote.spec
- 2.5
[packages/anyremote.git] / anyremote.spec
index 6d782b965879bdcd317204e3d31372e4db472ff3..5e0286eba118cd0f0252aee3c06dd51ebbccde05 100644 (file)
@@ -5,24 +5,26 @@
 Summary:       anyremote - bluetooth remote for Linux
 Summary(pl):   anyremote - pilot bluetooth dla Linuksa
 Name:          anyremote
-Version:       2.0
+Version:       2.5
 Release:       1
 License:       GPL
 Group:         Applications
 Source0:       http://dl.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
-# Source0-md5: 444c217871471672f3263554f46c0c58
+# Source0-md5: 6acb19958a54aa50fcd10545dc34ffc6
+Patch0:                %{name}-in.patch
+Patch1:                %{name}-link.patch
 URL:           http://anyremote.sourceforge.net
-#BuildRequires:        autoconf
-#BuildRequires:        automake
-#BuildRequires:        intltool
-#BuildRequires:        libtool
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: bluez-libs-devel
+BuildRequires: libtool
 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 Linux. In contrast with other
 Bluetooth remote control programs AnyRemote is not limited to
-SonyEriccson or JSR-82 capable phones. It was developed as just thin
+SonyEricsson 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. AnyRemote could be used with:
@@ -33,13 +35,14 @@ is not the only way to use it. AnyRemote could be used with:
   (like Bemused)
 - it have limited support for existing Bemused clients.
 
-kAnyRemote is its KDE equivalent (you can find it in kanyremote.spec).
+kAnyRemote is its KDE equivalent (you can find it in kanyremote
+package).
 
 %description -l pl
 Ogólnym celem tego projektu jest dostarczenie zdalnego,
 bezprzewodowego systemu kontroli nad Linuksem z u¿yciem Bluetootha lub
 podczerwieni (IrDA). W odró¿nieniu od innych programów tego typu
-AnyRemote nie jest ograniczony do obs³ugi telefonów SonyEriccsona czy
+AnyRemote nie jest ograniczony do obs³ugi telefonów SonyEricssona czy
 JSR-82. Zosta³ zaprojektowany jako cienka warstwa "komunikacyjna"
 miêdzy telefonem posiadaj±cym Bluetooth, a Linuksem i w zasadzie mo¿e
 zostaæ skonfigurowany do obs³ugi ka¿dej aplikacji. Po³±czenia
@@ -48,21 +51,22 @@ mo
 - telefonami posiadaj±cymi podczerwieñ (IrDA)
 - telefonami z po³±czeniem kablowym
 - mo¿e odbieraæ po³±czenia przychodz±ce z sieci
-- clientem Javy napisanym dla telefonów obs³uguj±cych JSR82 (jak
+- klientem Javy napisanym dla telefonów obs³uguj±cych JSR82 (jak
   Bemused)
-- ju¿ istniej±cymi klientami Bemused (czê¶ciowa obs³uga).
+- ju¿ istniej±cymi klientami Bemused (czê¶ciowa obs³uga).
 
-Jego odpowiednikiem dla ¶rodowiska KDE jest kAnyRemote (mo¿esz go
-znale¼æ w kanyremote.spec).
+Jego odpowiednikiem dla ¶rodowiska KDE jest kAnyRemote (mo¿na go
+znale¼æ w pakiecie kanyremote).
 
 %prep
 %setup -q
+%patch0 -p0
+%patch1 -p1
 
 %build
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
-%{__autoheader}
 %{__automake}
 %configure
 %{__make}
@@ -78,5 +82,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README TODO cfg-examples
+%doc AUTHORS NEWS README cfg-examples
 %attr(755,root,root) %{_bindir}/anyremote
This page took 0.082662 seconds and 4 git commands to generate.