rpms/wpa_supplicant/devel wpa_supplicant.spec,1.6,1.7

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Feb 12 22:51:57 UTC 2006


Author: dcbw

Update of /cvs/dist/rpms/wpa_supplicant/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12748

Modified Files:
	wpa_supplicant.spec 
Log Message:
* Sun Feb 12 2006 Dan Williams <dcbw at redhat.com> - 0.5.1-3
- Documentation cleanup (Terje Rosten <terje.rosten at ntnu.no>)




Index: wpa_supplicant.spec
===================================================================
RCS file: /cvs/dist/rpms/wpa_supplicant/devel/wpa_supplicant.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wpa_supplicant.spec	12 Feb 2006 06:07:03 -0000	1.6
+++ wpa_supplicant.spec	12 Feb 2006 22:51:54 -0000	1.7
@@ -1,7 +1,7 @@
 Summary: WPA/WPA2/IEEE 802.1X Supplicant
 Name: wpa_supplicant
 Version: 0.5.1
-Release: 2
+Release: 3
 License: GPL
 Group: System Environment/Base
 Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
@@ -65,6 +65,16 @@
 # running
 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
 rm -rf %{buildroot}
 
@@ -82,19 +92,24 @@
 
 %files
 %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}/sysconfig/%{name}
 %{_sysconfdir}/rc.d/init.d/%{name}
 %{_sbindir}/wpa_supplicant
 %{_sbindir}/wpa_cli
 %{_localstatedir}/run/%{name}
+%{_mandir}/man8/*
+%{_mandir}/man5/*
 
 %files gui
 %defattr(-, root, root)
 %{_bindir}/wpa_gui
 
 %changelog
+* Sun Feb 12 2006 Dan Williams <dcbw at redhat.com> - 0.5.1-3
+- Documentation cleanup (Terje Rosten <terje.rosten at ntnu.no>)
+
 * Sun Feb 12 2006 Dan Williams <dcbw at redhat.com> - 0.5.1-2
 - Move initscript to /etc/rc.d/init.d
 




More information about the fedora-cvs-commits mailing list