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