From 5f5ba286993af29876e6e65ca818f3c2ae9459c9 Mon Sep 17 00:00:00 2001 From: jvdias Date: Thu, 16 Mar 2006 22:52:58 +0000 Subject: [PATCH] fix bug 185692: install avahi-sharp into %{_prefix}/lib, not %{_libdir} --- avahi.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/avahi.spec b/avahi.spec index cf6e8e3..7b28a3e 100644 --- a/avahi.spec +++ b/avahi.spec @@ -4,7 +4,7 @@ %endif Name: avahi Version: 0.6.9 -Release: 4 +Release: 6 Summary: Local network service discovery Group: System Environment/Base License: LGPL @@ -308,12 +308,15 @@ fi %if %{WITH_MONO} %files sharp %defattr(0644, root, root, 0755) -%{_libdir}/mono/avahi-sharp -%{_libdir}/mono/gac/avahi-sharp -%{_libdir}/pkgconfig/avahi-sharp.pc +%{_prefix}/lib/mono/avahi-sharp +%{_prefix}/lib/mono/gac/avahi-sharp +%{_prefix}/lib/pkgconfig/avahi-sharp.pc %endif %changelog +* Thu Mar 16 2006 Jason Vas Dias - 0.6.9-6 +- Fix bug 185692: install avahi-sharp into %{prefix}/lib, not %{_libdir} + * Thu Mar 09 2006 Jason Vas Dias - 0.6.9-4 - fix scriptlet error introduced by last fix: if user has disabled avahi-daemon, do not enable it during %post