Blame SPECS/rfkill.spec

c5706e
Name:           rfkill
c5706e
Version:        0.4
0e61be
Release:        10%{?dist}
c5706e
Summary:        A tool for enabling and disabling wireless devices
c5706e
c5706e
Group:          System Environment/Base
c5706e
License:        ISC
0e61be
URL:            http://wireless.kernel.org/en/users/Documentation/rfkill
c5706e
Source0:        http://wireless.kernel.org/download/rfkill/rfkill-%{version}.tar.bz2
c5706e
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
c5706e
c5706e
%description
c5706e
rfkill is a simple tool for accessing the Linux rfkill device interface,
c5706e
which is used to enable and disable wireless networking devices, typically
c5706e
WLAN, Bluetooth and mobile broadband.
c5706e
c5706e
%prep
c5706e
%setup -q
c5706e
c5706e
c5706e
%build
c5706e
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
c5706e
c5706e
c5706e
%install
c5706e
rm -rf $RPM_BUILD_ROOT
c5706e
make install DESTDIR=${RPM_BUILD_ROOT} PREFIX='' MANDIR=%{_mandir}
c5706e
c5706e
c5706e
%clean
c5706e
rm -rf $RPM_BUILD_ROOT
c5706e
c5706e
c5706e
%files
c5706e
%defattr(-,root,root,-)
c5706e
/sbin/rfkill
c5706e
%{_mandir}/man8/*
c5706e
%doc COPYING README
c5706e
c5706e
c5706e
%changelog
0e61be
* Thu May 31 2018 John W. Linville <linville@redhat.com> - 0.4-10
0e61be
- Update URL in package header
0e61be
868c50
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.4-9
868c50
- Mass rebuild 2014-01-24
868c50
868c50
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.4-8
868c50
- Mass rebuild 2013-12-27
868c50
c5706e
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-7
c5706e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c5706e
c5706e
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-6
c5706e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c5706e
c5706e
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-5
c5706e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c5706e
c5706e
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-4
c5706e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c5706e
c5706e
* Mon Feb 25 2010 John W. Linville <linville@redhat.com> 0.4-3
c5706e
- Use correct email address in changelog entries -- oops...
c5706e
c5706e
* Mon Feb 25 2010 John W. Linville <linville@redhat.com> 0.4-2
c5706e
- Correct license tag from BSD to ISC
c5706e
c5706e
* Mon Feb  8 2010 John W. Linville <linville@redhat.com> 0.4-1
c5706e
- Update to version 0.4
c5706e
c5706e
* Tue Sep 29 2009 John W. Linville <linville@redhat.com> 0.3-3
c5706e
- Install binary into /sbin to enable use during boot
c5706e
c5706e
* Tue Sep 15 2009 John W. Linville <linville@redhat.com> 0.3-2
c5706e
- Change summary and description as suggested by Tomasz Torcz <zdzichu@irc.pl>
c5706e
c5706e
* Thu Sep  3 2009 John W. Linville <linville@redhat.com> 0.3-1
c5706e
- Update to upstream version 0.3
c5706e
- Use 'make install' and include man page in files section
c5706e
c5706e
* Tue Aug 25 2009 John W. Linville <linville@redhat.com> 0.1-1
c5706e
- Initial import