]> git.pld-linux.org Git - packages/make-request.git/blame - make-request.spec
- update from git
[packages/make-request.git] / make-request.spec
CommitLineData
84cf86c4 1Summary: Tool for sending build requests
2Name: make-request
03bf24e7 3Version: 1.86
e11de811 4Release: 1
84cf86c4 5License: GPL
6Group: Development/Tools
03bf24e7
JR
7Source0: 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
05f791db 9URL: http://git.pld-linux.org/?p=projects/pld-builder.new.git;a=summary
84cf86c4 10Requires: /usr/sbin/sendmail
b3025229 11Requires: gnupg
21c9865a 12Obsoletes: pld-builder-client
84cf86c4 13BuildArch: noarch
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17A tool which, based on the way it's configured and on the cmdline
18parameters given to it, generates an xml-formated build request, which
19it then signs with the requester's PGP key (using the gpg utility) and
20then sends it to the source builder via a sendmail compatible command
21line application (by default invoking "sendmail -t").
22
23Two 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
32rm -rf $RPM_BUILD_ROOT
84cf86c4 33install -d $RPM_BUILD_ROOT%{_bindir}
05f791db 34install -p %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/%{name}
84cf86c4 35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(644,root,root,755)
41%attr(755,root,root) %{_bindir}/%{name}
This page took 0.050189 seconds and 4 git commands to generate.