Author: glen Date: Tue Jan 17 23:13:18 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: linux-counter.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/linux-counter.spec diff -u /dev/null SPECS/linux-counter.spec:1.1 --- /dev/null Wed Jan 18 00:13:18 2006 +++ SPECS/linux-counter.spec Wed Jan 18 00:13:12 2006 @@ -0,0 +1,45 @@ +# $Revision$, $Date$ +%include /usr/lib/rpm/macros.perl +Summary: The Linux Counter Client Script +Name: linux-counter +Version: 0.25 +Release: 0.2 +License: GPL v2 +Group: Applications/Networking +Source0: http://counter.li.org/scripts/machine-update +# Source0-md5: 81d92853841c78721ffff2f63d0f0c7b +URL: http://counter.li.org/ +BuildRequires: rpm-perlprov >= 4.1-13 +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This package script that can be run on a Linux box to ease the task of +registering with the Linux Counter, and of keeping a registration up +to date. + +%prep +%setup -qcT +install %{SOURCE0} . + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_sbindir} +install machine-update $RPM_BUILD_ROOT%{_sbindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_sbindir}/* + +%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 2006/01/17 23:13:12 glen +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
