initial import
[planetlab-umts-tools.git] / umtstools.spec
1 %define name planetlab-umts-tools
2 %define version 0.4
3 %define release 1
4
5 Summary: Umts-tools for PlanetLab
6 Name: %{name}
7 Version: %{version}
8 Release: %{release}
9 Source0: %{name}-%{version}.tar.gz
10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
11 Vendor: Università Federico II di Napoli for Onelab
12 Group: Utilities
13 URL: http://www.unina.it
14 License: GPL
15 Prefix: %{_prefix}
16
17 %description
18 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.
19
20 %prep
21
22 %setup -q
23
24 %build
25 rm -rf $RPM_BUILD_ROOT
26 make
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 mkdir -p $RPM_BUILD_ROOT/usr/bin/
32 install -D -s umts $RPM_BUILD_ROOT/usr/bin/
33
34
35 %clean
36
37 %post
38
39 %postun
40
41 %files
42 %defattr(-,root,root)
43 /usr/bin/umts
44 %doc AUTHORS VERSION README.User README.PI
45
46 %changelog
47 * Tue Sep 30 2008 Giovanni Di Stasi <giovanni.distasi@unina.it> -
48 - initial revision
49