Author: glen                         Date: Tue Nov  1 19:22:40 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- adding, once again. written from scratch. not started yet

---- Files affected:
SPECS:
   pld-builder.spec (1.17 -> 1.18)  (NEW)

---- Diffs:

================================================================
Index: SPECS/pld-builder.spec
diff -u /dev/null SPECS/pld-builder.spec:1.18
--- /dev/null   Tue Nov  1 20:22:40 2005
+++ SPECS/pld-builder.spec      Tue Nov  1 20:22:34 2005
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+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
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.18  2005/11/01 19:22:34  glen
+- adding, once again. written from scratch. not started yet
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to