]> git.pld-linux.org Git - packages/GwifiMeter.git/blame - GwifiMeter.spec
- updated gettext BR
[packages/GwifiMeter.git] / GwifiMeter.spec
CommitLineData
d91bcb16
TP
1
2%define _name gwifimeter
3
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 7Name: GwifiMeter
d91bcb16 8Version: 0.6
00f09607 9Release: 1
b94e508f
MWP
10License: GPL v2
11Group: Applications
d91bcb16
TP
12Source0: http://www.gwifimeter.republika.pl/download/%{name}.src-%{version}.tar.gz
13# Source0-md5: 0094ac51e76436b81ef6133b4d00e0be
14URL: http://www.gwifimeter.republika.pl/
b38314eb 15BuildRequires: gettext-tools
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
d91bcb16 36%setup -q
b94e508f
MWP
37
38%build
d91bcb16 39%configure
b94e508f 40%{__make}
b94e508f
MWP
41
42%install
43rm -rf $RPM_BUILD_ROOT
d91bcb16
TP
44
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
47install pixmaps/*.png $RPM_BUILD_ROOT%{_pixmapsdir}
48rm -rf $RPM_BUILD_ROOT%{_datadir}/%{_name}/themes/app
49rm -rf $RPM_BUILD_ROOT/usr/doc/%{_name}
50
51%find_lang %{_name}
b94e508f 52
b94e508f
MWP
53%clean
54rm -rf $RPM_BUILD_ROOT
55
d91bcb16 56%files -f %{_name}.lang
b94e508f 57%defattr(644,root,root,755)
d91bcb16 58%doc AUTHORS ChangeLog NEWS README
5c237c03 59%attr(755,root,root) %{_bindir}/%{name}
d91bcb16
TP
60%{_datadir}/%{_name}
61%{_pixmapsdir}/*.png
62%{_desktopdir}/*.desktop
This page took 0.069366 seconds and 4 git commands to generate.