Author: twittner                     Date: Sat Aug 30 21:31:30 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added 

---- Files affected:
SPECS:
   comgt.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/comgt.spec
diff -u /dev/null SPECS/comgt.spec:1.1
--- /dev/null   Sat Aug 30 23:31:30 2008
+++ SPECS/comgt.spec    Sat Aug 30 23:31:25 2008
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+Summary:       Controlling, configuring and interacting with Option Wireless 
3G and 2G (HSDPA, UMTS, EDGE, GPRS, GSM) data devices
+#Summary(pl.UTF-8):
+Name:          comgt
+Version:       0.32
+Release:       1
+License:       GPL v2
+Group:         Utilities
+Source0:       http://dl.sourceforge.net/comgt/%{name}.%{version}.tgz
+# Source0-md5: db2452680c3d953631299e331daf49ef
+Source1:       %{name}-configure.ac
+Source2:       %{name}-Makefile.am
+Patch0:                %{name}-scriptdir.patch
+URL:           http://sourceforge.net/projects/comgt
+BuildRequires: autoconf >= 2.62
+BuildRequires: automake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Comgt is a command line tool for controlling, configuring and
+interacting with Option Wireless 3G and 2G ( HSDPA, UMTS, EDGE, GPRS,
+GSM) data devices within the Linux environment.
+
+#description -l pl.UTF-8
+
+%prep
+%setup -q -n %{name}.%{version}
+%patch0 -p1
+cp -f %{SOURCE1} configure.ac
+cp -f %{SOURCE2} Makefile.am 
+
+%build
+touch NEWS README AUTHORS ChangeLog
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG gprs.txt TODO umts.txt
+%attr(755,root,root) %{_bindir}/*
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/*
+%{_mandir}/man1/*.1*
+
+%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/08/30 21:31:25  twittner
+- added
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to