summaryrefslogtreecommitdiff
path: root/slush.spec
diff options
context:
space:
mode:
authorJakub Bogusz2001-11-12 15:27:04 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commita00714c81944a35c898393fdf9d23fcc67978866 (patch)
tree4d87e92a60e495d6ca82ae6eed000d0b08ee1185 /slush.spec
parent01f7a47138b265c293870f988315045ba43ae965 (diff)
downloadslush-a00714c81944a35c898393fdf9d23fcc67978866.zip
slush-a00714c81944a35c898393fdf9d23fcc67978866.tar.gz
- adapterized, pl translations
Changed files: slush.spec -> 1.11
Diffstat (limited to 'slush.spec')
-rw-r--r--slush.spec26
1 files changed, 18 insertions, 8 deletions
diff --git a/slush.spec b/slush.spec
index 7e94187..05fb233 100644
--- a/slush.spec
+++ b/slush.spec
@@ -1,18 +1,28 @@
Summary: SSL remote access client/server
+Summary(pl): Klient/serwer zdalnego dostępu po SSL
Name: slush
Version: 0.1.2
Release: 1
-Copyright: GPL
+License: GPL
Group: Networking
-Source: http://violet.ibs.com.au/slush/files/%{name}-%{version}.tar.gz
+Group(de): Netzwerkwesen
+Group(es): Red
+Group(pl): Sieciowe
+Group(pt_BR): Rede
+Source0: http://violet.ibs.com.au/slush/files/%{name}-%{version}.tar.gz
BuildRequires: openssl-devel >= 0.9.4-2
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-slush is a remote shell system similar to telnet. It uses X509
-certificates for strong authentication instead of passwords and uses
+slush is a remote shell system similar to telnet. It uses X509
+certificates for strong authentication instead of passwords and uses
SSL/TLS for communications security.
+%description -l pl
+slush jest systemem zdalnej powłoki podobnym do telnetu. Używa
+certyfikatów X.509 do silnej autentykacji zamiast haseł i używa
+SSL/TLS dla bezpiecznej komunikacji.
+
%prep
%setup -q
@@ -23,7 +33,7 @@ SSL/TLS for communications security.
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/{%{_bindir},%{_sbindir},/etc/slushd}
+install -d $RPM_BUILD_ROOT/{%{_bindir},%{_sbindir},%{_sysconfdir}/slushd}
install slushd $RPM_BUILD_ROOT/%{_sbindir}
install slush $RPM_BUILD_ROOT/%{_bindir}
@@ -36,6 +46,6 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc {README,HISTORY,README,TODO}.gz
%doc %attr(755,root,root) wannabe-ca.sh make-server-cert.sh make-cert.sh hash-certs.sh
-%dir /etc/slushd
-%attr(700,root,root) /usr/sbin/slushd
-%attr(755,root,root) /usr/bin/slush
+%dir %{_sysconfdir}/slushd
+%attr(700,root,root) %{_sbindir}/slushd
+%attr(755,root,root) %{_bindir}/slush