]> git.pld-linux.org Git - packages/bnc.git/commitdiff
- pl for -init
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 6 Feb 2005 10:34:54 +0000 (10:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bnc.spec -> 1.31

bnc.spec

index c4cbab67c46f503d761c8d1a6b370434f2b8a0bf..7f80ed6ba75f4bd388775af7a4e1cc291445b639 100644 (file)
--- a/bnc.spec
+++ b/bnc.spec
@@ -1,7 +1,7 @@
 # TODO
 #  - bncsetup working partially, needs newer dialog
 Summary:       Simple IRC bouncer
-Summary(pl):   Proste narzêdzie do tunelowania irc
+Summary(pl):   Proste narzêdzie do tunelowania IRC
 Name:          bnc
 Version:       2.9.3
 Release:       0.11
@@ -24,10 +24,10 @@ Provides:   user(bnc)
 Requires:      dialog >= 1:0.69
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define        _sysconfdir /etc/%{name}
+%define                _sysconfdir     /etc/%{name}
 
-%define        userid  142
-%define        groupid 142
+%define                userid          142
+%define                groupid         142
 
 %description
 BNC is a great IRC (Internet Relay Chat) proxying server under the GPL
@@ -44,6 +44,7 @@ od u
 
 %package init
 Summary:       Simple IRC bouncer daemon
+Summary(pl):   Prosty demon do tunelowania IRC
 Group:         Networking/Utilities
 Requires:      %{name} = %{epoch}:%{version}-%{release}
 Requires:      /sbin/start-stop-daemon
@@ -51,6 +52,10 @@ Requires:    /sbin/start-stop-daemon
 %description init
 This package contains the initscript to start bnc as system service.
 
+%description init -l pl
+Ten pakiet zawiera skrypt init do uruchamiania bnc jako us³ugi
+systemowej.
+
 %prep
 %setup -q -n %{name}%{version}
 %patch0 -p1
@@ -64,7 +69,7 @@ cp -f /usr/share/automake/config.sub .
 
 %{__make} \
        CFLAGS="%{rpmcflags}" \
-       OFLAGS="%{rpmcflags}" \
+       OFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.068788 seconds and 4 git commands to generate.