SPECS: gbtsco.spec (NEW) - init, TODO requires

wolvverine wolvverine at pld-linux.org
Wed Jun 27 01:06:21 CEST 2007


Author: wolvverine                   Date: Tue Jun 26 23:06:21 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init, TODO requires

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

---- Diffs:

================================================================
Index: SPECS/gbtsco.spec
diff -u /dev/null SPECS/gbtsco.spec:1.1
--- /dev/null	Wed Jun 27 01:06:21 2007
+++ SPECS/gbtsco.spec	Wed Jun 27 01:06:16 2007
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+Summary:	gbtsco - Manager that help connection with bluetooth headset
+Summary(pl.UTF-8):	gkbtsco - Menager pomagający podłączyć zestaw słuchawkowy Bluetooth
+Name:		gbtsco
+Version:	0.2
+Release:	0.1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://www.stgraber.org/download/projects/gbtsco/%{name}-%{version}.tar.gz
+# Source0-md5:	6b802f4e1142cecbb7a0eec0419d99b1
+URL:		http://www.stgraber.org/category/gbtsco/
+BuildRequires:	rpmbuild(macros) >= 1.197
+%pyrequires_eq	python
+Requires:	bluez-hcidump
+Requires:	bluez-utils
+Requires:	btsco
+Requires:	gnome-bluetooth
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+gbtsco is a manager that help connection with bluetooth headset 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 to select headphone as sound device.
+
+%description -l pl.UTF-8
+kbtsco to menager pomagający przy podłączaniu zestawu słuchawkowego
+Bluetooth 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
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_datadir}/%{name},%{_bindir},%{_mandir}/man1}
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+install %{name}.glade $RPM_BUILD_ROOT%{_datadir}/%{name}
+install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}
+%dir %{_datadir}/%{name}/
+%attr(755,root,root) %{_datadir}/%{name}/%{name}.glade
+%{_mandir}/man1/%{name}.1*
+
+%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  2007/06/26 23:06:16  wolvverine
+- init, TODO requires
+
================================================================


More information about the pld-cvs-commit mailing list