]> git.pld-linux.org Git - packages/make-request.git/blob - make-request.spec
- pl, noted that it's PLD-targeted
[packages/make-request.git] / make-request.spec
1 Summary:        Tool for sending PLD-specific build requests
2 Summary(pl.UTF-8):      Narzędzie do wysyłania żądań budowania specyficznych dla PLD
3 Name:           make-request
4 Version:        1.86
5 Release:        1
6 License:        GPL
7 Group:          Development/Tools
8 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
9 # Source0-md5:  126f7da1d740136c21f7fb83be4536db
10 URL:            http://git.pld-linux.org/?p=projects/pld-builder.new.git;a=summary
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 It works with PLD (or compatible) package builders.
31
32 %description -l pl.UTF-8
33 Narzędzie, które w zależności od konfiguracji i parametrów linii
34 poleceń, generuje żądanie budowania w formacie XML, podpisuje je
35 kluczem PGP zlecającego (przy użyciu narzędzia gpg), a następnie
36 wysyła na builder źródłowy przy użyciu polecenia sendmail (domyślnie
37 "sendmail -t").
38
39 Dostę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
45 Narzędzie działa z builderami pakietów PLD (lub kompatybilnymi).
46
47 %prep
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51 install -d $RPM_BUILD_ROOT%{_bindir}
52 install -p %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/%{name}
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %attr(755,root,root) %{_bindir}/%{name}
This page took 0.115583 seconds and 3 git commands to generate.