* Tue Jul 18 2006 Petr Rockai <prockai@redhat.com> - 6:3.5.3-10

- do not ship the dummy kdnssd implementation, depend on external one
  (there is one provided by kdnssd-avahi now)
This commit is contained in:
prockai 2006-07-18 16:40:11 +00:00
parent 76a2957f9b
commit 522d77d48c

View File

@ -17,7 +17,7 @@
%define arts 1
Version: 3.5.3
Release: 8%{?dist}
Release: 10%{?dist}
Summary: K Desktop Environment - Libraries
Name: kdelibs
Url: http://www.kde.org/
@ -81,6 +81,7 @@ Requires(post): desktop-file-utils
Requires(postun): /sbin/ldconfig
Requires(postun): desktop-file-utils
Requires: shadow-utils
Requires: libkdnssd
BuildRequires: pcre-devel
BuildRequires: cups-devel >= %{cups_epoch}:1.1.20
@ -150,6 +151,7 @@ Requires: libtiff-devel
Requires: libidn-devel
Requires: libacl-devel
Requires: pcre-devel
Requires: libkdnssd-devel
Obsoletes: kdesupport-devel
@ -419,6 +421,8 @@ fi
%{_libdir}/lib*.so
%{_libdir}/lib*.a
%exclude %{_libdir}/libkdeinit_*
%exclude %{_libdir}/libkdnssd.*
%exclude %{_includedir}/kde/dnssd/
%files apidocs
%defattr(-,root,root)
@ -426,6 +430,10 @@ fi
%doc %{_docdir}/HTML/en/kdelibs*
%changelog
* Tue Jul 18 2006 Petr Rockai <prockai@redhat.com> - 6:3.5.3-10
- do not ship the dummy kdnssd implementation, depend on external one
(there is one provided by kdnssd-avahi now)
* Mon Jul 17 2006 Petr Rockai <prockai@redhat.com> - 6:3.5.3-9
- --disable-libfam and --enable-inotify to get inotify support
and to disable gamin/fam usage