fix bug 185692: install avahi-sharp into %{_prefix}/lib, not %{_libdir}
This commit is contained in:
parent
1ec97e1e7a
commit
5f5ba28699
11
avahi.spec
11
avahi.spec
@ -4,7 +4,7 @@
|
|||||||
%endif
|
%endif
|
||||||
Name: avahi
|
Name: avahi
|
||||||
Version: 0.6.9
|
Version: 0.6.9
|
||||||
Release: 4
|
Release: 6
|
||||||
Summary: Local network service discovery
|
Summary: Local network service discovery
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: LGPL
|
License: LGPL
|
||||||
@ -308,12 +308,15 @@ fi
|
|||||||
%if %{WITH_MONO}
|
%if %{WITH_MONO}
|
||||||
%files sharp
|
%files sharp
|
||||||
%defattr(0644, root, root, 0755)
|
%defattr(0644, root, root, 0755)
|
||||||
%{_libdir}/mono/avahi-sharp
|
%{_prefix}/lib/mono/avahi-sharp
|
||||||
%{_libdir}/mono/gac/avahi-sharp
|
%{_prefix}/lib/mono/gac/avahi-sharp
|
||||||
%{_libdir}/pkgconfig/avahi-sharp.pc
|
%{_prefix}/lib/pkgconfig/avahi-sharp.pc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Mar 09 2006 Jason Vas Dias <jvdias@redhat.com> - 0.6.9-4
|
||||||
- fix scriptlet error introduced by last fix:
|
- fix scriptlet error introduced by last fix:
|
||||||
if user has disabled avahi-daemon, do not enable it during %post
|
if user has disabled avahi-daemon, do not enable it during %post
|
||||||
|
Loading…
Reference in New Issue
Block a user