]> git.pld-linux.org Git - packages/make-request.git/blame - make-request.spec
- pl, noted that it's PLD-targeted
[packages/make-request.git] / make-request.spec
CommitLineData
32cec63c
JB
1Summary: Tool for sending PLD-specific build requests
2Summary(pl.UTF-8): Narzędzie do wysyłania żądań budowania specyficznych dla PLD
84cf86c4 3Name: make-request
03bf24e7 4Version: 1.86
e11de811 5Release: 1
84cf86c4 6License: GPL
7Group: Development/Tools
03bf24e7
JR
8Source0: http://git.pld-linux.org/?p=projects/pld-builder.new.git;a=blob_plain;f=client/make-request.sh;hb=a2cad6fc6983f32892675feda58dc16724530abb;/%{name}-%{version}.sh
9# Source0-md5: 126f7da1d740136c21f7fb83be4536db
05f791db 10URL: http://git.pld-linux.org/?p=projects/pld-builder.new.git;a=summary
84cf86c4 11Requires: /usr/sbin/sendmail
b3025229 12Requires: gnupg
21c9865a 13Obsoletes: pld-builder-client
84cf86c4 14BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18A tool which, based on the way it's configured and on the cmdline
32cec63c 19parameters given to it, generates an XML-formated build request, which
84cf86c4 20it then signs with the requester's PGP key (using the gpg utility) and
21then sends it to the source builder via a sendmail compatible command
22line application (by default invoking "sendmail -t").
23
24Two 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
32cec63c
JB
30It works with PLD (or compatible) package builders.
31
32%description -l pl.UTF-8
33Narzędzie, które w zależności od konfiguracji i parametrów linii
34poleceń, generuje żądanie budowania w formacie XML, podpisuje je
35kluczem PGP zlecającego (przy użyciu narzędzia gpg), a następnie
36wysyła na builder źródłowy przy użyciu polecenia sendmail (domyślnie
37"sendmail -t").
38
39Dostępne są dwa tryby operacji:
40- wysyłanie żądań zbudowania określonych pakietów na określonej grupie
41 builderów
42- wysłanie podanego polecenia do wykonania na określonej grupie
43 builderów
44
45Narzędzie działa z builderami pakietów PLD (lub kompatybilnymi).
46
84cf86c4 47%prep
48
49%install
50rm -rf $RPM_BUILD_ROOT
84cf86c4 51install -d $RPM_BUILD_ROOT%{_bindir}
05f791db 52install -p %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/%{name}
84cf86c4 53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
59%attr(755,root,root) %{_bindir}/%{name}
This page took 0.13738 seconds and 4 git commands to generate.