SPECS: wpa_supplicant.spec - add docs; rel 2

arekm arekm at pld-linux.org
Sun Oct 2 17:48:45 CEST 2005


Author: arekm                        Date: Sun Oct  2 15:48:45 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add docs; rel 2

---- Files affected:
SPECS:
   wpa_supplicant.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/wpa_supplicant.spec
diff -u SPECS/wpa_supplicant.spec:1.8 SPECS/wpa_supplicant.spec:1.9
--- SPECS/wpa_supplicant.spec:1.8	Sun Oct  2 17:42:36 2005
+++ SPECS/wpa_supplicant.spec	Sun Oct  2 17:48:40 2005
@@ -3,7 +3,7 @@
 Summary(pl):	Suplikant WPA/WPA2/RSN/IEEE 802.1X dla Linuksa
 Name:		wpa_supplicant
 Version:	0.4.5
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Networking 
 Source0:	http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
@@ -74,18 +74,23 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_mandir}/man{5,8}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+install doc/docbook/*.5 $RPM_BUILD_ROOT%{_mandir}/man5
+install doc/docbook/*.8 $RPM_BUILD_ROOT%{_mandir}/man8
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog README eap_testing.txt
+%doc ChangeLog README eap_testing.txt todo.txt
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
 %attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man[58]/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -93,6 +98,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2005/10/02 15:48:40  arekm
+- add docs; rel 2
+
 Revision 1.8  2005/10/02 15:42:36  arekm
 - up to 0.4.5; optflags done; rc-scripts todo dropped from here; no need to separate cli
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/wpa_supplicant.spec?r1=1.8&r2=1.9&f=u




More information about the pld-cvs-commit mailing list