From 53ade5f817851fef85431f1e860193c91ce6375a Mon Sep 17 00:00:00 2001 From: John W. Linville Date: Sep 15 2009 17:50:55 +0000 Subject: Initial import for F-11 --- diff --git a/.cvsignore b/.cvsignore index e69de29..c7bb27f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +rfkill-0.3.tar.bz2 diff --git a/rfkill.spec b/rfkill.spec new file mode 100644 index 0000000..a85bddb --- /dev/null +++ b/rfkill.spec @@ -0,0 +1,51 @@ +Name: rfkill +Version: 0.3 +Release: 2%{?dist} +Summary: A tool for enabling and disabling wireless devices + +Group: System Environment/Base +License: BSD +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} + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%{_bindir}/rfkill +%{_mandir}/man1/* +%doc COPYING README + + +%changelog +* Tue Sep 15 2009 John W. Linville 0.3-2 +- Change summary and description as suggested by Tomasz Torcz + +* Thu Sep 3 2009 John W. Linville 0.3-1 +- Update to upstream version 0.3 +- Use 'make install' and include man page in files section + +* Tue Aug 25 2009 John W. Linville 0.1-1 +- Initial import diff --git a/sources b/sources index e69de29..072800c 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +f4d693c2a3e5f0503a3cde3d84be8919 rfkill-0.3.tar.bz2