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