SPECS: netGo.spec - typo, files fix

qboosh qboosh at pld-linux.org
Mon Feb 20 19:32:09 CET 2006


Author: qboosh                       Date: Mon Feb 20 18:32:09 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- typo, files fix

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

---- Diffs:

================================================================
Index: SPECS/netGo.spec
diff -u SPECS/netGo.spec:1.1 SPECS/netGo.spec:1.2
--- SPECS/netGo.spec:1.1	Sat Feb 18 18:58:49 2006
+++ SPECS/netGo.spec	Mon Feb 20 19:32:03 2006
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
-Summary:	an application which allows changing network-settings quickly
-Summary(pl):	aplikacja pozwalająca szybko zmienić ustawienia sieciowe
+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
@@ -21,16 +21,16 @@
 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,
+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
+netGo jest aplikacją pozwalającą na zmianę pewnych parametró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
+takie dane jak IP, maska podsieci etc.. Po stworzeniu profili
 użytkownicy mogą przełączać się między nimi pojedynczym kliknięciem.
 
 %prep
@@ -46,9 +46,9 @@
 
 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}
+install icons/satelite_32x32.png $RPM_BUILD_ROOT%{_iconsdir}/hicolor/32x32/apps/%{name}.png
+install netgo-bin $RPM_BUILD_ROOT%{_datadir}/%{name}
+install netgo $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -57,7 +57,7 @@
 %defattr(644,root,root,755)
 %doc README TODO COPYING CHANGELOG
 %attr (755,root,root) %{_bindir}/*
-%attr (755,root,root) %{_datadir}/*
+%attr (755,root,root) %{_datadir}/%{name}
 %{_iconsdir}/hicolor/32x32/apps/*
 %{_desktopdir}/%{name}.desktop
 
@@ -65,7 +65,10 @@
 %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.2  2006/02/20 18:32:03  qboosh
+- typo, files fix
+
 Revision 1.1  2006/02/18 17:58:49  rotom
 - new
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/netGo.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list