]> git.pld-linux.org Git - packages/wpa_supplicant.git/commitdiff
- add docs; rel 2 auto/ac/wpa_supplicant-0_4_5-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 2 Oct 2005 15:48:40 +0000 (15:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wpa_supplicant.spec -> 1.9

wpa_supplicant.spec

index 3f1f4424d63d0ebf7f394f5ef8c9beefc10bbe2a..eba08074fe3c0db80cb0e369456ba83fc5335da0 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Linux WPA/WPA2/RSN/IEEE 802.1X supplicant
 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
@@ -73,15 +73,20 @@ install %{SOURCE1} .config
 
 %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]/*
This page took 0.048205 seconds and 4 git commands to generate.