]> git.pld-linux.org Git - packages/dynagen.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 11 Jan 2008 22:16:30 +0000 (22:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- don't own /etc

Changed files:
    dynagen.spec -> 1.4

dynagen.spec

index d05196200b21333f9822b859772ea991a88f1478..1b20d36cd5002bcd90f3b75d98e37e47972cfbf5 100644 (file)
@@ -9,30 +9,42 @@ Source0:      http://dl.sourceforge.net/dyna-gen/%{name}-%{version}.tar.gz
 # 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
@@ -40,15 +52,16 @@ building and working with virtual networks:
 %{__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
@@ -56,7 +69,6 @@ rm -rf $RPM_BUILD_ROOT
 %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]
This page took 0.134387 seconds and 4 git commands to generate.