From 609fba9435eeaf2a41ff0ae64ab334d16309d1c3 Mon Sep 17 00:00:00 2001 From: basebuilder_pel7x64builder0 Date: Tue, 27 Nov 2018 04:20:30 +0100 Subject: [PATCH] rfkill package added Signed-off-by: basebuilder_pel7x64builder0 --- SPECS/rfkill.spec | 83 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 SPECS/rfkill.spec diff --git a/SPECS/rfkill.spec b/SPECS/rfkill.spec new file mode 100644 index 00000000..a75e8966 --- /dev/null +++ b/SPECS/rfkill.spec @@ -0,0 +1,83 @@ +Name: rfkill +Version: 0.4 +Release: 10%{?dist} +Summary: A tool for enabling and disabling wireless devices + +Group: System Environment/Base +License: ISC +URL: http://wireless.kernel.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 + + +%changelog +* Thu May 31 2018 John W. Linville - 0.4-10 +- Update URL in package header + +* Fri Jan 24 2014 Daniel Mach - 0.4-9 +- Mass rebuild 2014-01-24 + +* Fri Dec 27 2013 Daniel Mach - 0.4-8 +- Mass rebuild 2013-12-27 + +* Thu Feb 14 2013 Fedora Release Engineering - 0.4-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sat Jul 21 2012 Fedora Release Engineering - 0.4-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Jan 14 2012 Fedora Release Engineering - 0.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Feb 25 2010 John W. Linville 0.4-3 +- Use correct email address in changelog entries -- oops... + +* Mon Feb 25 2010 John W. Linville 0.4-2 +- Correct license tag from BSD to ISC + +* Mon Feb 8 2010 John W. Linville 0.4-1 +- Update to version 0.4 + +* Tue Sep 29 2009 John W. Linville 0.3-3 +- Install binary into /sbin to enable use during boot + +* 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