]> git.pld-linux.org Git - packages/make-request.git/commitdiff
- initial
authorarvenil <arvenil@pld-linux.org>
Sun, 30 Mar 2008 14:29:30 +0000 (14:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    make-request.spec -> 1.1

make-request.spec [new file with mode: 0644]

diff --git a/make-request.spec b/make-request.spec
new file mode 100644 (file)
index 0000000..a89a591
--- /dev/null
@@ -0,0 +1,40 @@
+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}
This page took 0.111735 seconds and 4 git commands to generate.