]> git.pld-linux.org Git - packages/make-request.git/blob - make-request.spec
- up to 1.55
[packages/make-request.git] / make-request.spec
1 Summary:        Tool for sending build requests
2 Name:           make-request
3 Version:        1.55
4 Release:        1
5 License:        GPL
6 Group:          Development/Tools
7 #Source0:       http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-builder.new/client/%{name}.sh?rev=%{version}
8 Source0:        %{name}-%{version}.sh
9 # Source0-md5:  ea82b2a4ded09f397eb3c59d16780a10
10 URL:            http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-builder.new/client/make-request.sh
11 Requires:       /usr/sbin/sendmail
12 Requires:       gnupg
13 Obsoletes:      pld-builder-client
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 A tool which, based on the way it's configured and on the cmdline
19 parameters given to it, generates an xml-formated build request, which
20 it then signs with the requester's PGP key (using the gpg utility) and
21 then sends it to the source builder via a sendmail compatible command
22 line application (by default invoking "sendmail -t").
23
24 Two modes of operation are:
25 - sending requests to build chosen package(s) on a specified group of
26   builders
27 - sending a chosen command to be executed on a specified group of
28   builders
29
30 %prep
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 install -d $RPM_BUILD_ROOT%{_bindir}
36 install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/%{name}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %attr(755,root,root) %{_bindir}/%{name}
This page took 0.062504 seconds and 3 git commands to generate.