summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--utils.spec101
2 files changed, 0 insertions, 103 deletions
diff --git a/Makefile.am b/Makefile.am
index 82416cd8..0c4d3fe1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,8 +4,6 @@
SUBDIRS = hcid tools rfcomm sdpd dund pand hidd cups test scripts pcmcia extra
-EXTRA_DIST = utils.spec
-
MAINTAINERCLEANFILES = Makefile.in \
aclocal.m4 configure config.h.in \
missing install-sh mkinstalldirs
diff --git a/utils.spec b/utils.spec
deleted file mode 100644
index b62cb5e0..00000000
--- a/utils.spec
+++ /dev/null
@@ -1,101 +0,0 @@
-# Note that this is NOT a relocatable package
-%define ver 2.8
-%define RELEASE 1
-%define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
-%define prefix /usr
-
-Summary: Bluetooth utilities
-Name: bluez-utils
-Version: %ver
-Release: %rel
-Copyright: GPL
-Group: Applications/System
-Vendor: Official Linux Bluetooth protocol stack
-Packager: Sebastian Frankfurt <sf@infesto.de>
-Source: http://bluez.sf.net/download/%{name}-%{ver}.tar.gz
-Patch0: %{name}-%{ver}.patch
-BuildRoot: /var/tmp/%{name}-%{PACKAGE_VERSION}-root
-URL: http://www.bluez.org
-Docdir: %{prefix}/share/doc
-Requires: glibc >= 2.2.4
-Requires: bluez-libs >= 2.8
-BuildRequires: glibc >= 2.2.4
-BuildRequires: bluez-libs >= 2.8
-
-%description
-Bluetooth utilities.
-
- - hcitool
- - hciattach
- - hciconfig
- - hcid
- - sdpd
- - dund
- - pand
- - hidd
- - sdptool
- - ciptool
- - l2ping
- - start scripts (RedHat)
- - pcmcia configuration files
-
-The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
-
-%changelog
-* Tue Aug 13 2002 Sebastian Frankfurt <sf@infesto.de>
-- Initial RPM
-
-%prep
-rm -rf $RPM_BUILD_ROOT
-
-%setup -q
-
-%build
-CFLAGS="$RPM_OPT_FLAGS" ./configure --enable-pcmcia --prefix=%{prefix} --mandir=%{_mandir} --sysconfdir=%{_sysconfdir}
-make
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT prefix=%{prefix} mandir=%{_mandir} sysconfdir=%{_sysconfdir} install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-, root, root)
-
-%{_sysconfdir}/init.d/bluetooth
-%{_sysconfdir}/default/bluetooth
-%{_bindir}/hcitool
-%{_bindir}/l2ping
-%{_bindir}/bluepin
-%{_bindir}/rfcomm
-%{_sbindir}/hciattach
-%{_sbindir}/hciconfig
-%{_sbindir}/hcid
-%{_sbindir}/hid2hci
-%{_sbindir}/sdpd
-%{_bindir}/dund
-%{_bindir}/pand
-%{_bindir}/hidd
-%{_bindir}/sdptool
-%{_bindir}/ciptool
-%{_mandir}/man8/hciattach.8.gz
-%{_mandir}/man8/hciconfig.8.gz
-%{_mandir}/man5/hcid.conf.5.gz
-%{_mandir}/man8/hcid.8.gz
-%{_mandir}/man8/sdpd.8.gz
-%{_mandir}/man8/hid2hci.8.gz
-%{_mandir}/man1/dund.1.gz
-%{_mandir}/man1/pand.1.gz
-%{_mandir}/man1/hcitool.1.gz
-%{_mandir}/man1/sdptool.1.gz
-%{_mandir}/man1/ciptool.1.gz
-%{_mandir}/man1/rfcomm.1.gz
-%{_mandir}/man1/l2ping.1.gz
-%{_sysconfdir}/bluetooth/*
-%{_sysconfdir}/pcmcia/bluetooth.conf
-%{_sysconfdir}/pcmcia/bluetooth
-
-%doc AUTHORS COPYING INSTALL ChangeLog NEWS README
-