]> git.pld-linux.org Git - packages/pld-builder.git/blob - pld-builder.spec
37465d2a3ad34350e2bbd5978a9e97bf1a35ae43
[packages/pld-builder.git] / pld-builder.spec
1 Summary:        PLD rpm builder environment
2 Summary(pl):    ¦rodowisko budowniczego pakietów dla PLD
3 Name:           pld-builder
4 %define         _snap   20051101
5 Version:        0.0.%{_snap}
6 Release:        0.1
7 License:        GPL
8 Group:          Development/Building
9 Source0:        %{name}.new-%{_snap}.tar.bz2
10 # Source0-md5:  736f9e0dd3489a17c719625e5ff33d64
11 URL:            http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-builder.new/
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _sysconfdir     /etc/builder
16
17 %description
18 PLD rpm builder environment. This is the freshest "new" builder.
19
20 Other new and older attempts can be found from:
21 http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-builder/
22 http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-builder.old/
23 http://cvs.pld-linux.org/cgi-bin/cvsweb/builder_ng/
24
25 %description -l pl
26 ¦rodowisko budowniczego pakietów dla PLD.
27
28 %package client
29 Summary:        PLD Builder client
30 Group:          Development/Building
31 Requires:       gnupg
32
33 %description client
34 This is the client to send build requests to builders, it is usually
35 referred as STBR (Send To Builder Request).
36
37 %prep
38 %setup -q -n %{name}.new
39
40 %build
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45 install -d $RPM_BUILD_ROOT%{_bindir}
46 install client/make-request.sh $RPM_BUILD_ROOT%{_bindir}/%{name}-make-request
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc README TODO
54 %lang(pl) %doc *.txt
55
56 %files client
57 %defattr(644,root,root,755)
58 %attr(755,root,root) %{_bindir}/%{name}-make-request
This page took 0.061375 seconds and 3 git commands to generate.