Author: blues Date: Fri Dec 16 21:57:38 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - desktop added
---- Files affected: SPECS: wpa_supplicant.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: SPECS/wpa_supplicant.spec diff -u SPECS/wpa_supplicant.spec:1.16 SPECS/wpa_supplicant.spec:1.17 --- SPECS/wpa_supplicant.spec:1.16 Fri Dec 16 22:43:56 2005 +++ SPECS/wpa_supplicant.spec Fri Dec 16 22:57:31 2005 @@ -2,7 +2,7 @@ # TODO: # - wpa_gui can be build with qt4 - bcond? # - tls extension is in sources - maybe to use it? -# - icon and desktop for wpa_gui +# - icon for wpa_gui # # Conditional build %bcond_with madwifi # with madwifi support (enable it by default @@ -17,12 +17,13 @@ Summary(pl): Suplikant WPA/WPA2/RSN/IEEE 802.1X dla Linuksa Name: wpa_supplicant Version: 0.4.7 -Release: 1.1 +Release: 1.9 License: GPL v2 Group: Networking Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz # Source0-md5: 1345730f15d5f93f2f083096ddc903eb Source1: %{name}.config +Source2: %{name}-wpa_gui.desktop Patch0: %{name}-makefile.patch URL: http://hostap.epitest.fi/wpa_supplicant/ %{?with_madwifi:BuildRequires: madwifi-devel} @@ -108,7 +109,7 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_mandir}/man{5,8},%{_bindir}} +install -d $RPM_BUILD_ROOT{%{_mandir}/man{5,8},%{_bindir},%{_desktopdir}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -117,6 +118,7 @@ install doc/docbook/*.8 $RPM_BUILD_ROOT%{_mandir}/man8 install wpa_gui/wpa_gui $RPM_BUILD_ROOT%{_bindir} +install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}/wpa_gui.desktop %clean rm -rf $RPM_BUILD_ROOT @@ -131,6 +133,7 @@ %files -n wpa_gui %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/wpa_gui +%{_desktopdir}/wpa_gui.desktop %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -138,6 +141,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2005/12/16 21:57:31 blues +- desktop added + Revision 1.16 2005/12/16 21:43:56 blues - enable building of wpa_gui; reverse madwifi bcond, should be enabled when madwifi will be on ftp... ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/wpa_supplicant.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
