Author: arvenil Date: Sun Mar 30 14:29:36 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: make-request.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/make-request.spec diff -u /dev/null SPECS/make-request.spec:1.1 --- /dev/null Sun Mar 30 16:29:36 2008 +++ SPECS/make-request.spec Sun Mar 30 16:29:30 2008 @@ -0,0 +1,50 @@ +# $Revision$, $Date$ +Summary: Tool for sending build requests +Name: make-request +Version: 1.48 +Release: 0.1 +License: GPL +Group: Development/Tools +Source0: http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-builder.new/client/%{name}.sh?rev=%{version} +# Source0-md5: c9f98f1ef3a5aaa1172d7d82f8d716e1 +URL: http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-builder.new/client/make-request.sh +Requires: /usr/sbin/sendmail +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +A tool which, based on the way it's configured and on the cmdline +parameters given to it, generates an xml-formated build request, which +it then signs with the requester's PGP key (using the gpg utility) and +then sends it to the source builder via a sendmail compatible command +line application (by default invoking "sendmail -t"). + +Two modes of operation are: +- sending requests to build chosen package(s) on a specified group of + builders +- sending a chosen command to be executed on a specified group of + builders + +%prep + +%install +rm -rf $RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT%{_bindir} +install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/%{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/%{name} + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008-03-30 14:29:30 arvenil +- initial ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
