[packages/tinc] - enhanced pl, restored fix-info-dir

qboosh qboosh at pld-linux.org
Sun May 28 22:03:06 CEST 2017


commit 4fbf6feecc6fb3662a33b71b87bfd8bfa39aa41f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun May 28 22:04:01 2017 +0200

    - enhanced pl, restored fix-info-dir

 tinc.spec | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/tinc.spec b/tinc.spec
index a793679..abe0b58 100644
--- a/tinc.spec
+++ b/tinc.spec
@@ -27,8 +27,12 @@ software. This allows VPN sites to share information with each other
 over the Internet without exposing any information to others.
 
 %description -l pl.UTF-8
-tinc jest serwerem VPN, który używa tunelowania i szyfrowania do
-stworzenia prywatnej sieci pomiędzy hostem i Internetem.
+tinc jest serwerem VPN (Virtual Private Network), który używa
+tunelowania i szyfrowania do stworzenia bezpiecznej, prywatnej sieci
+pomiędzy hostami w Internecie. Ponieważ VPN działa na poziomie sieci
+IP jako normalne urządzenie sieciowe, nie ma potrzeby modyfikowania
+istniejącego oprogramowania. Pozwala to na współdzielenie informacji
+między członkami VPN-u poprzez Internet bez udostępniania ich innym.
 
 %prep
 %setup -q
@@ -47,6 +51,7 @@ gzip -dc doc/sample-config.tar.gz | tar xf - -C doc
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/tinc
+
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
@@ -57,12 +62,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 %systemd_post %{name}.service
+/usr/sbin/fix-info-dir -c %{_infodir} || :
 
 %preun
 %systemd_preun %{name}.service
 
 %postun
 %systemd_reload
+/usr/sbin/fix-info-dir -c %{_infodir} || :
 
 %files
 %defattr(644,root,root,755)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tinc.git/commitdiff/4fbf6feecc6fb3662a33b71b87bfd8bfa39aa41f



More information about the pld-cvs-commit mailing list