SPECS: miredo.spec - pl, marked config files as config

qboosh qboosh at pld-linux.org
Sun Feb 5 00:48:59 CET 2006


Author: qboosh                       Date: Sat Feb  4 23:48:59 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, marked config files as config

---- Files affected:
SPECS:
   miredo.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/miredo.spec
diff -u SPECS/miredo.spec:1.2 SPECS/miredo.spec:1.3
--- SPECS/miredo.spec:1.2	Sat Feb  4 06:53:14 2006
+++ SPECS/miredo.spec	Sun Feb  5 00:48:53 2006
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
-#
 Summary:	IPv6 Tunneling daemon
+Summary(pl):	Demon do tunelowania IPv6
 Name:		miredo
 Version:	0.8.0
 Release:	1
@@ -13,10 +13,17 @@
 
 %description
 Miredo is an open-source Teredo IPv6 tunneling software, for Linux and
-the BSD operating systems. It includes functionnal implementations of
+the BSD operating systems. It includes functional implementations of
 all components of the Teredo specification (client, relay and server).
 It is meant to provide IPv6 connectivity even from behind NAT devices.
 
+%description -l pl
+Miredo to oprogramowanie do tunelowania IPv6 Toredo z otwartymi
+źródłami dla systemów operacyjnych Linux i BSD. Zawiera funkcjonalne
+implementacje wszystkich składników specyfikacji Toredo (klienta,
+przekaźnika i serwera). Ma dostarczyć łączność z IPv6 nawet za
+urządzeniami NAT.
+
 %prep
 %setup -q
 
@@ -30,7 +37,7 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-mv $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}-server.conf{-dist,}
+mv $RPM_BUILD_ROOT%{_sysconfdir}/%{name}-server.conf{-dist,}
 
 %find_lang %{name}
 
@@ -39,8 +46,8 @@
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%{_sysconfdir}/miredo-server.conf
-%{_sysconfdir}/miredo.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/miredo-server.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/miredo.conf
 %attr(755,root,root) %{_sbindir}/miredo
 %attr(755,root,root) %{_sbindir}/miredo-server
 %{_mandir}/man5/miredo-server.conf.5*
@@ -54,9 +61,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/02/04 23:48:53  qboosh
+- pl, marked config files as config
+
 Revision 1.2  2006/02/04 05:53:14  aredridel
 - move server dist conf to actual conf
 
 Revision 1.1  2006/02/04 05:52:06  aredridel
 - added
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/miredo.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list