Author: radek Date: Wed Aug 23 16:19:54 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - release 0.3: kill sudo
---- Files affected: SPECS: rutilt.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/rutilt.spec diff -u SPECS/rutilt.spec:1.6 SPECS/rutilt.spec:1.7 --- SPECS/rutilt.spec:1.6 Tue Aug 22 00:58:11 2006 +++ SPECS/rutilt.spec Wed Aug 23 18:19:49 2006 @@ -1,7 +1,6 @@ # $Revision$, $Date$ # # TODO: -# - don't check for sudo at build time # - desktop # - figure out what's wrong with the helper (sudo rutilt suggested for now) # @@ -9,7 +8,7 @@ Summary(pl): Narzędzie do konfiguracji urządzeń bezprzewodowych z dodatkową obsługą układów Ralink Name: rutilt Version: 0.11 -Release: 0.2 +Release: 0.3 License: GPL v2 Group: Applications #Source0: http://cbbk.free.fr/bonrom/?download=RutilTv%{version}.tar.gz @@ -38,7 +37,7 @@ %build ./configure.sh \ --kernel_sources=/usr \ - --launcher=/usr/bin/sudo \ + --launcher=disabled \ --prefix=%{_prefix} %{__make} \ OPTIONS="%{rpmcflags} -Wall" @@ -53,7 +52,6 @@ IP_SCRIPT_PREFIX=$RPM_BUILD_ROOT%{_datadir}/rutilt \ ICON_PREFIX=$RPM_BUILD_ROOT%{_datadir}/rutilt \ HELPER_MODE=755 -install rutilt_helper $RPM_BUILD_ROOT%{_libdir}/rutilt %clean rm -rf $RPM_BUILD_ROOT @@ -63,8 +61,6 @@ %doc AUTHORS README INSTALL %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} -%dir %{_libdir}/%{name} -%attr(755,root,root) %{_libdir}/%{name}/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -72,6 +68,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2006/08/23 16:19:49 radek +- release 0.3: kill sudo + Revision 1.6 2006/08/21 22:58:11 radek - removed -errno.patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/rutilt.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
