Author: glen Date: Sat Feb 23 21:42:25 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: pld-keyring.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/pld-keyring.spec diff -u /dev/null SPECS/pld-keyring.spec:1.1 --- /dev/null Sat Feb 23 22:42:25 2008 +++ SPECS/pld-keyring.spec Sat Feb 23 22:42:20 2008 @@ -0,0 +1,58 @@ +# $Revision$, $Date$ +# +# Conditional build: +%bcond_with cvsup # checkout from cvs instead of using source0 +# +Summary: GnuPG keys for PLD Linux developers +Name: pld-keyring +Version: 2008.02.23 +Release: 1 +# The keys in the keyrings don't fall under any copyright +License: ? +Group: Applications/Text +URL: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/PGP-keys/ +BuildArch: noarch +Source0: %{name}.tar.bz2 +# Source0-md5: 18069b419fe40075bda5b1b59d6c3efd +%{?with_cvsup:BuildRequires: cvs} +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _cvsroot :pserver:[EMAIL PROTECTED]:/cvsroot +%define _cvsmodule PGP-keys + +%description +GnuPG keys for PLD Linux developers. + +%prep +%if %{with cvsup} +%setup -q -c -T +cd .. +cvs -d %{_cvsroot} co -d %{name} %{_cvsmodule} +tar cjf %{SOURCE0} %{name} +cd - +%else +%setup -q -n %{name} +%endif + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_datadir}/%{name} +cp -a . $RPM_BUILD_ROOT%{_datadir}/%{name} +rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/CVS + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%{_datadir}/%{name} + +%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.1 2008-02-23 21:42:20 glen +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
