Hello community, here is the log from the commit of package rfkill for openSUSE:Factory checked in at 2012-06-01 07:23:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rfkill (Old) and /work/SRC/openSUSE:Factory/.rfkill.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rfkill", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/rfkill/rfkill.changes 2012-02-21 12:24:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rfkill.new/rfkill.changes 2012-06-01 07:23:25.000000000 +0200 @@ -1,0 +2,7 @@ +Thu May 17 09:38:52 UTC 2012 - [email protected] + +- use the manpage delivered with the source +- changed summary and description +- run make parallel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rfkill.spec ++++++ --- /var/tmp/diff_new_pack.IPgbSb/_old 2012-06-01 07:23:26.000000000 +0200 +++ /var/tmp/diff_new_pack.IPgbSb/_new 2012-06-01 07:23:26.000000000 +0200 @@ -17,39 +17,34 @@ Name: rfkill -Url: http://wireless.kernel.org/download/rfkill/ Version: 0.4 Release: 0 -Summary: Query the state of the rfkill switches +Summary: Tool for enabling and disabling wireless devices License: ISC Group: Productivity/Networking/Other -Source: rfkill-%{version}.tar.bz2 +Url: http://wireless.kernel.org/download/rfkill/ +Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Rfkill is a small tool to query the state of the rfkill switches, buttons and subsystem interfaces. - - -Authors: --------- - Johannes Berg <[email protected]> - Marcel Holtmann <[email protected]> - Tim Gardner <[email protected]> - +rfkill is a small 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 +%setup -q %build -make +make %{?_smp_mflags} %install -mkdir -p %{buildroot}/%{_sbindir} -install -m755 rfkill %{buildroot}/%{_sbindir} +install -Dm755 rfkill %{buildroot}%{_sbindir}/rfkill +install -Dm644 rfkill.8 %{buildroot}%{_mandir}/man8/rfkill.8 %files %defattr(-,root,root) %doc COPYING README -/%{_sbindir}/rfkill +%{_sbindir}/rfkill +%{_mandir}/man8/rfkill.8* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
