rpms/avahi/devel .cvsignore, 1.5, 1.6 avahi.spec, 1.27, 1.28 sources, 1.5, 1.6

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 16 23:57:02 UTC 2006


Author: jvdias

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

Modified Files:
	.cvsignore avahi.spec sources 
Log Message:
fix bugs 177610, 177609; upgrade to avahi-0.6.4


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/avahi/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	9 Jan 2006 16:25:30 -0000	1.5
+++ .cvsignore	16 Jan 2006 23:56:58 -0000	1.6
@@ -2,3 +2,4 @@
 avahi-0.6.tar.gz
 avahi-0.6.1.tar.gz
 avahi-0.6.3.tar.gz
+avahi-0.6.4.tar.gz


Index: avahi.spec
===================================================================
RCS file: /cvs/dist/rpms/avahi/devel/avahi.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- avahi.spec	13 Jan 2006 16:03:23 -0000	1.27
+++ avahi.spec	16 Jan 2006 23:56:58 -0000	1.28
@@ -1,12 +1,19 @@
+%{?!WITH_MONO:  %define WITH_MONO 1}
+%ifarch ppc64
+%define WITH_MONO 0
+%endif
 Name:           avahi
-Version:        0.6.3
-Release: 	2
+Version:        0.6.4
+Release: 	1
 Summary:        Local network service discovery 
 Group:          System Environment/Base
 License:        LGPL
 URL:            http://avahi.org
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  doxygen, gtk2-devel, qt-devel, libglade2-devel, libdaemon-devel, glib-devel, libcap-devel, dbus-devel, expat-devel, python, dbus-python, gdbm-devel, mono-devel >= 1.1.13
+BuildRequires:  doxygen, gtk2-devel, qt-devel, libglade2-devel, libdaemon-devel, glib-devel, libcap-devel, dbus-devel, expat-devel, python, dbus-python, gdbm-devel
+%if %{WITH_MONO}
+BuildRequires: mono-devel >= 1.1.13
+%endif
 Requires:       dbus, libdaemon, expat, python, dbus-python, libcap
 Obsoletes:	howl, howl-libs
 Source0:        %{name}-%{version}.tar.gz
@@ -75,6 +82,7 @@
 The avahi-qt3-devel package contains the header files and libraries
 necessary for developing programs using avahi with Qt3.
 
+%if %{WITH_MONO}
 %package sharp
 Summary:   Mono language bindings for avahi mono development
 Group: 	   Development/Libraries
@@ -84,6 +92,7 @@
 %description sharp
 The avahi-sharp package contains the files needed to develop 
 mono programs that use avahi.
+%endif
 
 %package devel
 Summary: Libraries and header files for avahi development
@@ -106,7 +115,9 @@
 #%patch4 -p1 -b .dbus-0.6
 #^- this patch now upstream
 %patch5 -p1 -b .bz177148
+%if %{WITH_MONO}
 %patch6 -p1 -b .MONO_SHARED_DIR
+%endif
 
 %build
 # auto* update needed for avahi-0.5.2-fedora.patch
@@ -115,7 +126,11 @@
 automake-1.9 --add-missing
 autoconf
 
-%configure --with-distro=fedora --disable-qt4 --disable-monodoc --without-python-twisted --with-avahi-user=avahi --with-avahi-group=avahi --enable-compat-howl --enable-compat-libdns_sd
+%configure --with-distro=fedora --disable-qt4 --disable-monodoc --without-python-twisted --with-avahi-user=avahi --with-avahi-group=avahi --enable-compat-howl --enable-compat-libdns_sd \
+%if ! %{WITH_MONO}
+	--disable-mono \
+%endif
+;
 make %{?_smp_mflags}
 
 %install
@@ -259,13 +274,18 @@
 %attr(755,root,root) %{_libdir}/libavahi-qt3.so
 %{_includedir}/avahi-qt3
 
+%if %{WITH_MONO}
 %files sharp
 %defattr(0644, root, root, 0755)
 /usr/lib/mono/avahi-sharp
 /usr/lib/mono/gac/avahi-sharp
 /usr/lib/pkgconfig/avahi-sharp.pc
+%endif
 
 %changelog
+* Mon Jan 16 2006 Jason Vas Dias <jvdias at redhat.com> - 0.6.4-1
+- Upgrade to upstream version 0.6.4
+
 * Thu Jan 12 2006 Jason Vas Dias <jvdias at redhat.com> - 0.6.3-2
 - fix bug 177610: Enable mono support with new avahi-sharp package
 - fix bug 177609: add gdbm / gdbm-devel Requires for avahi-browse


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/avahi/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	9 Jan 2006 16:25:30 -0000	1.5
+++ sources	16 Jan 2006 23:56:58 -0000	1.6
@@ -1 +1 @@
-0203f7fdd8d16914594f5c7ab2ec8e71  avahi-0.6.3.tar.gz
+12eb941043f26f82c51e99821ac52c44  avahi-0.6.4.tar.gz




More information about the fedora-cvs-commits mailing list