- added patch to calendar/libecal/e-cal.c to fix missing declaration of
open_calendar
This commit is contained in:
parent
638d0eed0e
commit
7e93af778b
@ -33,7 +33,7 @@ ExcludeArch: ppc64
|
|||||||
Summary: Backend data server for evolution
|
Summary: Backend data server for evolution
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
Version: 1.2.2
|
Version: 1.2.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
|
||||||
@ -47,6 +47,7 @@ Patch3: evolution-data-server-1.0.2-workaround-cal-backend-leak.patch
|
|||||||
|
|
||||||
Patch98: evolution-1.4.4-ldap-x86_64-hack.patch
|
Patch98: evolution-1.4.4-ldap-x86_64-hack.patch
|
||||||
Patch100: evolution-data-server-1.2.0-cope-with-a-macro-called-read.patch
|
Patch100: evolution-data-server-1.2.0-cope-with-a-macro-called-read.patch
|
||||||
|
Patch101: evolution-data-server-1.2.2-fix_open_calendar_declaration.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
Requires: libsoup >= %{soup_version}
|
Requires: libsoup >= %{soup_version}
|
||||||
@ -113,6 +114,7 @@ evolution-data-server.
|
|||||||
|
|
||||||
%patch98 -p1 -b .ldaphack
|
%patch98 -p1 -b .ldaphack
|
||||||
%patch100 -p1 -b .cope-with-a-macro-called-read
|
%patch100 -p1 -b .cope-with-a-macro-called-read
|
||||||
|
%patch101 -p1 -b .fix_open_calendar_declaration
|
||||||
|
|
||||||
mkdir -p krb5-fakeprefix/include
|
mkdir -p krb5-fakeprefix/include
|
||||||
mkdir -p krb5-fakeprefix/lib
|
mkdir -p krb5-fakeprefix/lib
|
||||||
@ -212,6 +214,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 11 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-2
|
||||||
|
- added patch to calendar/libecal/e-cal.c to fix missing declaration of open_calendar
|
||||||
|
|
||||||
* Mon Apr 11 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-1
|
* Mon Apr 11 2005 David Malcolm <dmalcolm@redhat.com> - 1.2.2-1
|
||||||
- 1.2.2
|
- 1.2.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user