- Documentation cleanup (Terje Rosten <terje.rosten@ntnu.no>)
This commit is contained in:
parent
b43916ff4b
commit
3f799b2682
@ -1,7 +1,7 @@
|
|||||||
Summary: WPA/WPA2/IEEE 802.1X Supplicant
|
Summary: WPA/WPA2/IEEE 802.1X Supplicant
|
||||||
Name: wpa_supplicant
|
Name: wpa_supplicant
|
||||||
Version: 0.5.1
|
Version: 0.5.1
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
|
Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
|
||||||
@ -65,6 +65,16 @@ install -m 0755 -s wpa_gui/wpa_gui %{buildroot}/%{_bindir}
|
|||||||
# running
|
# running
|
||||||
mkdir -p %{buildroot}/%{_localstatedir}/run/%{name}
|
mkdir -p %{buildroot}/%{_localstatedir}/run/%{name}
|
||||||
|
|
||||||
|
# man pages
|
||||||
|
install -d %{buildroot}%{_mandir}/man{5,8}
|
||||||
|
install -m 0644 doc/docbook/*.8 %{buildroot}%{_mandir}/man8
|
||||||
|
install -m 0644 doc/docbook/*.5 %{buildroot}%{_mandir}/man5
|
||||||
|
|
||||||
|
# some cleanup in docs
|
||||||
|
rm -f doc/.cvsignore
|
||||||
|
rm -rf doc/docbook
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
@ -82,19 +92,24 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc COPYING ChangeLog README README-Windows.txt eap_testing.txt todo.txt wpa_supplicant.conf doc
|
%doc COPYING ChangeLog README README-Windows.txt eap_testing.txt todo.txt wpa_supplicant.conf doc examples
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
|
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
|
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
|
||||||
%{_sysconfdir}/rc.d/init.d/%{name}
|
%{_sysconfdir}/rc.d/init.d/%{name}
|
||||||
%{_sbindir}/wpa_supplicant
|
%{_sbindir}/wpa_supplicant
|
||||||
%{_sbindir}/wpa_cli
|
%{_sbindir}/wpa_cli
|
||||||
%{_localstatedir}/run/%{name}
|
%{_localstatedir}/run/%{name}
|
||||||
|
%{_mandir}/man8/*
|
||||||
|
%{_mandir}/man5/*
|
||||||
|
|
||||||
%files gui
|
%files gui
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_bindir}/wpa_gui
|
%{_bindir}/wpa_gui
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 12 2006 Dan Williams <dcbw@redhat.com> - 0.5.1-3
|
||||||
|
- Documentation cleanup (Terje Rosten <terje.rosten@ntnu.no>)
|
||||||
|
|
||||||
* Sun Feb 12 2006 Dan Williams <dcbw@redhat.com> - 0.5.1-2
|
* Sun Feb 12 2006 Dan Williams <dcbw@redhat.com> - 0.5.1-2
|
||||||
- Move initscript to /etc/rc.d/init.d
|
- Move initscript to /etc/rc.d/init.d
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user