]> git.pld-linux.org Git - packages/comgt.git/blob - comgt.spec
- added
[packages/comgt.git] / comgt.spec
1 Summary:        Controlling, configuring and interacting with Option Wireless 3G and 2G (HSDPA, UMTS, EDGE, GPRS, GSM) data devices
2 #Summary(pl.UTF-8):
3 Name:           comgt
4 Version:        0.32
5 Release:        1
6 License:        GPL v2
7 Group:          Utilities
8 Source0:        http://dl.sourceforge.net/comgt/%{name}.%{version}.tgz
9 # Source0-md5:  db2452680c3d953631299e331daf49ef
10 Source1:        %{name}-configure.ac
11 Source2:        %{name}-Makefile.am
12 Patch0:         %{name}-scriptdir.patch
13 URL:            http://sourceforge.net/projects/comgt
14 BuildRequires:  autoconf >= 2.62
15 BuildRequires:  automake
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Comgt is a command line tool for controlling, configuring and
20 interacting with Option Wireless 3G and 2G ( HSDPA, UMTS, EDGE, GPRS,
21 GSM) data devices within the Linux environment.
22
23 #description -l pl.UTF-8
24
25 %prep
26 %setup -q -n %{name}.%{version}
27 %patch0 -p1
28 cp -f %{SOURCE1} configure.ac
29 cp -f %{SOURCE2} Makefile.am 
30
31 %build
32 touch NEWS README AUTHORS ChangeLog
33 %{__aclocal}
34 %{__autoconf}
35 %{__autoheader}
36 %{__automake}
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc CHANGELOG gprs.txt TODO umts.txt
52 %attr(755,root,root) %{_bindir}/*
53 %dir %{_datadir}/%{name}
54 %{_datadir}/%{name}/*
55 %{_mandir}/man1/*.1*
This page took 0.058442 seconds and 3 git commands to generate.