Package with make-request.sh?
Kamil Dziedzic
kamil.listy at klecza.pl
Tue Mar 18 22:24:07 CET 2008
Pawel Golaszewski wrote:
> Separate spec
Really simple and ugly spec. Ugly becouse:
- I dont know what version it should have (now its revision number)
- I dont know on what license it is
- Description is not too good (copied from some docs)
- No pl description/summary
- Missing requires (R: /usr/sbin/sendmail ?)
--
Regards, Kamil Dziedzic
-------------- next part --------------
# $Revision:$, $Date:$
Summary: Tool for sending build requests
Name: make-request
Version: 1.48
Release: 0.1
License: GPL
Group: Development/Tools
Source0: http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-builder.new/client/%{name}.sh?rev=%{version}
# Source0-md5: c9f98f1ef3a5aaa1172d7d82f8d716e1
URL: http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-builder.new/client/make-request.sh
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
A tool which, based on the way it's configured and on the cmdline
parameters given to it, generates an xml-formated build request, which
it then signs with the requester's PGP key (using the gpg utility) and
then sends it to the source builder via a sendmail compatible command
line application (by default invoking "sendmail -t").
Two modes of operation are:
- sending requests to build chosen package(s) on a specified group of
builders
- sending a chosen command to be executed on a specified group of
builders
%prep
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_bindir}
install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/%{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/%{name}
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log:$
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : /mailman/pipermail/pld-devel-en/attachments/20080318/e3990bc3/attachment.sig
More information about the pld-devel-en
mailing list