rpms/beagle/devel beagle.spec,1.118,1.119

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Wed Feb 13 19:01:58 UTC 2008


Author: ausil

Update of /cvs/extras/rpms/beagle/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28309

Modified Files:
	beagle.spec 
Log Message:
 ia64 needs libunwind-devel to build
change ExclusiveArch to ExcludeArch



Index: beagle.spec
===================================================================
RCS file: /cvs/extras/rpms/beagle/devel/beagle.spec,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- beagle.spec	10 Feb 2008 16:10:41 -0000	1.118
+++ beagle.spec	13 Feb 2008 19:01:03 -0000	1.119
@@ -1,6 +1,6 @@
 Name:           beagle
 Version:        0.3.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        The Beagle Search Infrastructure
 Group:          User Interface/Desktops
 # see COPYING for details
@@ -30,6 +30,9 @@
 BuildRequires:  desktop-file-utils
 BuildRequires:  libbeagle-devel >= 0.3.0
 BuildRequires:  ndesk-dbus-glib-devel
+%ifarch ia64
+BuildRequires:  libunwind-devel
+%endif
 Requires: sqlite >= 3.3.1
 Requires: mono-core >= 1.1.13.5
 Requires: zip unzip sed grep poppler-utils
@@ -48,9 +51,9 @@
 Patch5: beagle-0.2.15.1-libdir.patch
 Patch6: beagle-monodoc.patch
 
-# Mono only available on these:
-ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc alpha
-# no mono on s390 for now: s390 s390x 
+# Mono is not available on these arches 
+ExcludeArch: s390 s390x sparc64 ppc64
+
 
 # Firefox location info, for the beagle firefox plugin
 %if "%{_libdir}" == "/usr/lib64"
@@ -309,6 +312,10 @@
 %{_libdir}/pkgconfig/beagle*.pc
  
 %changelog
+* Wed Feb 13 2008 Dennis Gilmore <dennis at ausil.us> - 0.3.3-2
+- ia64 needs libunwind-devel
+- change ExclusiveArch to ExcludeArch
+
 * Sun Feb 10 2008 David Nielsen <david at lovesunix.net> - 0.3.3-1
 - Small BR fix
 - Rebuild for GCC 4.3




More information about the fedora-extras-commits mailing list