SPECS: fetchconfig.spec - pl

qboosh qboosh at pld-linux.org
Sun Feb 18 18:58:12 CET 2007


Author: qboosh                       Date: Sun Feb 18 17:58:12 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl

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

---- Diffs:

================================================================
Index: SPECS/fetchconfig.spec
diff -u SPECS/fetchconfig.spec:1.1 SPECS/fetchconfig.spec:1.2
--- SPECS/fetchconfig.spec:1.1	Fri Feb 16 00:12:00 2007
+++ SPECS/fetchconfig.spec	Sun Feb 18 18:58:07 2007
@@ -3,6 +3,7 @@
 %include        /usr/lib/rpm/macros.perl
 
 Summary:	Fetchconfig device configuration retrieval software
+Summary(pl.UTF-8):	fetchconfig - program do odczytu konfiguracji urządzeń
 Name:		fetchconfig
 Version:	0.5
 Release:	0.1
@@ -24,17 +25,25 @@
 network devices which provides functionality similar to Cisco's "show
 running-config" command.
 
+%description -l pl.UTF-8
+fetchconfig to skrypt Perla do odczytu konfiguracji z wielu
+urządzeń. Był testowany pod Linuksem i Windows, aktualnie obsługuje
+różne urządzenia.
+
+Przy użyciu prostego programowania w Perlu można go łatwo przystosować
+do dowolnych urządzeń sieciowych udostępniających funkcjonalność
+podobną do polecenia "show running-config" z Cisco.
+
 %prep
 %setup  -q
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT{%{_bindir},%{perl_vendorlib}/fetchconfig/model}
 
 install fetchconfig.pl $RPM_BUILD_ROOT%{_bindir}/fetchconfig
-install fetchconfig/*.pm $RPM_BUILD_ROOT%{perl_vendorlib}/fetchconfig/
-install fetchconfig/model/*.pm $RPM_BUILD_ROOT%{perl_vendorlib}/fetchconfig/model/
+install fetchconfig/*.pm $RPM_BUILD_ROOT%{perl_vendorlib}/fetchconfig
+install fetchconfig/model/*.pm $RPM_BUILD_ROOT%{perl_vendorlib}/fetchconfig/model
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -51,6 +60,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/02/18 17:58:07  qboosh
+- pl
+
 Revision 1.1  2007/02/15 23:12:00  areq
 - init PLD spec
-
================================================================

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



More information about the pld-cvs-commit mailing list