From f603309ef346df896bec6178508e823c6ebbfaf9 Mon Sep 17 00:00:00 2001 From: thierry Date: Wed, 4 Jul 2007 10:02:12 +0000 Subject: [PATCH] creation --- comgt.spec | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 comgt.spec diff --git a/comgt.spec b/comgt.spec new file mode 100644 index 0000000..30cda59 --- /dev/null +++ b/comgt.spec @@ -0,0 +1,49 @@ +# +# $Id: myplc.spec 555 2007-06-19 15:54:19Z thierry $ +# +%define name comgt +%define version 0.3 +%define subversion 1 + +%define release %{subversion}%{?pldistro:.%{pldistro}}%{?date:.%{date}} + +Summary: GPRS/EDGE/3G/HSDPA datacard control tool +Name: %{name} +Version: %{version} +Release: %{release} +License: GPL +Group: System Environment/Kernel +Source0: %{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root + +Vendor: OneLab +Packager: OneLab +Distribution: OneLab %{version} +URL: http://www.pharscape.org/content/view/46/70/ + +%description +comgt allows to monitor and set various settings into a UMTS card + +%prep +%setup + +%build +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +install -D -m 755 gcom $RPM_BUILD_ROOT/usr/sbin/gcom +install -D -m 755 sigmon $RPM_BUILD_ROOT/usr/sbin/sigmon + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +/usr/sbin/gcom +/usr/sbin/sigmon + +%changelog +* Wed Jul 04 2007 Thierry Parmentelat - 0.3-1 +- creation -- 2.43.0