SPECS: kbtsco.spec - pl fixes - no point to check kmdr-executor ex...
qboosh
qboosh at pld-linux.org
Sat Oct 7 12:43:06 CEST 2006
Author: qboosh Date: Sat Oct 7 10:43:06 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl fixes
- no point to check kmdr-executor existence at runtime - there is rpm dependency
---- Files affected:
SPECS:
kbtsco.spec (1.13 -> 1.14)
---- Diffs:
================================================================
Index: SPECS/kbtsco.spec
diff -u SPECS/kbtsco.spec:1.13 SPECS/kbtsco.spec:1.14
--- SPECS/kbtsco.spec:1.13 Mon Sep 18 01:22:40 2006
+++ SPECS/kbtsco.spec Sat Oct 7 12:43:01 2006
@@ -1,7 +1,6 @@
# $Revision$, $Date$
-
-Summary: kbtsco is a kommander script that help connection with bluetooth headset
-Summary(pl): kbtsco to skrypt kommandera, który pomaga łączyć zestaw słuchawkowy Bluetooth
+Summary: kbtsco - a kommander script that help connection with bluetooth headset
+Summary(pl): kbtsco - skrypt kommandera pomagający podłączyć zestaw słuchawkowy Bluetooth
Name: kbtsco
Version: 1.4.4
Release: 2
@@ -22,18 +21,18 @@
%description
kbtsco is a kommander script that help connection with bluetooth
-headset (tested with sony ericsson HBH-600) to use with xmms,audacity
+headset (tested with Sony Ericsson HBH-600) to use with xmms, audacity
or skype. The features of this GUI included the starting daemon
-sdpd,hcid and rfcomm and scan MAC address to use with BTSCO in order
+sdpd, hcid and rfcomm and scan MAC address to use with BTSCO in order
to select headphone as sound device.
%description -l pl
-kbtsco to skrypt kommandera, który pomaga łączyć zestaw słuchawkowy
-Bluetooth (testowane z sony ericsson HBH-600) z oprogramowaniem. Można
-go użyć z xmms, audacity lub skype. Możliwości interfejsu graficznego
-zawierają: uruchomienie demona sdpd, hcid i rfcomm oraz skanowanie
-adresów MAC aby używać ich z BTSCO w celu wyboru zestawu słuchawkowego
-jako urządzenia dźwiękowego.
+kbtsco to skrypt kommandera pomagający przy podłączaniu zestawu
+słuchawkowego Bluetooth (testowane z Sony Ericsson HBH-600) do
+używania z XMMS-em, audacity czy skypem. Możliwości interfejsu
+graficznego obejmują: uruchomienie demona sdpd, hcid i rfcomm oraz
+skanowanie adresów MAC aby używać ich z BTSCO w celu wyboru zestawu
+słuchawkowego jako urządzenia dźwiękowego.
%prep
%setup -q -c
@@ -48,12 +47,7 @@
cat > $RPM_BUILD_ROOT%{_bindir}/kbtsco <<EOF
#!/bin/sh
-if [ ! -x %{_bindir}/kmdr-executor ]; then
-exec %{_bindir}/kdialog --error "Package kdewebdev-kommander is missing.\nYou need to install it."
-exit 0
-fi
exec %{_bindir}/kmdr-executor %{_datadir}/%{name}/%{name}.kmdr
-
EOF
%clean
@@ -72,6 +66,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14 2006/10/07 10:43:01 qboosh
+- pl fixes
+- no point to check kmdr-executor existence at runtime - there is rpm dependency
+
Revision 1.13 2006/09/17 23:22:40 shadzik
- updated patch0
- rel 2
@@ -120,4 +118,3 @@
- initial
- needs: polish description, better wrapper, desktop file
- NFY
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/kbtsco.spec?r1=1.13&r2=1.14&f=u
More information about the pld-cvs-commit
mailing list