Added patch to fix build on x86_64 (had multiple definitions of mutex code
in libdb/dbinc.mutex.h)
This commit is contained in:
parent
cb81c34d23
commit
8d97612437
@ -6,10 +6,11 @@
|
|||||||
Summary: Backend data server for evolution
|
Summary: Backend data server for evolution
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
Version: 1.0.2
|
Version: 1.0.2
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2
|
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2
|
||||||
|
Patch1: evolution-data-server-1.0.2-fix-64-bit-build.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
Requires: libsoup >= %{soup_version}
|
Requires: libsoup >= %{soup_version}
|
||||||
Requires: ORBit2 >= %{orbit2_version}
|
Requires: ORBit2 >= %{orbit2_version}
|
||||||
@ -36,6 +37,7 @@ evolution-data-server.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch1 -p1 -b .fix-64-bit-build
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export tagname=CC
|
export tagname=CC
|
||||||
@ -79,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 12 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-2
|
||||||
|
- added patch to fix build on x86_64 (had multiple definitions of mutex code in libdb/dbinc.mutex.h)
|
||||||
|
|
||||||
* Tue Oct 12 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-1
|
* Tue Oct 12 2004 David Malcolm <dmalcolm@redhat.com> - 1.0.2-1
|
||||||
- update from 1.0.1 to 1.0.2
|
- update from 1.0.1 to 1.0.2
|
||||||
- increased libsoup requirement to 2.2.1 to match configuration script
|
- increased libsoup requirement to 2.2.1 to match configuration script
|
||||||
|
Loading…
Reference in New Issue
Block a user