]> git.pld-linux.org Git - packages/click.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 22 Mar 2004 22:14:52 +0000 (22:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    click.spec -> 1.9

click.spec

index 361910c5da90a6be3d5f3e184091debbc1e62b11..9f68716806dafd23c4187cc27687e528dcda77d7 100644 (file)
@@ -1,16 +1,15 @@
 Summary:       Click Modular Router
-Summary(pl):   Click modularny router
+Summary(pl):   Click modularny router
 Name:          click
 Version:       22_03_2004_one
 Release:       0.1
 License:       MIT
-URL:           http://pdos.lcs.mit.edu/click/
 Group:         Networking/Admin
 Source0:       http://duch.mimuw.edu.pl/~hunter/%{name}-cvs_%{version}.tar.gz
 # Source0-md5: a31f932eeb2b285d294f7bef70bac7a3
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
+URL:           http://pdos.lcs.mit.edu/click/
 BuildRequires: libstdc++-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Click is a modular software router developed by MIT LCS Parallel and 
@@ -25,28 +24,36 @@ scheduling. Individual elements can have surprisingly powerful behavior, and
 it's easy to write new ones in C++. You write a router configuration by 
 gluing elements together with a simple language.
 
-#%description -l pl
-#Click to modularny  router.
-#
-#BLA BLA BLA niech ktos to przetulaczy, ja ide spac.
+%description -l pl
+Click to modularny router rozwijany przez grupê MIT LCS Parallel and
+Distributed Operating Systems, Mazu Networks, ICSI Center for Internet
+Research, a obecnie UCLA. Routery Click s± elastyczne, konfigurowalne
+i ³atwe do zrozumienia.
+
+Router Click to po³±czony zestaw modu³ów nazywanych elementami;
+elementy kontroluj± ka¿dy aspekt zachowania routerów, od komunikacji z
+urz±dzeniami do modyfikowania pakietów, kolejkowania, polityki
+porzucania oraz schedulingu pakietów. Poszczególne elementy mog± mieæ
+zaskakuj±co potê¿ne zachowanie i ³atwo pisaæ nowe w C++. Konfiguracj±
+routera tworzy siê przez sklejanie elementów w prostym jêzyku.
 
 %prep
-%setup  -q -n one
+%setup -q -n one
 
 %build
 %{__autoconf}
 %{__aclocal}
-%configure     \
-  --enable-nsclick \
-  --enable-snmp \
-  --enable-analysis \
-  --enable-ipsec \
-  --enable-ip6 \
-  --enable-etherswitch \
-  --enable-radio \
-  --enable-local \
-  --enable-test  \
-  --enable-grid        #   include Grid elements (see FAQ)
+%configure \
+       --enable-nsclick \
+       --enable-snmp \
+       --enable-analysis \
+       --enable-ipsec \
+       --enable-ip6 \
+       --enable-etherswitch \
+       --enable-radio \
+       --enable-local \
+       --enable-test  \
+       --enable-grid        #   include Grid elements (see FAQ)
 #  --disable-int64     \
 
 # empty LDLIBS - don't link with -lresolv, it's not necessary
@@ -72,4 +79,4 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc  %{_mandir}/man8/*
+%{_mandir}/man8/*
This page took 0.085833 seconds and 4 git commands to generate.