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