packages: avahi/avahi.spec - mention 'Zeroconf' in Summary - separated avah...

jajcus jajcus at pld-linux.org
Sat May 1 19:25:09 CEST 2010


Author: jajcus                       Date: Sat May  1 17:25:09 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- mention 'Zeroconf' in Summary
- separated avahi-autoipd. It doesn't depend on rest of avahi, other avahi
  packages do not depend on autoipd (rc-scripts should use it)
- Release: 5

---- Files affected:
packages/avahi:
   avahi.spec (1.104 -> 1.105) 

---- Diffs:

================================================================
Index: packages/avahi/avahi.spec
diff -u packages/avahi/avahi.spec:1.104 packages/avahi/avahi.spec:1.105
--- packages/avahi/avahi.spec:1.104	Sat May  1 18:06:51 2010
+++ packages/avahi/avahi.spec	Sat May  1 19:25:04 2010
@@ -1,7 +1,4 @@
 # $Revision$, $Date$
-# TODO:
-# - autoip subpackage ?
-# - autoip start script ?
 #
 # Conditional build:
 %bcond_without	dotnet		# build without dotnet bindings
@@ -22,11 +19,11 @@
 %endif
 
 %{?with_dotnet:%include /usr/lib/rpm/macros.mono}
-Summary:	Free mDNS/DNS-SD implementation
-Summary(pl.UTF-8):	Wolna implementacja mDNS/DNS-SD
+Summary:	Free mDNS/DNS-SD/Zeroconf implementation
+Summary(pl.UTF-8):	Wolna implementacja mDNS/DNS-SD/Zeroconf
 Name:		avahi
 Version:	0.6.25
-Release:	4
+Release:	5
 License:	LGPL v2.1+
 Group:		Applications
 Source0:	http://avahi.org/download/%{name}-%{version}.tar.gz
@@ -91,6 +88,28 @@
 Multicast DNS dla Zeroconf Computing. Używa D-BUSa dla komunikacji
 pomiędzy programami użytkownika a demonem systemowym.
 
+%package autoipd
+Summary:	IPv4LL network address configuration daemon
+Summary(pl.UTF-8):	Demon configurujący adresy IPv4LL
+Group:		Networking/Daemons
+
+%description autoipd
+avahi-autoipd  implements  IPv4LL, "Dynamic Configuration of IPv4 Link- Local
+Addresses" (IETF RFC3927), a protocol for  automatic  IP  address configuration
+from the link-local 169.254.0.0/16 range without the need for a central server.
+It is primarily intended to  be  used  in  ad-hoc networks which lack a DHCP
+server.
+
+IPv4LL is part of the Zeroconf stack.
+
+%description autoipd -l pl.UTF-8
+avahi-autoipd jest implementacją IPv4LL, protokołu umożliwiającego
+automatyczną konfigurację adresu z zakresu 169.254.0.0/16 bez potrzeby
+użycia centralnego serwera. Jego głównym zastosowaniem są sieci ad-hoc, 
+w których brakuje serwera DHCP.
+
+IPv4LL jest częścią stosu Zeroconf.
+
 %package libs
 Summary:	Avahi client, common and core libraries
 Summary(pl.UTF-8):	Biblioteki Avahi: klienta, wspólna i główna
@@ -667,6 +686,10 @@
 %attr(754,root,root) /etc/rc.d/init.d/%{name}-daemon
 %attr(754,root,root) /etc/rc.d/init.d/%{name}-dnsconfd
 
+
+%files autoipd
+%defattr(644,root,root,755)
+%dir %{_sysconfdir}/avahi
 %attr(755,root,root) %{_sysconfdir}/%{name}/avahi-autoipd.action
 %attr(755,root,root) %{_sbindir}/avahi-autoipd
 %{_mandir}/man8/avahi-autoipd.8*
@@ -900,6 +923,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.105  2010/05/01 17:25:04  jajcus
+- mention 'Zeroconf' in Summary
+- separated avahi-autoipd. It doesn't depend on rest of avahi, other avahi
+  packages do not depend on autoipd (rc-scripts should use it)
+- Release: 5
+
 Revision 1.104  2010/05/01 16:06:51  jajcus
 - use users/groups available in PLD (do we need a separate avahi-autoipd user? I don't think so)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/avahi/avahi.spec?r1=1.104&r2=1.105&f=u



More information about the pld-cvs-commit mailing list