]> git.pld-linux.org Git - packages/avahi.git/commitdiff
- mention 'Zeroconf' in Summary
authorJacek Konieczny <jajcus@pld-linux.org>
Sat, 1 May 2010 17:25:04 +0000 (17:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- 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

Changed files:
    avahi.spec -> 1.105

avahi.spec

index ea4b2a56896cc2d1c5ee77738be5516ba7eb7e45..6197ed1f4b7f6fe03419712f535f9507ef6e5c99 100644 (file)
@@ -1,6 +1,3 @@
-# TODO:
-# - autoip subpackage ?
-# - autoip start script ?
 #
 # Conditional build:
 %bcond_without dotnet          # build without dotnet bindings
 %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
@@ -90,6 +87,28 @@ Avahi jest implementacją specyfikacji DNS Service Discovery i
 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
@@ -666,6 +685,10 @@ fi
 %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*
This page took 0.126938 seconds and 4 git commands to generate.