]> git.pld-linux.org Git - packages/bluez-firmware.git/commitdiff
- new, replaces bluez-bluefw
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 26 Aug 2004 22:45:13 +0000 (22:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluez-firmware.spec -> 1.1

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

diff --git a/bluez-firmware.spec b/bluez-firmware.spec
new file mode 100644 (file)
index 0000000..8c1439f
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       Bluetooth Firmware data
+Summary(pl):   Dane firmware do urz±dzeñ Bluetooth
+Name:          bluez-firmware
+Version:       1.0
+Release:       1
+License:       GPL v2
+Group:         Applications/System
+Source0:       http://bluez.sourceforge.net/download/%{name}-%{version}.tar.gz
+# Source0-md5: 0b424b4248ab5b2018515dac38174ec4
+URL:           http://bluez.sourceforge.net/
+# /etc/bluetooth dir belongs to bluez-utils, hotplug stuff since 2.10
+Requires:      bluez-utils >= 2.10
+Obsoletes:     bluez-bluefw
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Bluetooth Firmware data.
+
+%description -l pl
+Dane firmware do urz±dzeñ Bluetooth.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+# XXX: move to something more general (FHS?)?
+%dir /lib/firmware
+/lib/firmware/BCM*
This page took 0.074203 seconds and 4 git commands to generate.