diff options
Diffstat (limited to 'packaging/rfkill.spec')
-rw-r--r-- | packaging/rfkill.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/rfkill.spec b/packaging/rfkill.spec index 5ce741c..0288e36 100644 --- a/packaging/rfkill.spec +++ b/packaging/rfkill.spec @@ -6,6 +6,7 @@ Summary: Tool for enabling and disabling wireless devices Url: http://wireless.kernel.org/download/rfkill/ Group: Productivity/Networking/Other Source: %{name}-%{version}.tar.bz2 +Source1001: rfkill.manifest BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -15,6 +16,7 @@ WLAN, Bluetooth and mobile broadband. %prep %setup -q +cp %{SOURCE1001} . %build make %{?_smp_mflags} @@ -26,6 +28,7 @@ install -Dm644 rfkill.8 %{buildroot}%{_mandir}/man8/rfkill.8 %docs_package %files +%manifest %{name}.manifest %defattr(-,root,root) %doc COPYING %{_sbindir}/rfkill |