creation
[comgt.git] / comgt.spec
1 #
2 # $Id: myplc.spec 555 2007-06-19 15:54:19Z thierry $
3 #
4 %define name comgt
5 %define version 0.3
6 %define subversion 1
7
8 %define release %{subversion}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
9
10 Summary: GPRS/EDGE/3G/HSDPA datacard control tool 
11 Name: %{name}
12 Version: %{version}
13 Release: %{release}
14 License: GPL
15 Group: System Environment/Kernel
16 Source0: %{name}-%{version}.tar.gz
17 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
18
19 Vendor: OneLab
20 Packager: OneLab <support@one-lab.org>
21 Distribution: OneLab %{version}
22 URL: http://www.pharscape.org/content/view/46/70/
23
24 %description
25 comgt allows to monitor and set various settings into a UMTS card
26
27 %prep
28 %setup
29
30 %build
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 install -D -m 755 gcom $RPM_BUILD_ROOT/usr/sbin/gcom 
37 install -D -m 755 sigmon $RPM_BUILD_ROOT/usr/sbin/sigmon 
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(-,root,root,-)
44 /usr/sbin/gcom
45 /usr/sbin/sigmon
46
47 %changelog
48 * Wed Jul 04 2007 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - 0.3-1
49 - creation