rpms/avahi/devel avahi.spec,1.46,1.47

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Mar 16 22:53:00 UTC 2006


Author: jvdias

Update of /cvs/dist/rpms/avahi/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24021

Modified Files:
	avahi.spec 
Log Message:
fix bug 185692: install avahi-sharp into %{_prefix}/lib, not %{_libdir}


Index: avahi.spec
===================================================================
RCS file: /cvs/dist/rpms/avahi/devel/avahi.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- avahi.spec	9 Mar 2006 15:38:11 -0000	1.46
+++ avahi.spec	16 Mar 2006 22:52:58 -0000	1.47
@@ -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 @@
 %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 at 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 at 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




More information about the fedora-cvs-commits mailing list