SPECS: netGo.spec (NEW) - new

rotom rotom at pld-linux.org
Sat Feb 18 18:58:54 CET 2006


Author: rotom                        Date: Sat Feb 18 17:58:54 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   netGo.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/netGo.spec
diff -u /dev/null SPECS/netGo.spec:1.1
--- /dev/null	Sat Feb 18 18:58:54 2006
+++ SPECS/netGo.spec	Sat Feb 18 18:58:49 2006
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+Summary:	an application which allows changing network-settings quickly
+Summary(pl):	aplikacja pozwalająca szybko zmienić ustawienia sieciowe
+Name:		netgo
+Version:	0.5
+Release:	0.1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://netgo.hjolug.org/files/v0.5/%{name}-%{version}.tar.gz
+# Source0-md5:	fe62a4035e6449db9761f8724d26d458
+Source1:	%{name}.desktop
+URL:		http://netgo.hjolug.org
+BuildRequires:	kdebase-devel
+BuildRequires:	qt-devel >= 3.2
+Requires:	net-tools
+Requires:	wireless-tools
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+netGo is an application which allows changing network-settings quickly
+and simply for certain networks. It is specially directed towards
+laptop-owners who often need to change network-settings when
+relocating to school, work, home, etc. netGo allows setting "profiles"
+that contain the network settings such as the ip, netmask, gateway,
+nameservers, etc... After creating a profile the user can execute its
+network settings with a single click!
+
+%description -l pl
+netGo jest aplikacją pozwalającą na zmianę pewnych paramterów
+sieciowych w prosty i szybki sposób. Przede wszystkim jest dedykowana
+dla użytkowników komputerów przenośnych, którzy często zmieniają
+ustawienia sieciowe. NetGo pozwala na tworzenie profili zawierających
+takie dane jak ip, maska podsieci etc.. Po stworzeniu profili
+użytkownicy mogą przełączać się między nimi pojedynczym kliknięciem.
+
+%prep
+%setup -q
+
+%build
+export QTDIR=%{_prefix}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name},%{_desktopdir},%{_iconsdir}/hicolor/32x32/apps}
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+cp icons/satelite_32x32.png $RPM_BUILD_ROOT/%{_iconsdir}/hicolor/32x32/apps/%{name}.png
+cp netgo-bin $RPM_BUILD_ROOT%{_datadir}/%{name}
+cp netgo $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README TODO COPYING CHANGELOG
+%attr (755,root,root) %{_bindir}/*
+%attr (755,root,root) %{_datadir}/*
+%{_iconsdir}/hicolor/32x32/apps/*
+%{_desktopdir}/%{name}.desktop
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+$Log$
+Revision 1.1  2006/02/18 17:58:49  rotom
+- new
+
================================================================


More information about the pld-cvs-commit mailing list