]> git.pld-linux.org Git - packages/dibbler.git/commitdiff
- pl, formatting
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 3 Jan 2005 14:42:16 +0000 (14:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dibbler.spec -> 1.2

dibbler.spec

index d5092066aca75d9b7e64ec4fadaa614bf35bfc64..361f252570a0e1e98470c9bff42e76a334f537c8 100644 (file)
@@ -1,5 +1,5 @@
 Summary:       Dibbler - a portable DHCPv6
-Summary(pl):   Dibbler - portowalny DHCPv6
+Summary(pl):   Dibbler - przeno¶ny DHCPv6
 Name:          dibbler
 Version:       0.3.1
 Release:       0.1
@@ -18,24 +18,32 @@ BuildRequires:      pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Dibbler is a portable DHCPv6 implementation. Is supports stateful
-(i.e. IPv6 address granting) as well as stateless (i.e. option granting)
-autoconfiguration for IPv6. Currently Linux 2.4/2.6 and Windows XP and
-Windows 2003 ports are available. It features easy to use install packages
-(Clickable Windows installer and RPM and DEB packages for Linux) and
-extensive documentation (both for users as well as developers).
+Dibbler is a portable DHCPv6 implementation. It supports stateful
+(i.e. IPv6 address granting) as well as stateless (i.e. option
+granting) autoconfiguration for IPv6. Currently Linux 2.4/2.6 and
+Windows XP and Windows 2003 ports are available. It features easy to
+use install packages (Clickable Windows installer and RPM and DEB
+packages for Linux) and extensive documentation (both for users as
+well as developers).
 
-#%description -l pl
-# TODO
+%description -l pl
+Dibbler to przeno¶na implementacja DHCPv6. Obs³uguje stanow± (tzn. z
+nadawaniem adresów IPv6), jak i bezstanow± (tzn. z nadawaniem opcji)
+autokonfiguracjê IPv6. Aktualnie dostêpne s± porty dla Linuksa 2.4/2.6
+i Windows XP oraz Windows 2003. Zalety to ³atwa instalacja (klikalny
+instalator pod Windows i pakiety RPM/DEB pod Linuksa) i wyczerpuj±ca
+dokumentacja (zarówno dla u¿ytkowników, jak i programistów).
 
 #%package doc
 #Summary:      Documentation for Dibbler - a portable DHCPv6
-#Summary(pl):  Dokumentacja dla Dibblera - portowalnego DHCPv6
+#Summary(pl):  Dokumentacja dla Dibblera - przeno¶nego DHCPv6
 #Group:                Documentation
 
-#%description subpackage
+#%description doc
+#Documentation for Dibbler - a portable DHCPv6
 
-#%description subpackage -l pl
+#%description doc -l pl
+#Dokumentacja dla Dibblera - przeno¶nego DHCPv6
 
 %prep
 %setup -q -n %{name}
@@ -65,7 +73,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc CHANGELOG GUIDELINES RELNOTES TODO WILD-IDEAS
 %attr(755,root,root) %{_sbindir}/*
 %dir %{_sharedstatedir}/%{name}
-%config(noreplace) %{_sharedstatedir}/%{name}/*.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sharedstatedir}/%{name}/*.conf
 %{_mandir}/man8/*.8*
 
 #%files doc
This page took 0.052417 seconds and 4 git commands to generate.