rpms/evolution-brutus/devel evolution-brutus-1.1.26.0-config64.patch, NONE, 1.1 evolution-brutus.spec, 1.2, 1.3

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Fri Apr 27 21:49:28 UTC 2007


Author: bpepple

Update of /cvs/extras/rpms/evolution-brutus/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8916

Modified Files:
	evolution-brutus.spec 
Added Files:
	evolution-brutus-1.1.26.0-config64.patch 
Log Message:
* Fri Apr 27 2007 Brian Pepple <bpepple at fedoraproject.org> - 1.1.26.0-2
- add patch to build on x86_64.
- Minor formatting changes.


evolution-brutus-1.1.26.0-config64.patch:

--- NEW FILE evolution-brutus-1.1.26.0-config64.patch ---
diff -ur evolution-brutus-1.1.26.0.OLD/configure evolution-brutus-1.1.26.0/configure
--- evolution-brutus-1.1.26.0.OLD/configure	2007-04-27 08:33:58.000000000 -0400
+++ evolution-brutus-1.1.26.0/configure	2007-04-27 16:52:02.000000000 -0400
@@ -3137,7 +3137,7 @@
 	if test "$brutus_target" = "OpenSUSE_10_3"; then
 		PKGCONFIG_DIR='/opt/gnome/lib/pkgconfig/'
 	else
-		PKGCONFIG_DIR='/usr/lib/pkgconfig/'
+		PKGCONFIG_DIR='/usr/lib*/pkgconfig/'
 	fi
 fi
 


Index: evolution-brutus.spec
===================================================================
RCS file: /cvs/extras/rpms/evolution-brutus/devel/evolution-brutus.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- evolution-brutus.spec	27 Apr 2007 19:11:42 -0000	1.2
+++ evolution-brutus.spec	27 Apr 2007 21:48:53 -0000	1.3
@@ -3,26 +3,28 @@
 %define eds_api_version 1.2
 %define eds_base_version 1.10
 
+Name:		evolution-brutus
+Version:	1.1.26.0
+Release:	2%{?dist}
+Summary:	Brutus based Exchange connector for Novell Evolution 2.4 and later
+
+License:	GPL
+Group:		Applications/Productivity
+URL:		http://www.omesc.com/modules/xoopsfaq/index.php?cat_id=6
+Source0:	http://www.omesc.com/content/downloads/dist/Rawhide/SOURCES/%{name}-%{version}.tar.gz
+Patch0:		%{name}-%{version}-config64.patch
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:	ORBit2-devel >= 2.14.1
+BuildRequires:	evolution-data-server-devel >= 1.6
+BuildRequires:	intltool >= 0.30
+BuildRequires:	libgcrypt-devel >= 1.2.2
+BuildRequires:	evolution-devel
+BuildRequires:	e2fsprogs-devel
+BuildRequires:	gettext
 
-Summary:         A Brutus based Exchange connector for Novell Evolution 2.4 and later
-Name:            evolution-brutus
-Version:         1.1.26.0
-Release:         1%{?dist}
-License:         GPL
-Group:           Applications/Productivity
-Source0:         http://www.omesc.com/content/downloads/dist/Rawhide/SOURCES/%{name}-%{version}.tar.gz
-BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-URL:             http://www.omesc.com/modules/xoopsfaq/index.php?cat_id=6
-BuildRequires:   ORBit2-devel >= 2.14.1
-BuildRequires:   evolution-data-server-devel >= 1.6
-BuildRequires:   intltool >= 0.30
-BuildRequires:   libgcrypt-devel >= 1.2.2
-BuildRequires:   evolution-devel
-BuildRequires:   e2fsprogs-devel
-BuildRequires:   gettext
-
-Requires:        libIDL >= 0.8.5
-Requires:        evolution
+Requires:	libIDL >= 0.8.5
+Requires:	evolution
 
 
 %description
@@ -58,7 +60,9 @@
 
 
 %prep
-%setup -q 
+%setup -q
+%patch0 -p1 -b .config64
+
 
 %build
 %configure				\
@@ -113,6 +117,10 @@
 
 
 %changelog
+* Fri Apr 27 2007 Brian Pepple <bpepple at fedoraproject.org> - 1.1.26.0-2
+- add patch to build on x86_64.
+- Minor formatting changes.
+
 * Fri Apr 27 2007 Brian Pepple <bpepple at fedoraproject.org> - 1.1.26.0-1
 - Update to 1.1.26.0.
 - Drop BR on gpgme-devel, and add BR on libgcrypt-devel.




More information about the scm-commits mailing list