fix bug 185692: install avahi-sharp into %{_prefix}/lib, not %{_libdir}

This commit is contained in:
jvdias 2006-03-16 22:52:58 +00:00
parent 1ec97e1e7a
commit 5f5ba28699

View File

@ -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 <jvdias@redhat.com> - 0.6.9-6
- Fix bug 185692: install avahi-sharp into %{prefix}/lib, not %{_libdir}
* Thu Mar 09 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.9-4
- fix scriptlet error introduced by last fix:
if user has disabled avahi-daemon, do not enable it during %post