SPECS: dynagen.spec - pl - don't own /etc

qboosh qboosh at pld-linux.org
Fri Jan 11 23:16:36 CET 2008


Author: qboosh                       Date: Fri Jan 11 22:16:36 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl
- don't own /etc

---- Files affected:
SPECS:
   dynagen.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/dynagen.spec
diff -u SPECS/dynagen.spec:1.3 SPECS/dynagen.spec:1.4
--- SPECS/dynagen.spec:1.3	Sun Dec  2 22:02:13 2007
+++ SPECS/dynagen.spec	Fri Jan 11 23:16:30 2008
@@ -10,30 +10,42 @@
 # Source0-md5:	4ca26e4b4b8bee61a77f92eace8404d0
 Patch0:		%{name}-debian.patch
 URL:		http://dynagen.org/
-BuildRequires:	python-modules
 BuildRequires:	python-devel
+BuildRequires:	python-modules
 BuildRequires:	rpm-pythonprov
 BuildRequires:	sed >= 4.0
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Cisco 7200 Router Emulator Command Line Interface
 Dynagen is a text-based front end for Dynamips, that uses the
 Hypervisor mode for communication with Dynamips. Dynagen simplifies
 building and working with virtual networks:
-  * Uses a simple, easy to understand configuration file for specifying
-    virtual router hardware configurations
-  * Simple syntax for interconnecting routers, bridges, frame-relay and
-    ATM switches. No need to deal with NetIOs
-  * Can work in a client / server mode, with Dynagen running on your
-    workstation communicating to Dynamips running on a back-end server.
-    Dynagen can also control multiple Dynamips servers simultaneously for
-    distributing large virtual networks across several machines.
-  * Provides a management CLI for listing devices, starting, stopping,
-    reloading, suspending, and resuming virtual routers.
-
-#%description -l pl.UTF-8
+ - Uses a simple, easy to understand configuration file for specifying
+   virtual router hardware configurations
+ - Simple syntax for interconnecting routers, bridges, frame-relay and
+   ATM switches. No need to deal with NetIOs
+ - Can work in a client / server mode, with Dynagen running on your
+   workstation communicating to Dynamips running on a back-end server.
+   Dynagen can also control multiple Dynamips servers simultaneously
+   for distributing large virtual networks across several machines.
+ - Provides a management CLI for listing devices, starting, stopping,
+   reloading, suspending, and resuming virtual routers.
+
+%description -l pl.UTF-8
+Dynagen to tekstowy frontend do Dynamipsa, wykorzystujący tryb
+Hypervisor do komunikacji z nim. Upraszcza tworzenie i pracę z
+sieciami wirtualnymi:
+ - używa prostego, łatwego do zrozumienia pliku konfiguracyjnego do
+   określania konfiguracji wirtualnych routerów
+ - ma prostą składnię do łączenia routerów, mostów, przełączników
+   frame-relay i ATM; nie wymaga znajomości NetIO
+ - może działać w trybie klient-serwer, z Dynagenem działającym na
+   stacji roboczej komunikującym się z Dynamipsem działającym na
+   serwerze
+ - udostępnia interfejs linii poleceń do zarządzania, z możliwością
+   wypisywania urządzeń i uruchamiania, zatrzymywania,
+   przeładowywania, wstrzymywania i wznawiania routerów wirtualnych.
 
 %prep
 %setup -q
@@ -41,15 +53,16 @@
 %{__sed} -i \
 	'1s|#!@PYTHON@|#!%{__python}|;
 	 s|\(version = "\)@VERSION@",|\1%{version}",|;' \
-	$RPM_BUILD_DIR/%{name}-%{version}/setup.py
-
-%build
+	setup.py
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install --root $RPM_BUILD_ROOT
-%{py_ocomp} $RPM_BUILD_ROOT%{py_sitescriptdir}
-%{py_postclean}
+
+%{__python} setup.py install \
+	--root $RPM_BUILD_ROOT
+
+%py_ocomp $RPM_BUILD_ROOT%{py_sitescriptdir}
+%py_postclean
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -57,7 +70,6 @@
 %files
 %defattr(644,root,root,755)
 %doc README* COPYING docs sample_labs
-%dir %{_sysconfdir}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
 %attr(755,root,root) %{_bindir}/*
 %{py_sitescriptdir}/*.py[co]
@@ -69,6 +81,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008-01-11 22:16:30  qboosh
+- pl
+- don't own /etc
+
 Revision 1.3  2007-12-02 21:02:13  qboosh
 - fixed Source URL
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dynagen.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list