source: projects/specs/trunk/a/avahi/avahi-vl.spec @ 12091

Revision 12091, 22.7 KB checked in by tomop, 5 years ago (diff)

avahi-0.7-2

Line 
1%define _localstatedir %{_var}
2
3%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
4
5Summary:        Local network service discovery
6Summary(ja):    ローカルネットワークサービス検出システム
7Name:           avahi
8Version:        0.7
9Release:                2%{?_dist_release}
10Group:          System Environment/Base
11License:        LGPL
12URL:            http://avahi.org
13
14Source0:        %{name}-%{version}.tar.gz
15
16Patch0:                 avahi-0.6.31-no-deprecations.patch
17Patch10:                avahi-0.6.31-vine.patch
18
19BuildRoot:      %{_tmppath}/%{name}-%{version}-root
20BuildRequires:  glib2-devel
21BuildRequires:  gtk3-devel, gobject-introspection-devel
22BuildRequires:  libdaemon-devel >= 0.12
23BuildRequires:  libcap-devel, dbus-devel, expat-devel
24BuildRequires:  python, dbus-python, gdbm-devel, libmng-devel
25BuildRequires:  xorg-x11-devel, mesa-libGL-devel
26Requires:       dbus, libdaemon, expat, python, dbus-python, libcap
27Requires(post): initscripts, chkconfig >= 1.3.34
28Obsoletes:      howl, howl-libs
29
30Vendor: Project Vine
31Distribution: Vine Linux
32
33%description
34Avahi is a system which facilitates service discovery on
35a local network -- this means that you can plug your laptop or
36computer into a network and instantly be able to view other people who
37you can chat with, find printers to print to or find files being
38shared. This kind of technology is already found in MacOS X (branded
39'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very
40convenient.
41
42%package tools
43Summary: Tools for mDNS browsing and publishing
44Group: System Environment/Base
45Requires: %{name} = %{version}, gdbm
46
47%description tools
48Tools that use avahi to browse and publish mDNS services and hosts.
49
50%package ui-gtk3
51Summary: Gtk user interface library for Avahi (Gtk+ 3 version)
52Group: System Environment/Base
53Provides: avahi-ui = %{version}-%{release}
54Obsoletes: avahi-ui < %{version}-%{release}
55Requires: %{name} = %{version}-%{release}
56Requires: gtk3
57
58%description ui-gtk3
59This library contains a Gtk 3.x widget for browsing services.
60
61%package ui-gtk3-devel
62Summary: Libraries and header files for avahi ui development
63Group: Development/Libraries
64Provides: avahi-ui-devel = %{version}-%{release}
65Obsoletes: avahi-ui-devel < %{version}-%{release}
66Requires: %{name}-devel = %{version}
67Requires: %{name}-ui-gtk3 = %{version}
68Requires: gtk3-devel
69
70%description ui-gtk3-devel
71The avahi-ui-devel package contains the header files and libraries
72necessary for developing programs using avahi with gtk+.
73
74%package glib
75Summary: Glib libraries for avahi
76Summary(ja): avahi 用 glib ライブラリ
77Group: System Environment/Libraries
78Requires: %{name} = %{version}
79Requires: glib2
80
81%description glib
82Libraries for easy use of avahi from glib applications.
83
84%package glib-devel
85Summary: Libraries and header files for avahi glib development
86Group: Development/Libraries
87Requires: %{name}-devel = %{version}
88Requires: %{name}-glib = %{version}
89Requires: glib2-devel
90
91%description glib-devel
92The avahi-glib-devel package contains the header files and libraries
93necessary for developing programs using avahi with glib.
94
95%package gobject
96Summary: GObject library for Avahi
97Summary(ja): Avahi 用 GObject ライブラリ
98Group: System Environment/Base
99Requires: glib2
100Requires: %{name}-glib = %{version}-%{release}
101
102%description gobject
103This library contains a GObject wrapper for the Avahi API
104
105%package gobject-devel
106Summary: Libraries and header files for Avahi GObject development
107Summary(ja): Avahi GObject 開発用ライブラリとヘッダファイル
108Group: Development/Libraries
109Requires: %{name}-gobject = %{version}-%{release}
110Requires: %{name}-devel = %{version}-%{release}
111Requires: %{name}-glib-devel = %{version}-%{release}
112
113%description gobject-devel
114The avahi-gobject-devel package contains the header files and libraries
115necessary for developing programs using avahi-gobject.
116
117%package devel
118Summary: Libraries and header files for avahi development
119Group: Development/Libraries
120Requires: %{name} = %{version}
121Obsoletes: howl-devel
122
123%description devel
124The avahi-devel package contains the header files and libraries
125necessary for developing programs using avahi.
126
127# compat32
128%package -n compat32-%{name}
129Summary:        Local network service discovery
130Summary(ja):    ローカルネットワークサービス検出システム
131Group:          System Environment/Base
132Requires: %{name} = %{version}-%{release}
133
134%description -n compat32-%{name}
135Avahi is a system which facilitates service discovery on
136a local network -- this means that you can plug your laptop or
137computer into a network and instantly be able to view other people who
138you can chat with, find printers to print to or find files being
139shared. This kind of technology is already found in MacOS X (branded
140'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very
141convenient.
142
143%package -n compat32-%{name}-ui-gtk3
144Summary: Gtk user interface library for Avahi (Gtk+ 3 version)
145Group: System Environment/Base
146Provides: compat32-avahi-ui = %{version}-%{release}
147Obsoletes: compat32-avahi-ui < %{version}-%{release}
148Requires: %{name}-ui-gtk3 = %{version}-%{release}
149Requires: compat32-%{name} = %{version}-%{release}
150Requires: compat32-gtk3
151
152%description -n compat32-%{name}-ui-gtk3
153This library contains a Gtk 3.x widget for browsing services.
154
155%package -n compat32-%{name}-ui-gtk3-devel
156Summary: Libraries and header files for avahi ui development
157Group: Development/Libraries
158Provides: compat32-avahi-ui-devel = %{version}-%{release}
159Obsoletes: compat32-avahi-ui-devel < %{version}-%{release}
160Requires: %{name}-ui-devel = %{version}-%{release}
161Requires: compat32-%{name}-devel = %{version}-%{release}
162Requires: compat32-%{name}-ui-gtk3 = %{version}-%{release}
163Requires: compat32-gtk3-devel
164
165%description -n compat32-%{name}-ui-gtk3-devel
166The avahi-ui-devel package contains the header files and libraries
167necessary for developing programs using avahi with gtk+.
168
169%package -n compat32-%{name}-glib
170Summary: Glib libraries for avahi
171Summary(ja): avahi 用 glib ライブラリ
172Group: System Environment/Libraries
173Requires: %{name}-glib = %{version}-%{release}
174Requires: compat32-%{name} = %{version}-%{release}
175Requires: compat32-glib2
176
177%description -n compat32-%{name}-glib
178Libraries for easy use of avahi from glib applications.
179
180%package -n compat32-%{name}-glib-devel
181Summary: Libraries and header files for avahi glib development
182Group: Development/Libraries
183Requires: %{name}-glib-devel = %{version}-%{release}
184Requires: compat32-%{name}-devel = %{version}-%{release}
185Requires: compat32-%{name}-glib = %{version}-%{release}
186Requires: compat32-glib2-devel
187
188%description -n compat32-%{name}-glib-devel
189The avahi-glib-devel package contains the header files and libraries
190necessary for developing programs using avahi with glib.
191
192%package -n compat32-%{name}-gobject
193Summary: GObject library for Avahi
194Summary(ja): Avahi 用 GObject ライブラリ
195Group: System Environment/Base
196Requires: %{name}-gobject = %{version}-%{release}
197Requires: compat32-glib2
198Requires: compat32-%{name}-glib = %{version}-%{release}
199
200%description -n compat32-%{name}-gobject
201This library contains a GObject wrapper for the Avahi API
202
203%package -n compat32-%{name}-gobject-devel
204Summary: Libraries and header files for Avahi GObject development
205Summary(ja): Avahi GObject 開発用ライブラリとヘッダファイル
206Group: Development/Libraries
207Requires: %{name}-gobject-devel = %{version}-%{release}
208Requires: compat32-%{name}-gobject = %{version}-%{release}
209Requires: compat32-%{name}-devel = %{version}-%{release}
210Requires: compat32-%{name}-glib-devel = %{version}-%{release}
211
212%description -n compat32-%{name}-gobject-devel
213The avahi-gobject-devel package contains the header files and libraries
214necessary for developing programs using avahi-gobject.
215
216%package -n compat32-%{name}-devel
217Summary: Libraries and header files for avahi development
218Group: Development/Libraries
219Requires: %{name}-devel = %{version}-%{release}
220Requires: compat32-%{name} = %{version}-%{release}
221
222%description -n compat32-%{name}-devel
223The avahi-devel package contains the header files and libraries
224necessary for developing programs using avahi.
225
226%define avahi_user_uid 70
227
228%prep
229%setup -q
230#patch0 -p1 -b .nodep
231%patch10 -p1 -b .vine
232
233%build
234autoreconf -i
235
236%configure --with-distro=vine \
237  --disable-monodoc \
238  --without-python-twisted \
239  --disable-pygobject \
240  --with-avahi-user=avahi --with-avahi-group=avahi \
241  --enable-compat-howl --enable-compat-libdns_sd \
242  --with-avahi-priv-access-group=avahi \
243  --with-autoipd-user=avahi-autoipd \
244  --with-autoipd-group=avahi-autoipd \
245  --enable-gtk3 \
246  --disable-gtk \
247  --disable-qt3 \
248  --disable-qt4 \
249  --disable-mono \
250  --enable-introspection=no
251
252%__make -C avahi-python clean
253%__make %{?_smp_mflags}
254
255%install
256rm -rf $RPM_BUILD_ROOT
257make install DESTDIR=$RPM_BUILD_ROOT
258
259rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
260rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
261
262# remove example
263rm -f $RPM_BUILD_ROOT%{_sysconfdir}/avahi/services/ssh.service
264
265# remove desktop file for avahi-discover
266rm -f $RPM_BUILD_ROOT%{_datadir}/applications/avahi-discover.desktop
267
268# create /var/run/avahi-daemon to ensure correct selinux policy for it:
269mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/avahi-daemon
270
271# remove the documentation directory - let \%doc handle it:
272rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}
273
274# remove avahi-bookmarks - unusable without python-twisted,
275# which has been judged dangerous and is removed from the
276# Fedora Core distribution:
277rm -f $RPM_BUILD_ROOT/%{_bindir}/avahi-bookmarks $RPM_BUILD_ROOT/%{_mandir}/man1/avahi-bookmarks*
278#
279# move initscripts into /etc/rc.d/init.d :
280mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/rc.d/init.d
281mv $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/* $RPM_BUILD_ROOT/%{_sysconfdir}/rc.d/init.d
282rm -rf $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/*
283#
284# Make /etc/avahi/etc/localtime owned by avahi:
285mkdir -p $RPM_BUILD_ROOT/etc/avahi/etc
286touch $RPM_BUILD_ROOT/etc/avahi/etc/localtime
287:;
288
289%clean
290rm -rf $RPM_BUILD_ROOT
291
292%pre
293# Add the "avahi" group
294/usr/sbin/groupadd -f -r avahi
295# Add the "avahi" user
296/usr/sbin/useradd -g avahi -c 'Avahi daemon' -u %{avahi_user_uid} \
297        -s /sbin/nologin -r -d '/' avahi 2> /dev/null || :
298
299%post
300/sbin/ldconfig
301dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig >/dev/null 2>&1 || :
302/sbin/chkconfig --add avahi-daemon >/dev/null 2>&1 ||:
303/sbin/chkconfig avahi-daemon resetpriorities >/dev/null 2>&1 ||:
304/sbin/chkconfig --add avahi-dnsconfd >/dev/null 2>&1 ||:
305/sbin/chkconfig avahi-dnsconfd resetpriorities >/dev/null 2>&1 ||:
306if [ "$1" -eq 1 ]; then
307   if [ -s /etc/localtime ]; then
308        cp -fp /etc/localtime /etc/avahi/etc/localtime || :;
309   fi
310fi
311
312%postun
313/sbin/ldconfig
314if [ "$1" -eq "0" ]; then
315   /sbin/service avahi-daemon condrestart >/dev/null 2>&1
316   /sbin/service avahi-dnsconfd condrestart >/dev/null 2>&1
317fi
318     
319%preun
320if [ "$1" -eq "0" ]; then
321    /sbin/service avahi-daemon stop > /dev/null 2>&1
322    /sbin/chkconfig --del avahi-daemon
323    /sbin/service avahi-dnsconfd stop >/dev/null 2>&1
324    /sbin/chkconfig --del avahi-dnsconfd
325fi
326
327%post ui-gtk3 -p /sbin/ldconfig
328
329%postun ui-gtk3 -p /sbin/ldconfig
330
331%post glib -p /sbin/ldconfig
332
333%postun glib -p /sbin/ldconfig
334
335%post gobject -p /sbin/ldconfig
336
337%postun gobject -p /sbin/ldconfig
338
339%post -n compat32-%{name} -p /sbin/ldconfig
340
341%postun -n compat32-%{name} -p /sbin/ldconfig
342
343%post -n compat32-%{name}-ui-gtk3 -p /sbin/ldconfig
344
345%postun -n compat32-%{name}-ui-gtk3 -p /sbin/ldconfig
346
347%post -n compat32-%{name}-glib -p /sbin/ldconfig
348
349%postun -n compat32-%{name}-glib -p /sbin/ldconfig
350
351%post -n compat32-%{name}-gobject -p /sbin/ldconfig
352
353%postun -n compat32-%{name}-gobject -p /sbin/ldconfig
354
355%files
356%defattr(-,root,root)
357%doc docs/* avahi-daemon/example.service avahi-daemon/ssh.service
358%attr(755,root,root) %{_sysconfdir}/rc.d/init.d/*
359%dir %{_sysconfdir}/avahi
360%dir %{_sysconfdir}/avahi/etc
361%ghost %{_sysconfdir}/avahi/etc/localtime
362%{_sysconfdir}/avahi/hosts
363%dir %{_sysconfdir}/avahi/services
364%dir %{_localstatedir}/run/avahi-daemon
365%config %{_sysconfdir}/avahi/avahi-autoipd.action
366%config %{_sysconfdir}/avahi/avahi-daemon.conf
367%config %{_sysconfdir}/avahi/avahi-dnsconfd.action
368%config %{_sysconfdir}/avahi/services/*
369%config %{_sysconfdir}/dbus-1/system.d/avahi-dbus.conf
370%attr(755,root,root) %{_sbindir}/*
371%{_libdir}/libavahi-common.so.*
372%{_libdir}/libavahi-core.so.*
373%{_libdir}/libavahi-client.so.*
374%{_libdir}/libhowl.so.*
375%{_libdir}/libdns_sd.so.*
376%attr(755,root,root) %{_datadir}/avahi
377%{_datadir}/locale/*
378%{_datadir}/dbus-1/interfaces/*.xml
379%{_libdir}/avahi
380%exclude %{_datadir}/avahi/interfaces
381%{_mandir}/man5/*
382%{_mandir}/man8/*
383
384%files tools
385%defattr(-, root, root)
386%{_bindir}/*
387%{python_sitelib}/*
388%{_mandir}/man1/*
389%{_datadir}/avahi/interfaces/
390%{_datadir}/applications/*
391
392%files devel
393%defattr(-, root, root)
394%{_libdir}/libavahi-common.so
395%{_libdir}/libavahi-core.so
396%{_libdir}/libavahi-client.so
397%{_libdir}/libhowl.so
398%{_libdir}/libdns_sd.so
399%{_includedir}/avahi-client
400%{_includedir}/avahi-common
401%{_includedir}/avahi-core
402%{_includedir}/avahi-compat-howl
403%{_includedir}/avahi-compat-libdns_sd
404%{_libdir}/pkgconfig/avahi-core.pc
405%{_libdir}/pkgconfig/avahi-client.pc
406%{_libdir}/pkgconfig/avahi-compat-howl.pc
407%{_libdir}/pkgconfig/avahi-compat-libdns_sd.pc
408
409%files ui-gtk3
410%defattr(-, root, root)
411%{_libdir}/libavahi-ui-gtk3.so.*
412
413%files ui-gtk3-devel
414%defattr(-, root, root)
415%{_libdir}/libavahi-ui-gtk3.so
416%{_includedir}/avahi-ui
417%{_libdir}/pkgconfig/avahi-ui-gtk3.pc
418
419%files glib
420%defattr(-, root, root)
421%{_libdir}/libavahi-glib.so.*
422
423%files glib-devel
424%defattr(-, root, root)
425%{_libdir}/libavahi-glib.so
426%{_includedir}/avahi-glib
427%{_libdir}/pkgconfig/avahi-glib.pc
428
429%files gobject
430%defattr(-, root, root)
431%{_libdir}/libavahi-gobject.so.*
432
433%files gobject-devel
434%defattr(-, root, root)
435%{_libdir}/libavahi-gobject.so
436%{_includedir}/avahi-gobject
437%{_libdir}/pkgconfig/avahi-gobject.pc
438
439# compat32
440%if %{build_compat32}
441%files -n compat32-%{name}
442%defattr(-, root, root)
443%{_libdir}/libavahi-common.so.*
444%{_libdir}/libavahi-core.so.*
445%{_libdir}/libavahi-client.so.*
446%{_libdir}/libhowl.so.*
447%{_libdir}/libdns_sd.so.*
448%{_libdir}/avahi
449
450%files -n compat32-%{name}-devel
451%defattr(-, root, root)
452%{_libdir}/libavahi-common.so
453%{_libdir}/libavahi-core.so
454%{_libdir}/libavahi-client.so
455%{_libdir}/libhowl.so
456%{_libdir}/libdns_sd.so
457%{_libdir}/pkgconfig/avahi-core.pc
458%{_libdir}/pkgconfig/avahi-client.pc
459%{_libdir}/pkgconfig/avahi-compat-howl.pc
460%{_libdir}/pkgconfig/avahi-compat-libdns_sd.pc
461
462%files -n compat32-%{name}-ui-gtk3
463%defattr(-, root, root)
464%{_libdir}/libavahi-ui-gtk3.so.*
465
466%files -n compat32-%{name}-ui-gtk3-devel
467%defattr(-, root, root)
468%{_libdir}/libavahi-ui-gtk3.so
469%{_libdir}/pkgconfig/avahi-ui-gtk3.pc
470
471%files -n compat32-%{name}-glib
472%defattr(-, root, root)
473%{_libdir}/libavahi-glib.so.*
474
475%files -n compat32-%{name}-glib-devel
476%defattr(-, root, root)
477%{_libdir}/libavahi-glib.so
478%{_libdir}/pkgconfig/avahi-glib.pc
479
480%files -n compat32-%{name}-gobject
481%defattr(-, root, root)
482%{_libdir}/libavahi-gobject.so.*
483
484%files -n compat32-%{name}-gobject-devel
485%defattr(-, root, root)
486%{_libdir}/libavahi-gobject.so
487%{_libdir}/pkgconfig/avahi-gobject.pc
488%endif
489
490%changelog
491* Mon May 13 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.7-2
492- rebuilt with gdbm-1.18.1.
493- dropped GTK+2, Qt3 and Qt4 support.
494
495* Tue Feb 27 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.7-1
496- new upstream release.
497- fixed illegal %%attr.
498
499* Thu Jun 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.31-5
500- rebuild with gcc-5.4.0
501
502* Sat Jul 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.31-4
503- rebuild with VineSeed environment
504
505* Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.31-3
506- rebuild with VineSeed environment
507- add Patch0 (avahi-0.6.31-no-deprecations.patch) from Fedora
508
509* Tue Aug 27 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.31-2
510- update Patch10 (avahi-0.6.31-vine.patch)
511
512* Sun Apr 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.31-1
513- new upstream release
514
515* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.30-3
516- rebuild with python-2.7.2
517
518* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.30-2
519- add -ui-gtk3 sub package
520- add BuildRequires: gtk3-devel
521
522* Sun Jul 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.30-1
523- new upstream release
524
525* Tue Apr 26 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.6.25-5
526- add patch120 for fix CVE-2011-1002 (incorrect fix CVE-2010-2244)
527- add patch110 for fix CVE-2010-2244 (DNS packets)
528
529* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.25-4
530- rebuild with rpm-4.8.1 for pkg-config file
531
532* Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.6.25-3
533- rebuilt with gcc-4.4.3-3 on ppc
534
535* Wed Feb 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.6.25-2
536- rebuilt with python-2.6.4
537
538* Sat Sep 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.25-1
539- new upstream release
540- update vine patch
541  - startup avahi-daemon earlier
542
543* Mon Jul 13 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.6.24-2
544- added qt4 subpackage
545- added compat32 package for x86_64 arch support
546
547* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.24-1
548- new upstream release
549
550* Fri Jan 09 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.6.23-2
551- fixed %%pre: add the "avahi" user to the "avahi" group
552
553* Mon Sep 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.23-1
554- new upstream release
555
556* Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.22-1
557- new upstream release
558- add gobject, gobject-devel sub package
559- enable avahi-autoipd
560
561* Wed Jul 23 2008 Shu KONNO <owa@bg.wakwak.com> 0.6.20-1vl5
562- built with python-2.5.2
563- s/automake-1.9/automake/
564- fixed python library path
565- applied new versioning policy
566
567* Wed Feb 20 2008 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 0.6.20-0vl2
568- rebuild with expat-2.0.1
569
570* Mon Jul 23 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.20-0vl1
571- new upstream release
572
573* Thu May 10 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.18-0vl2
574- rebuild with new environment/toolchain
575
576* Tue May 08 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.18-0vl1
577- new upstream release
578
579* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.17-0vl2
580- require new chkconfig to reset initscript priorities
581
582* Thu Apr 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.17-0vl1
583- new upstream release
584
585* Fri Jan 12 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.6.13-0vl3
586- add patch110 for fix CVE-2006-6870
587- add Vendor/Distribution Tag
588
589* Wed Dec 27 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.13-0vl2
590- rebuilt for VineSeed
591
592* Thu Dec 07 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.6.13-0vl1.1
593- add patch100 for fix CVE-2006-5461
594- add BuildRequires:  XOrg-gl-devel tag
595
596* Thu Sep 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.13-0vl1
597- new upstream release
598- refine %%post scripts
599- add condrestart daemon in %%postun
600
601* Mon May 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.10-0vl1
602- new upstream release
603
604* Thu Mar 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.9-0vl2
605- move /var/lib/run/avahi-daemon to /var/run
606
607* Sun Mar 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.9-0vl1
608- initial build for Vine Linux based on FC package
609- add Patch10 to support Vine Linux
610
611* Thu Feb 23 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.8-1
612- Upgrade to upstream version 0.6.8
613- fix bug 182462: +Requires(post): initscripts, chkconfig, ldconfig
614
615* Fri Feb 17 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.7-1
616- Upgrade to upstream version 0.6.7
617
618* Fri Feb 17 2006 Karsten Hopp <karsten@redhat.de> - 0.6.6-4
619- BuildRequires pygtk2
620
621* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.6-3.1
622- bump again for double-long bug on ppc(64)
623
624* Fri Feb 10 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.6-3
625- rebuild for new gcc (again)
626- further fix for bug 178746: fix avahi-dnsconfd initscript
627
628* Tue Feb 07 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.6-2
629- rebuild for new gcc, glibc, glibc-kernheaders
630
631* Wed Feb 01 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.6-1
632- fix bug 179448: mis-alignment of input cmsghdr msg->msg_control buffer on ia64
633- Upgrade to 0.6.6
634
635* Thu Jan 26 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.5-1
636- Upgrade to upstream version 0.6.5
637- Make /etc/avahi/etc and /etc/avahi/etc/localtime owned by avahi
638  package; copy system localtime into chroot in post
639
640* Mon Jan 23 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.4-4
641- fix bug 178689: copy localtime to chroot
642- fix bug 178784: fix avahi-dnsconfd initscript
643
644* Fri Jan 20 2006 Peter Jones <pjones@redhat.com> - 0.6.4-3
645- fix subsystem locking in the initscript
646
647* Thu Jan 19 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.4-2
648- fix bug 178127: fully localize the initscript
649
650* Mon Jan 16 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.4-1
651- Upgrade to upstream version 0.6.4
652
653* Thu Jan 12 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.3-2
654- fix bug 177610: Enable mono support with new avahi-sharp package
655- fix bug 177609: add gdbm / gdbm-devel Requires for avahi-browse
656
657* Mon Jan 09 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.3-1
658- Upgrade to upstream version 0.6.3
659- fix bug 177148: initscript start should not fail if avahi-daemon running
660 
661* Thu Dec 22 2005 Jason Vas Dias <jvdias@redhat.com> - 0.6.1-3
662- move initscripts from /etc/init.d to /etc/rc.d/init.d
663
664* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
665- rebuilt
666
667* Fri Dec 09 2005 Jason Vas Dias<jvdias@redhat.com> - 0.6.1-2
668- fix bug 175352: Do not chkconfig --add avahi-daemon
669  if user has already configured it
670
671* Wed Dec 07 2005 Jason Vas Dias<jvdias@redhat.com> - 0.6.1-1
672- Upgrade to 0.6.1
673
674* Mon Dec 05 2005 Jason Vas Dias<jvdias@redhat.com> - 0.6-6
675- fix bug 174799 - fix .spec file \%files permissions
676
677* Fri Dec 02 2005 Jason Vas Dias<jvdias@redhat.com> - 0.6-5
678- python-twisted has been removed from the FC-5 distribution - disable its use
679
680* Thu Dec 01 2005 Jason Vas Dias<jvdias@redhat.com> - 0.6-4
681- Rebuild for dbus-0.6 - remove use of DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT
682
683* Wed Nov 30 2005 Jason Vas Dias<jvdias@redhat.com> - 0.6-3
684- fix bug 172047 - tools should require python-twisted
685- fix bug 173985 - docs directory permissions
686
687* Mon Nov 21 2005 Jason Vas Dias<jvdias@redhat.com> - 0.6-1
688- Upgrade to upstream version 0.6 - now provides 'avahi-howl-compat'
689  libraries / includes.
690
691* Mon Nov 14 2005 Jason Vas Dias<jvdias@redhat.com> - 0.5.2-7
692- fix bug 172034: fix ownership of /var/run/avahi-daemon/
693- fix bug 172772: .spec file improvements from matthias@rpmforge.net
694 
695* Mon Oct 31 2005 Jason Vas Dias<jvdias@redhat.com> - 0.5.2-6
696- put back avahi-devel Obsoletes: howl-devel
697
698* Mon Oct 31 2005 Alexander Larsson <alexl@redhat.com> - 0.5.2-5
699- Obsoletes howl, howl-libs, as we want to get rid of them on updates
700- No provides yet, as the howl compat library is in Avahi 0.6.0.
701
702* Sun Oct 30 2005 Florian La Roche <laroche@redhat.com>
703- disable the Obsoletes: howl until the transition is complete
704
705* Fri Oct 28 2005 Jason Vas Dias<jvdias@redhat.com> - 0.5.2-3
706- change initscript to start avahi-daemon AFTER messagebus
707
708* Wed Oct 26 2005 Karsten Hopp <karsten@redhat.de> 0.5.2-2
709- add buildrequires dbus-python
710
711* Fri Oct 21 2005 Alexander Larsson <alexl@redhat.com> - 0.5.2-1
712- Initial package
Note: See TracBrowser for help on using the repository browser.