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