]> git.pld-linux.org Git - packages/pld-builder.git/commitdiff
- adding, once again. written from scratch. not started yet
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 1 Nov 2005 19:22:34 +0000 (19:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pld-builder.spec -> 1.18

pld-builder.spec [new file with mode: 0644]

diff --git a/pld-builder.spec b/pld-builder.spec
new file mode 100644 (file)
index 0000000..37465d2
--- /dev/null
@@ -0,0 +1,58 @@
+Summary:       PLD rpm builder environment
+Summary(pl):   ¦rodowisko budowniczego pakietów dla PLD
+Name:          pld-builder
+%define                _snap   20051101
+Version:       0.0.%{_snap}
+Release:       0.1
+License:       GPL
+Group:         Development/Building
+Source0:       %{name}.new-%{_snap}.tar.bz2
+# Source0-md5: 736f9e0dd3489a17c719625e5ff33d64
+URL:           http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-builder.new/
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _sysconfdir     /etc/builder
+
+%description
+PLD rpm builder environment. This is the freshest "new" builder.
+
+Other new and older attempts can be found from:
+http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-builder/
+http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-builder.old/
+http://cvs.pld-linux.org/cgi-bin/cvsweb/builder_ng/
+
+%description -l pl
+¦rodowisko budowniczego pakietów dla PLD.
+
+%package client
+Summary:       PLD Builder client
+Group:         Development/Building
+Requires:      gnupg
+
+%description client
+This is the client to send build requests to builders, it is usually
+referred as STBR (Send To Builder Request).
+
+%prep
+%setup -q -n %{name}.new
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install client/make-request.sh $RPM_BUILD_ROOT%{_bindir}/%{name}-make-request
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README TODO
+%lang(pl) %doc *.txt
+
+%files client
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}-make-request
This page took 0.043744 seconds and 4 git commands to generate.