[meego-commits] 9614: New package Trunk/rfkill
David Woodhouse
no_reply at build.meego.com
Sat Nov 20 14:09:23 UTC 2010
Hi,
Adding new package rfkill in project Trunk. Please review and accept ASAP.
Justification for this new package:
This adds a new package 'rfkill'. This is extremely useful in diagnosing
hardware/BIOS issues with rfkill switches.
Thank You,
David Woodhouse
[This message was auto-generated]
---
Request #9614:
submit: devel:enterprise/rfkill(r1) -> Trunk/rfkill
Message:
This adds a new package 'rfkill'. This is extremely useful in diagnosing
hardware/BIOS issues with rfkill switches.
State: new 2010-11-20T06:09:23 dwmw2
Comment: None
This is a NEW package in Trunk project.
The files in the new package:
rfkill/
|__ rfkill-0.4.tar.bz2
|__ rfkill.changes
|__ rfkill.spec
The content of the spec file, rfkill.spec:
===================================================================
Name: rfkill
Version: 0.4
Release: 3%{?dist}
Summary: A tool for enabling and disabling wireless devices
Group: System Environment/Base
License: ISC
URL: http://www.linuxwireless.org/en/users/Documentation/rfkill
Source0: http://wireless.kernel.org/download/rfkill/rfkill-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
rfkill is a simple tool for accessing the Linux rfkill device interface,
which is used to enable and disable wireless networking devices, typically
WLAN, Bluetooth and mobile broadband.
%prep
%setup -q
%build
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=${RPM_BUILD_ROOT} PREFIX='' MANDIR=%{_mandir}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
/sbin/rfkill
%{_mandir}/man8/*
%doc COPYING README
===================================================================
More information about the MeeGo-commits
mailing list