]> git.pld-linux.org Git - packages/GwifiMeter.git/blob - GwifiMeter.spec
- tabs in preamle
[packages/GwifiMeter.git] / GwifiMeter.spec
1 # TODO:
2 # - good patch for user path - calback.c line 178- man getpwuid
3 # - optflags
4 Summary:        GwifiMeter - frontend GUI for wireless-tools
5 Summary(de.UTF-8):      GwifiMeter - ein GUI für wireless-tools
6 Summary(pl.UTF-8):      GwifiMeter - interfejs graficzny dla wireless-tools
7 Name:           GwifiMeter
8 Version:        0.2.0
9 Release:        0.1
10 License:        GPL v2
11 Group:          Applications
12 Source0:        http://www.gwifimeter.republika.pl/%{name}.src-%{version}.tar.gz
13 # Source0-md5:  dd390e5d3901fe917d4b221c32412c54
14 Patch0:         %{name}-user_path.patch
15 URL:            http://www.gwifimeter.republika.pl
16 BuildRequires:  gtk+2-devel >= 2:2.6.9
17 BuildRequires:  pkgconfig
18 Requires:       wireless-tools
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 This application is a frontend GUI for wireless-tools, ifconfig,
23 route, dhclient. It uses GTK+2 and makes WiFi managing much easier.
24
25 %description -l de.UTF-8
26 Dieses Programm ist ein GUI für wireless-tools, ifconfig, route,
27 dhclient. Es benutzt GTK+2 und ermöglicht eine viel enifachere WiFi
28 Verwaltung.
29
30 %description -l pl.UTF-8
31 Program jest interfejsem graficznym dla poleceń z pakietu
32 wireless-tools, ifconfig, route, dhclient. Pozwala na zarządzanie
33 kartami WiFi pod Linuksem. Oprogramowanie powstało w oparciu o GTK+2.
34
35 %prep
36 %setup -q -n %{name}
37 %patch0 -p1
38
39 %build
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT%{_bindir}
45 install %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc HISTORIA README profile-example
53 %attr(755,root,root) %{_bindir}/%{name}
This page took 0.135605 seconds and 3 git commands to generate.