]> git.pld-linux.org Git - packages/bluez-utils.git/commitdiff
- from RH
authorArtur Frysiak <artur@frysiak.net>
Tue, 25 Feb 2003 17:09:46 +0000 (17:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluez-utils.spec -> 1.1

bluez-utils.spec [new file with mode: 0644]

diff --git a/bluez-utils.spec b/bluez-utils.spec
new file mode 100644 (file)
index 0000000..b06a4a2
--- /dev/null
@@ -0,0 +1,67 @@
+Summary: Bluetooth utilities 
+Name: bluez-utils
+Version: 2.2
+Release: 2
+Copyright: GPL
+Group: Applications/System
+Source: http://bluez.sourceforge.net/%{name}-%{version}.tar.gz
+Patch: bluez-utils-build.patch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+URL: http://bluez.sourceforge.net
+BuildRequires: bluez-libs-devel >= 2.0
+ExcludeArch: s390 s390x
+
+%description
+Bluetooth utilities (bluez-utils):
+       - hcitool
+       - hciattach
+       - hciconfig
+       - hcid
+       - l2ping
+       - start scripts (RedHat)
+       - pcmcia configuration files
+
+The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
+
+
+%prep
+rm -rf $RPM_BUILD_ROOT
+
+%setup -q
+%patch -p1
+
+%build
+%configure --with-bluez-libs=%{_libdir}
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-, root, root)
+%doc AUTHORS COPYING INSTALL ChangeLog NEWS README
+/etc/rc.d/init.d/bluetooth
+%{_bindir}/*
+%{_sbindir}/*
+%{_mandir}/man*/*
+%dir %{_sysconfdir}/bluetooth/
+%config %{_sysconfdir}/bluetooth/*
+%config %{_sysconfdir}/pcmcia/bluetooth.conf
+%config %{_sysconfdir}/pcmcia/bluetooth
+
+%changelog
+* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
+- rebuilt
+
+* Sun Jan 19 2003 Matt Wilson <msw@redhat.com> 2.2-1
+- configure with --with-bluez-libs=%%{_libdir}
+
+* Fri Jan 17 2003 Bill Nottingham <notting@redhat.com> 2.2-1
+- adapt upstream rpm
+
+* Tue Aug 13 2002 Sebastian Frankfurt <sf@infesto.de>
+- Initial RPM
This page took 0.06034 seconds and 4 git commands to generate.