X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=umts-tools-fe.spec;fp=umts-tools-fe.spec;h=9e878fe3f60b6681ea52d6c5ea0f2be8ed2b8a4b;hb=29a8ad81f201bb3c538057dd174c31c9ae551e78;hp=0000000000000000000000000000000000000000;hpb=46cf404603955fa122ad50cfe9a72b82491f9b4d;p=planetlab-umts-tools.git diff --git a/umts-tools-fe.spec b/umts-tools-fe.spec new file mode 100644 index 0000000..9e878fe --- /dev/null +++ b/umts-tools-fe.spec @@ -0,0 +1,53 @@ +%define module_taglevel_varname release + +%define name planetlab-umts-tools-frontend +%define version 0.6 +%define release 3 + +Summary: UMTS tools for PlanetLab +Name: %{name} +Version: %{version} +Release: %{release} +Source0: %{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +Vendor: Universita Federico II di Napoli for Onelab +Group: Utilities +URL: http://www.unina.it +License: GPL +Prefix: %{_prefix} + +%description +Frontend part of a program that allows users of a slice to control a PPP connection over a 3G umts/hsdpa connect card and set the route entries required to use it. + +%prep + +%setup -q + +%build +rm -rf $RPM_BUILD_ROOT +pushd frontend +make +popd + +%install +rm -rf $RPM_BUILD_ROOT +pushd frontend +mkdir -p $RPM_BUILD_ROOT/usr/bin/ +install -D -s umts $RPM_BUILD_ROOT/usr/bin/ +popd + +%clean + +%post + +%postun + +%files +%defattr(-,root,root) +/usr/bin/umts +%doc AUTHORS VERSION README.User README.PI + +%changelog +* Tue Sep 30 2008 Giovanni Di Stasi - +- initial revision +