forked from pool/avahi
This commit is contained in:
parent
9846c83209
commit
d63832a449
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 24 01:29:15 CEST 2007 - ro@suse.de
|
||||
|
||||
- fix some rpmlint errors (call ldconfig in post scripts)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 27 17:25:07 CEST 2007 - crivera@suse.de
|
||||
|
||||
|
27
avahi.spec
27
avahi.spec
@ -18,7 +18,7 @@ BuildRequires: libqt4-devel python-gtk-devel
|
||||
BuildRequires: python-gtk qt-devel
|
||||
%endif
|
||||
Version: 0.6.17
|
||||
Release: 12
|
||||
Release: 28
|
||||
URL: http://www.avahi.org/
|
||||
Group: System/Daemons
|
||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||
@ -425,8 +425,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{stop_on_removal avahi-daemon}
|
||||
%{stop_on_removal avahi-dnsconfd}
|
||||
|
||||
%post
|
||||
%{run_ldconfig}
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun
|
||||
%{restart_on_update avahi-daemon}
|
||||
@ -434,6 +433,26 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{run_ldconfig}
|
||||
%insserv_cleanup
|
||||
|
||||
%post qt3 -p /sbin/ldconfig
|
||||
|
||||
%postun qt3 -p /sbin/ldconfig
|
||||
|
||||
%post qt4 -p /sbin/ldconfig
|
||||
|
||||
%postun qt4 -p /sbin/ldconfig
|
||||
|
||||
%post glib -p /sbin/ldconfig
|
||||
|
||||
%postun glib -p /sbin/ldconfig
|
||||
|
||||
%post compat-mDNSResponder -p /sbin/ldconfig
|
||||
|
||||
%postun compat-mDNSResponder -p /sbin/ldconfig
|
||||
|
||||
%post compat-howl -p /sbin/ldconfig
|
||||
|
||||
%postun compat-howl -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE docs/*
|
||||
@ -555,6 +574,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/avahi-qt4.pc
|
||||
|
||||
%changelog
|
||||
* Thu May 24 2007 - ro@suse.de
|
||||
- fix some rpmlint errors (call ldconfig in post scripts)
|
||||
* Tue Mar 27 2007 - crivera@suse.de
|
||||
- Improve libdns_sd compat support. This helps fix 214887.
|
||||
* Mon Mar 26 2007 - rguenther@suse.de
|
||||
|
Loading…
x
Reference in New Issue
Block a user