]> git.pld-linux.org Git - packages/avahi.git/commitdiff
This commit was manufactured by cvs2git to create branch 'unlabeled-1.4.4'.
authorcvs2git <feedback@pld-linux.org>
Sat, 4 Mar 2006 21:10:13 +0000 (21:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2006-03-04 21:10:13 UTC freetz <freetz@pld-linux.org> '- use provied functions to properly stop and reload service'
Delete:
    avahi-desktop.patch
    avahi-dnsconfd
    avahi-glade.patch
    avahi.png
    avahi.spec

avahi-desktop.patch [deleted file]
avahi-dnsconfd [deleted file]
avahi-glade.patch [deleted file]
avahi.png [deleted file]
avahi.spec [deleted file]

diff --git a/avahi-desktop.patch b/avahi-desktop.patch
deleted file mode 100644 (file)
index 3a15b45..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -aurN avahi-0.6.4.orig/avahi-python/avahi-discover.desktop.in avahi-0.6.4/avahi-python/avahi-discover.desktop.in
---- avahi-0.6.4.orig/avahi-python/avahi-discover.desktop.in    2005-11-15 01:21:50.000000000 +0100
-+++ avahi-0.6.4/avahi-python/avahi-discover.desktop.in 2006-01-22 19:52:51.417051000 +0100
-@@ -2,9 +2,9 @@
- Encoding=UTF-8
- Name=Avahi Zeroconf Browser
- Comment=Browse for Zeroconf services available on your network
--Exec=@bindir@/avahi-discover
-+Exec=avahi-discover
- Terminal=false
- Type=Application
--Icon=gnome-nettool.png
--Categories=GNOME;Application;System;Utility
-+Icon=avahi.png
-+Categories=GTK;System;Utility
- StartupNotify=false
diff --git a/avahi-dnsconfd b/avahi-dnsconfd
deleted file mode 100644 (file)
index 5e884ce..0000000
+++ /dev/null
@@ -1,86 +0,0 @@
-#!/bin/sh
-#
-# avahi-dnsconfd:      Starts the Avahi dns configuration daemon
-#
-# chkconfig:           345 35 65
-#
-# description: avahi-dnsconfd connects to a running avahi-daemon and runs the script \
-#              /etc/avahi/dnsconf.action for each unicast DNS server that is announced \
-#              on the local LAN. This is useful for configuring unicast DNS servers in \
-#              a DHCP-like fashion with mDNS.
-#
-
-
-# Source function library
-. /etc/rc.d/init.d/functions
-
-# Get network config
-. /etc/sysconfig/network
-
-# Check that networking is up.
-if is_yes "${NETWORKING}"; then
-       if [ ! -f /var/lock/subsys/network ]; then
-               msg_network_down avahi-dnsconfd
-               exit 1
-       fi
-else
-       exit 0
-fi
-
-
-# See how we were called.
-case "$1" in
-  start)
-       # Check if the service is already running?
-       if [ ! -f /var/lock/subsys/avahi-dnsconfd ]; then
-               msg_starting avahi-dnsconfd
-               daemon avahi-dnsconfd -D
-               RETVAL=$?
-               [ $RETVAL -eq 0 ] && touch /var/lock/subsys/avahi-dnsconfd
-       else
-               msg_already_running avahi-dnsconfd
-       fi
-       ;;
-  stop)
-       if [ -f /var/lock/subsys/avahi-dnsconfd ]; then
-               # Stop daemons.
-               msg_stopping avahi-dnsconfd
-               avahi-dnsconfd -k
-               rm -f /var/lock/subsys/avahi-dnsconfd
-               ok
-       else
-               msg_not_running avahi-dnsconfd
-       fi
-       ;;
-  restart)
-       $0 stop
-       $0 start
-       exit $?
-       ;;
-  reload)
-       if [ -f /var/lock/subsys/avahi-dnsconfd ]; then
-               msg_reloading avahi-dnsconfd
-               avahi-dnsconfd -r
-               RETVAL=$?
-       else
-               msg_not_running avahi-dnsconfd >&2
-               RETVAL=7
-       fi
-       ;;
-  force-reload)
-       $0 reload
-       exit $?
-       ;;
-  status)
-       status avahi-dnsconfd
-       RETVAL=$?
-       ;;
-  *)
-       msg_usage "$0 {start|stop|restart|reload|force-reload|status}"
-       exit 3
-esac
-
-exit $RETVAL
-
-# This must be last line !
-# vi:syntax=sh:tw=78:ts=8:sw=4
diff --git a/avahi-glade.patch b/avahi-glade.patch
deleted file mode 100644 (file)
index 9d837bc..0000000
+++ /dev/null
@@ -1,120 +0,0 @@
-diff -aurN avahi-0.6.5.orig/avahi-discover-standalone/Makefile.am avahi-0.6.5/avahi-discover-standalone/Makefile.am
---- avahi-0.6.5.orig/avahi-discover-standalone/Makefile.am     2005-09-25 22:34:48.000000000 +0200
-+++ avahi-0.6.5/avahi-discover-standalone/Makefile.am  2006-01-26 16:41:42.000341000 +0100
-@@ -20,7 +20,8 @@
- AM_CFLAGS=-I$(top_srcdir)
- interfaces = \
--        avahi-discover.glade
-+      avahi-discover.glade \
-+      avahi-discover-standalone.glade
- # This cool debug trap works on i386/gcc only
- AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")'
-diff -aurN avahi-0.6.5.orig/avahi-discover-standalone/avahi-discover-standalone.glade avahi-0.6.5/avahi-discover-standalone/avahi-discover-standalone.glade
---- avahi-0.6.5.orig/avahi-discover-standalone/avahi-discover-standalone.glade 1970-01-01 01:00:00.000000000 +0100
-+++ avahi-0.6.5/avahi-discover-standalone/avahi-discover-standalone.glade      2005-09-25 22:34:48.000000000 +0200
-@@ -0,0 +1,91 @@
-+<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
-+<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
-+
-+<glade-interface>
-+
-+<widget class="GtkWindow" id="main_window">
-+  <property name="visible">True</property>
-+  <property name="title" translatable="yes">Avahi Discovery</property>
-+  <property name="type">GTK_WINDOW_TOPLEVEL</property>
-+  <property name="window_position">GTK_WIN_POS_NONE</property>
-+  <property name="modal">False</property>
-+  <property name="default_width">500</property>
-+  <property name="default_height">400</property>
-+  <property name="resizable">True</property>
-+  <property name="destroy_with_parent">False</property>
-+  <property name="decorated">True</property>
-+  <property name="skip_taskbar_hint">False</property>
-+  <property name="skip_pager_hint">False</property>
-+  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
-+  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
-+  <property name="focus_on_map">True</property>
-+  <signal handler="gtk_main_quit" name="destroy" after="False"/>
-+
-+  <child>
-+    <widget class="GtkVBox" id="vbox1">
-+      <property name="border_width">12</property>
-+      <property name="visible">True</property>
-+      <property name="homogeneous">False</property>
-+      <property name="spacing">12</property>
-+
-+      <child>
-+      <widget class="GtkScrolledWindow" id="scrolledwindow1">
-+        <property name="visible">True</property>
-+        <property name="can_focus">True</property>
-+        <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
-+        <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
-+        <property name="shadow_type">GTK_SHADOW_IN</property>
-+        <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
-+
-+        <child>
-+          <widget class="GtkTreeView" id="tree_view">
-+            <property name="visible">True</property>
-+            <property name="can_focus">True</property>
-+            <property name="headers_visible">True</property>
-+            <property name="rules_hint">False</property>
-+            <property name="reorderable">False</property>
-+            <property name="enable_search">True</property>
-+            <property name="fixed_height_mode">False</property>
-+            <property name="hover_selection">False</property>
-+            <property name="hover_expand">False</property>
-+            <signal name="cursor_changed" handler="on_tree_view_cursor_changed" last_modification_time="Sat, 30 Jul 2005 21:39:13 GMT"/>
-+          </widget>
-+        </child>
-+      </widget>
-+      <packing>
-+        <property name="padding">0</property>
-+        <property name="expand">True</property>
-+        <property name="fill">True</property>
-+      </packing>
-+      </child>
-+
-+      <child>
-+      <widget class="GtkLabel" id="info_label">
-+        <property name="visible">True</property>
-+        <property name="can_focus">True</property>
-+        <property name="label" translatable="yes">&lt;i&gt;No service currently selected.&lt;/i&gt;</property>
-+        <property name="use_underline">False</property>
-+        <property name="use_markup">True</property>
-+        <property name="justify">GTK_JUSTIFY_LEFT</property>
-+        <property name="wrap">False</property>
-+        <property name="selectable">True</property>
-+        <property name="xalign">0</property>
-+        <property name="yalign">0.5</property>
-+        <property name="xpad">0</property>
-+        <property name="ypad">0</property>
-+        <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
-+        <property name="width_chars">-1</property>
-+        <property name="single_line_mode">False</property>
-+        <property name="angle">0</property>
-+      </widget>
-+      <packing>
-+        <property name="padding">0</property>
-+        <property name="expand">False</property>
-+        <property name="fill">False</property>
-+      </packing>
-+      </child>
-+    </widget>
-+  </child>
-+</widget>
-+
-+</glade-interface>
-diff -aurN avahi-0.6.5.orig/avahi-discover-standalone/main.c avahi-0.6.5/avahi-discover-standalone/main.c
---- avahi-0.6.5.orig/avahi-discover-standalone/main.c  2005-11-04 00:36:41.000000000 +0100
-+++ avahi-0.6.5/avahi-discover-standalone/main.c       2006-01-26 16:35:46.100341000 +0100
-@@ -333,7 +333,7 @@
-     poll_api = avahi_glib_poll_new(NULL, G_PRIORITY_DEFAULT);
--    xml = glade_xml_new(AVAHI_INTERFACES_DIR"avahi-discover.glade", NULL, NULL);
-+    xml = glade_xml_new(AVAHI_INTERFACES_DIR"avahi-discover-standalone.glade", NULL, NULL);
-     main_window = glade_xml_get_widget(xml, "main_window");
-     g_signal_connect(main_window, "delete-event", (GCallback) main_window_on_delete_event, NULL);
-     
diff --git a/avahi.png b/avahi.png
deleted file mode 100644 (file)
index 9cd80d7..0000000
Binary files a/avahi.png and /dev/null differ
diff --git a/avahi.spec b/avahi.spec
deleted file mode 100644 (file)
index 81456b3..0000000
+++ /dev/null
@@ -1,569 +0,0 @@
-#
-# Conditional build:
-%bcond_with    dotnet          # build with dotnet bindings
-%bcond_without qt              # build with qt bindings
-#
-Summary:       Free mDNS/DNS-SD implementation
-Summary(pl):   Wolna implementacja mDNS/DNS-SD
-Name:          avahi
-Version:       0.6.9
-Release:       1
-License:       GPL v.2/LGPL
-Group:         Applications
-Source0:       http://avahi.org/download/%{name}-%{version}.tar.gz
-# Source0-md5: 2652910f0e52c373d7a15b6851750517
-Source1:       %{name}-daemon
-Source2:       %{name}-dnsconfd
-Source3:       %{name}.png
-Patch0:                %{name}-desktop.patch
-Patch1:                %{name}-glade.patch
-URL:           http://avahi.org/
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: dbus-devel >= 0.34
-BuildRequires: doxygen
-BuildRequires: expat-devel
-BuildRequires: gdbm-devel
-BuildRequires: glib2-devel >= 1:2.4.0
-BuildRequires: graphviz
-BuildRequires: gtk+2-devel >= 2:2.4.0
-BuildRequires: libdaemon-devel >= 0.5
-BuildRequires: libglade2-devel >= 2.4.0
-BuildRequires: libtool
-%if %{with dotnet}
-BuildRequires: mono
-BuildRequires: monodoc
-%endif
-BuildRequires: python-dbus
-BuildRequires: python-pygtk-devel
-%if %{with qt}
-BuildRequires: qt-devel >= 3.0
-%endif
-BuildRequires: rpmbuild(macros) >= 1.228
-Requires(post,preun):  /sbin/chkconfig
-Requires:      dbus >= 0.60-2
-Requires:      %{name}-libs = %{version}-%{release}
-Provides:      group(avahi)
-Provides:      user(avahi)
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%description
-Avahi is an implementation the DNS Service Discovery and Multicast DNS
-specifications for Zeroconf Computing. It uses D-BUS for communication
-between user applications and a system daemon.
-
-%description -l pl
-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 libs
-Summary:       Avahi client, common and core libraries
-Summary(pl):   Biblioteki Avahi: klienta, wspólna i g³ówna
-Group:         Libraries
-
-%description libs
-Avahi client, common and core libraries.
-
-%description libs -l pl
-Biblioteki Avahi: klienta, wspólna i g³ówna.
-
-%package devel
-Summary:       Header files for Avahi library
-Summary(pl):   Pliki nag³ówkowe biblioteki Avahi
-Group:         Development/Libraries
-Requires:      %{name}-libs = %{version}-%{release}
-Requires:      expat-devel
-Requires:      libdaemon-devel >= 0.5
-
-%description devel
-This is the package containing the header files for Avahi library.
-
-%description devel -l pl
-Ten pakiet zawiera pliki nag³ówkowe biblioteki Avahi.
-
-%package static
-Summary:       Static Avahi library
-Summary(pl):   Statyczna biblioteka Avahi
-Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}-%{release}
-
-%description static
-Static Avahi library.
-
-%description static -l pl
-Statyczna biblioteka Avahi.
-
-%package compat-libdns_sd
-Summary:       Avahi Bonjour compat library
-Summary(pl):   Biblioteka Avahi zgodna z Bonjour
-Group:         Libraries
-Provides:      mdns-bonjour
-Obsoletes:     mDNSResponder-libs
-
-%description compat-libdns_sd
-Avahi Bonjour compat library.
-
-%description compat-libdns_sd -l pl
-Biblioteka Avahi zgodna z Bonjour.
-
-%package compat-libdns_sd-devel
-Summary:       Header files for Avahi Bonjour compat library
-Summary(pl):   Pliki nag³ówkowe wi±zañ Avahi dla biblioteki zgodnej z Bonjour
-Group:         Development/Libraries
-Requires:      %{name}-compat-libdns_sd = %{version}-%{release}
-Provides:      mdns-bonjour-devel
-Obsoletes:     mDNSResponder-devel
-
-%description compat-libdns_sd-devel
-Header files for Avahi Bonjour compat library.
-
-%description compat-libdns_sd-devel -l pl
-Pliki nag³ówkowe wi±zañ Avahi dla biblioteki zgodnej z Bonjour.
-
-%package compat-libdns_sd-static
-Summary:       Static Avahi Bonjour compat library
-Summary(pl):   Statyczna biblioteka Avahi zgodna z Bonjour
-Group:         Development/Libraries
-Requires:      %{name}-libdns_sd-devel = %{version}-%{release}
-Provides:      mdns-bonjour-static
-
-%description compat-libdns_sd-static
-Static Avahi Bonjour compat library.
-
-%description compat-libdns_sd-static -l pl
-Statyczna biblioteka Avahi zgodna z Bonjour.
-
-%package compat-howl
-Summary:       Avahi Howl compat library
-Summary(pl):   Biblioteka Avahi zgodna z Howl
-Group:         Libraries
-Provides:      mdns-howl-libs
-Obsoletes:     howl-libs
-
-%description compat-howl
-Avahi Howl compat library.
-
-%description compat-howl -l pl
-Biblioteka Avahi zgodna z Howl.
-
-%package compat-howl-devel
-Summary:       Header files for Avahi Howl compat library
-Summary(pl):   Pliki nag³ówkowe wi±zañ Avahi dla biblioteki zgodnej z Howl
-Group:         Development/Libraries
-Requires:      %{name}-compat-howl = %{version}-%{release}
-Provides:      mdns-howl-devel
-Obsoletes:     howl-devel
-
-%description compat-howl-devel
-Header files for Avahi Howl compat library.
-
-%description compat-howl-devel -l pl
-Pliki nag³ówkowe wi±zañ Avahi dla biblioteki zgodnej z Howl.
-
-%package compat-howl-static
-Summary:       Static Avahi Howl compat library
-Summary(pl):   Statyczna biblioteka Avahi zgodna z Howl
-Group:         Development/Libraries
-Requires:      %{name}-howl-devel = %{version}-%{release}
-Provides:      mdns-howl-static
-Obsoletes:     howl-static
-
-%description compat-howl-static
-Static Avahi Howl compat library.
-
-%description compat-howl-static -l pl
-Statyczna biblioteka Avahi zgodna z Howl.
-
-%package glib
-Summary:       Avahi GLib library bindings
-Summary(pl):   Wi±zania Avahi dla bibioteki GLib
-Group:         Libraries
-
-%description glib
-Avahi GLib library bindings.
-
-%description glib -l pl
-Wi±zania Avahi dla bibioteki GLib.
-
-%package glib-devel
-Summary:       Header files for Avahi GLib library bindings
-Summary(pl):   Pliki nag³ówkowe wi±zañ Avahi dla biblioteki GLib
-Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}-%{release}
-Requires:      %{name}-glib = %{version}-%{release}
-Requires:      glib2-devel >= 1:2.4.0
-
-%description glib-devel
-This is the package containing the header files for Avahi-glib
-library.
-
-%description glib-devel -l pl
-Ten pakiet zawiera pliki nag³ówkowe biblioteki Avahi-glib.
-
-%package glib-static
-Summary:       Static Avahi GLib library
-Summary(pl):   Statyczna biblioteka Avahi GLib
-Group:         Development/Libraries
-Requires:      %{name}-glib-devel = %{version}-%{release}
-
-%description glib-static
-Static Avahi GLib library.
-
-%description glib-static -l pl
-Statyczna biblioteka Avahi GLib.
-
-%package qt3
-Summary:       Avahi Qt 3 library bindings
-Summary(pl):   Wi±zania Avahi dla biblioteki Qt 3
-Group:         Libraries
-Requires:      %{name}-libs = %{version}-%{release}
-
-%description qt3
-Avahi Qt 3 library bindings.
-
-%description qt3 -l pl
-Wi±zania Avahi dla biblioteki Qt 3.
-
-%package qt3-devel
-Summary:       Header files for Avahi Qt 3 library bindings
-Summary(pl):   Pliki nag³ówkowe wi±zañ Avahi dla biblioteki Qt 3
-Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}-%{release}
-Requires:      %{name}-qt3 = %{version}-%{release}
-Requires:      qt-devel >= 3.0
-
-%description qt3-devel
-Header files for Avahi Qt 3 library bindings.
-
-%description qt3-devel -l pl
-Pliki nag³ówkowe wi±zañ Avahi dla biblioteki Qt 3.
-
-%package qt3-static
-Summary:       Static Avahi Qt 3 library
-Summary(pl):   Statyczna biblioteka Avahi Qt 3
-Group:         Development/Libraries
-Requires:      %{name}-qt3-devel = %{version}-%{release}
-
-%description qt3-static
-Static Avahi Qt 3 library.
-
-%description qt3-static -l pl
-Statyczna biblioteka Avahi Qt 3.
-
-%package -n dotnet-avahi
-Summary:       Avahi MONO bindings
-Summary(pl):   Wi±zania Avahi dla MONO
-Group:         Libraries
-
-%description -n dotnet-avahi
-Avahi MONO bindings.
-
-%description -n dotnet-avahi -l pl
-Wi±zania Avahi dla MONO.
-
-%package -n dotnet-avahi-devel
-Summary:       Development files for MONO Avahi bindings
-Summary(pl):   Pliki rozwojowe wi±zañ Avahi dla MONO
-Group:         Development/Libraries
-Requires:      dotnet-avahi = %{version}-%{release}
-Requires:      monodoc
-
-%description -n dotnet-avahi-devel
-Development files for MONO Avahi bindings.
-
-%description -n dotnet-avahi-devel -l pl
-Pliki rozwojowe wi±zañ Avahi dla MONO.
-
-%package bookmarks
-Summary:       Miniature web server
-Summary(pl):   Miniaturowy serwer web
-Group:         Applications
-
-%description bookmarks
-A Python based miniature web server that browses for mDNS/DNS-SD
-services of type '_http._tcp' (i.e. web sites) and makes them
-available as HTML links on http://localhost:8080/.
-
-%description bookmarks -l pl
-Napisany w Pythonie miniaturowy serwer WWW, pozwalaj±cy na
-przegl±danie us³ug typu '_http._tcp' (np. stron WWW) i udostêpniaj±cy
-je jako odno¶niki HTML na http://localhost:8080/.
-
-%package discover
-Summary:       Avahi Zeroconf browser
-Summary(pl):   Przegl±darka Zeroconf Avahi
-Group:         Applications
-
-%description discover
-A tool for enumerating all available services on the local LAN
-(python-pygtk implementation).
-
-%description discover -l pl
-Narzêdzie wymieniaj±ce wszystkie dostêpne us³ugi w sieci lokalnej LAN
-(implementacja w python-pygtk).
-
-%package discover-standalone
-Summary:       Avahi Zeroconf browser
-Summary(pl):   Przegl±darka Zeroconf Avahi
-Group:         Applications
-
-%description discover-standalone
-GTK+ tool for enumerating all available services on the local LAN.
-
-%description discover-standalone -l pl
-Narzêdzie GTK+ wymieniaj±ce wszystkie dostêpne us³ugi w sieci lokalnej
-LAN.
-
-%package utils
-Summary:       Avahi CLI utilities
-Summary(pl):   Narzêdzia CLI Avahi
-Group:         Applications
-
-%description utils
-Command line utilities using avahi-client.
-
-%description utils -l pl
-Narzêdzia linii poleceñ korzystaj±ce z avahi-client.
-
-%prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
-
-%build
-%{__libtoolize}
-%{__aclocal} -I common
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-%configure \
-       --enable-compat-libdns_sd \
-       --enable-compat-howl \
-       --with-distro=none \
-       --disable-qt4 \
-       %{!?with_qt:--disable-qt3} \
-       %{!?with_dotnet:--disable-mono} \
-       %{!?with_dotnet:--disable-monodoc}
-%{__make}
-
-%install
-rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_pixmapsdir},/etc/rc.d/init.d}
-
-%{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       pythondir=%{py_sitedir}
-
-install %{SOURCE1} %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d
-install %{SOURCE3} $RPM_BUILD_ROOT%{_pixmapsdir}
-
-ln -sf %{_includedir}/avahi-compat-libdns_sd/dns_sd.h \
-       $RPM_BUILD_ROOT%{_includedir}/dns_sd.h
-
-ln -sf %{_pkgconfigdir}/avahi-compat-howl.pc \
-       $RPM_BUILD_ROOT%{_pkgconfigdir}/howl.pc
-
-rm -f $RPM_BUILD_ROOT%{py_sitedir}/avahi/{__init__,SimpleGladeApp}.py
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%pre
-%groupadd -g 165 -r -f avahi
-%useradd -u 165 -r -d /usr/share/empty -s /bin/false -c "Avahi daemon" -g avahi avahi
-
-%post
-/sbin/chkconfig --add %{name}-daemon
-%service %{name}-daemon restart
-/sbin/chkconfig --add %{name}-dnsconfd
-%service %{name}-dnsconfd restart
-
-%preun
-if [ "$1" = "0" ]; then
-       %service -q %{name}-dnsconfd stop
-       /sbin/chkconfig --del %{name}-dnsconfd
-       %service -q %{name}-daemon stop
-       /sbin/chkconfig --del %{name}-daemon
-fi
-
-%postun
-if [ "$1" = "0" ]; then
-        %userremove avahi
-       %groupremove avahi
-fi
-
-%post  libs -p /sbin/ldconfig
-%postun        libs -p /sbin/ldconfig
-
-%post  compat-libdns_sd -p /sbin/ldconfig
-%postun        compat-libdns_sd -p /sbin/ldconfig
-
-%post  compat-howl -p /sbin/ldconfig
-%postun        compat-howl -p /sbin/ldconfig
-
-%post  glib -p /sbin/ldconfig
-%postun        glib -p /sbin/ldconfig
-
-%post  qt3 -p /sbin/ldconfig
-%postun        qt3 -p /sbin/ldconfig
-
-%files
-%defattr(644,root,root,755)
-%doc docs/AUTHORS docs/COMPAT-LAYERS docs/NEWS docs/README docs/TODO
-
-%dir %{_sysconfdir}/avahi
-%dir %{_sysconfdir}/avahi/services
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/avahi/avahi-daemon.conf
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/avahi/avahi-dnsconfd.action
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/avahi/hosts
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/avahi/services/ssh.service
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dbus-1/system.d/*
-
-%attr(755,root,root) %{_bindir}/avahi-browse
-%attr(755,root,root) %{_bindir}/avahi-publish
-%attr(755,root,root) %{_bindir}/avahi-resolve
-
-%attr(755,root,root) %{_sbindir}/avahi-daemon
-%attr(755,root,root) %{_sbindir}/avahi-dnsconfd
-
-%dir %{_datadir}/%{name}
-%dir %{_datadir}/%{name}/introspection
-%{_datadir}/%{name}/introspection/*.introspect
-%{_datadir}/%{name}/avahi-service.dtd
-%{_datadir}/%{name}/service-types
-%{_datadir}/%{name}/service-types.db
-
-%{_mandir}/man*/*
-
-%attr(754,root,root) /etc/rc.d/init.d/%{name}-daemon
-%attr(754,root,root) /etc/rc.d/init.d/%{name}-dnsconfd
-
-%files libs
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libavahi-client.so.*.*.*
-%attr(755,root,root) %{_libdir}/libavahi-common.so.*.*.*
-%attr(755,root,root) %{_libdir}/libavahi-core.so.*.*.*
-
-%files devel
-%defattr(644,root,root,755)
-%doc docs/API-CHANGES-0.6 docs/DBUS-API docs/HACKING docs/MALLOC
-%attr(755,root,root) %{_libdir}/libavahi-client.so
-%attr(755,root,root) %{_libdir}/libavahi-common.so
-%attr(755,root,root) %{_libdir}/libavahi-core.so
-%{_libdir}/libavahi-client.la
-%{_libdir}/libavahi-common.la
-%{_libdir}/libavahi-core.la
-%{_includedir}/avahi-client
-%{_includedir}/avahi-common
-%{_includedir}/avahi-core
-%{_pkgconfigdir}/avahi-client.pc
-%{_pkgconfigdir}/avahi-core.pc
-
-%files static
-%defattr(644,root,root,755)
-%{_libdir}/libavahi-client.a
-%{_libdir}/libavahi-common.a
-%{_libdir}/libavahi-core.a
-
-%files compat-libdns_sd
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libdns_sd.so.*.*.*
-
-%files compat-libdns_sd-devel
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libdns_sd.so
-%{_libdir}/libdns_sd.la
-%{_includedir}/avahi-compat-libdns_sd
-%{_includedir}/dns_sd.h
-%{_pkgconfigdir}/avahi-compat-libdns_sd.pc
-
-%files compat-libdns_sd-static
-%defattr(644,root,root,755)
-%{_libdir}/libdns_sd.a
-
-%files compat-howl
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libhowl.so.*.*.*
-
-%files compat-howl-devel
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libhowl.so
-%{_libdir}/libhowl.la
-%{_includedir}/avahi-compat-howl
-%{_pkgconfigdir}/avahi-compat-howl.pc
-%{_pkgconfigdir}/howl.pc
-
-%files compat-howl-static
-%defattr(644,root,root,755)
-%{_libdir}/libhowl.a
-
-%if %{with dotnet}
-%files -n dotnet-avahi
-%defattr(644,root,root,755)
-%{_prefix}/lib/mono/gac/avahi-sharp
-
-%files -n dotnet-avahi-devel
-%defattr(644,root,root,755)
-%{_prefix}/lib/monodoc/sources/avahi-*
-%{_pkgconfigdir}/*.pc
-%endif
-
-%files glib
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libavahi-glib.so.*.*.*
-
-%files glib-devel
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libavahi-glib.so
-%{_libdir}/libavahi-glib.la
-%{_includedir}/avahi-glib
-%{_pkgconfigdir}/avahi-glib.pc
-
-%files glib-static
-%defattr(644,root,root,755)
-%{_libdir}/libavahi-glib.a
-
-%if %{with qt}
-%files qt3
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libavahi-qt3.so.*.*.*
-
-%files qt3-devel
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libavahi-qt3.so
-%{_libdir}/libavahi-qt3.la
-%{_includedir}/avahi-qt3
-%{_pkgconfigdir}/avahi-qt3.pc
-
-%files qt3-static
-%defattr(644,root,root,755)
-%{_libdir}/libavahi-qt3.a
-%endif
-
-%files bookmarks
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/avahi-bookmarks
-
-%files discover
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/avahi-discover
-# XXX: possibly missing %{_datadir}/%{name} dir, shared subdir
-%dir %{_datadir}/%{name}/interfaces
-%{_datadir}/%{name}/interfaces/avahi-discover.glade
-%{py_sitedir}/avahi
-%{_desktopdir}/*.desktop
-%{_pixmapsdir}/avahi.png
-
-%files discover-standalone
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/avahi-discover-standalone
-# XXX: possibly missing %{_datadir}/%{name} dir, shared subdir
-%dir %{_datadir}/%{name}/interfaces
-%{_datadir}/%{name}/interfaces/avahi-discover-standalone.glade
-
-%files utils
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/avahi-browse
-%attr(755,root,root) %{_bindir}/avahi-publish
-%attr(755,root,root) %{_bindir}/avahi-resolve
This page took 1.217361 seconds and 4 git commands to generate.