SPECS: gsutil.spec (NEW) - added
aredridel
aredridel at pld-linux.org
Fri Aug 19 09:39:41 CEST 2005
Author: aredridel Date: Fri Aug 19 07:39:41 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added
---- Files affected:
SPECS:
gsutil.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/gsutil.spec
diff -u /dev/null SPECS/gsutil.spec:1.1
--- /dev/null Fri Aug 19 09:39:41 2005
+++ SPECS/gsutil.spec Fri Aug 19 09:39:35 2005
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+Summary: A utility to save, restore and reboot Grandstream Budgetone phones
+Name: gsutil
+Version: 2.1
+Release: 1
+Group: Applications/System
+Source0: http://www.pkts.ca/%{name}-%{version}.tar.gz
+# Source0-md5: 28010ee2e2881dd6597e27659174ee6a
+License: GPL
+URL: http://www.pkts.ca/gsutil.shtml
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildArch: noarch
+Requires: perl
+Requires: perl-libwww
+Provides: gsutil
+
+%description
+A utility to dump and restore the configuration of the Grandstream
+Budgetone VOIP telephone, up to and including version 1.0.6.7 of the
+firmware.
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+cp %{_builddir}/%{name}-%{version}/gsutil $RPM_BUILD_ROOT%{_bindir}/gsutil
+
+%clean
+rm -r $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/gsutil
+%doc README Changelog
+
+%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$
+Revision 1.1 2005/08/19 07:39:35 aredridel
+- added
+
================================================================
More information about the pld-cvs-commit
mailing list