]> git.pld-linux.org Git - packages/comgt.git/blame - comgt.spec
- added
[packages/comgt.git] / comgt.spec
CommitLineData
804452e5 1Summary: Controlling, configuring and interacting with Option Wireless 3G and 2G (HSDPA, UMTS, EDGE, GPRS, GSM) data devices
2#Summary(pl.UTF-8):
3Name: comgt
4Version: 0.32
5Release: 1
6License: GPL v2
7Group: Utilities
8Source0: http://dl.sourceforge.net/comgt/%{name}.%{version}.tgz
9# Source0-md5: db2452680c3d953631299e331daf49ef
10Source1: %{name}-configure.ac
11Source2: %{name}-Makefile.am
12Patch0: %{name}-scriptdir.patch
13URL: http://sourceforge.net/projects/comgt
14BuildRequires: autoconf >= 2.62
15BuildRequires: automake
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19Comgt is a command line tool for controlling, configuring and
20interacting with Option Wireless 3G and 2G ( HSDPA, UMTS, EDGE, GPRS,
21GSM) 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
28cp -f %{SOURCE1} configure.ac
29cp -f %{SOURCE2} Makefile.am
30
31%build
32touch NEWS README AUTHORS ChangeLog
33%{__aclocal}
34%{__autoconf}
35%{__autoheader}
36%{__automake}
37%configure
38%{__make}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
46%clean
47rm -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.057914 seconds and 4 git commands to generate.