2004-09-09 04:38:54 +00:00
|
|
|
%define soup_version 2.2.0
|
2004-09-09 04:36:59 +00:00
|
|
|
%define orbit2_version 2.9.8
|
2004-09-09 04:36:03 +00:00
|
|
|
|
2004-09-09 04:35:38 +00:00
|
|
|
%define eds_major 1.0
|
|
|
|
|
|
|
|
Summary: Backend data server for evolution
|
|
|
|
Name: evolution-data-server
|
2004-09-09 04:38:54 +00:00
|
|
|
Version: 0.0.99
|
2004-09-09 04:38:27 +00:00
|
|
|
Release: 1
|
2004-09-09 04:35:38 +00:00
|
|
|
License: GPL
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/0.0/%{name}-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
2004-09-09 04:36:03 +00:00
|
|
|
Requires: libsoup >= %{soup_version}
|
2004-09-09 04:36:59 +00:00
|
|
|
Requires: ORBit2 >= %{orbit2_version}
|
2004-09-09 04:35:38 +00:00
|
|
|
BuildRequires: glib2-devel, gnome-vfs2-devel, GConf2-devel, openldap-devel
|
2004-09-09 04:37:55 +00:00
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: libsoup-devel >= %{soup_version}
|
|
|
|
BuildRequires: ORBit2-devel >= %{orbit2_version}
|
2004-09-09 04:35:38 +00:00
|
|
|
|
|
|
|
%description
|
2004-09-09 04:37:59 +00:00
|
|
|
The evolution-data-server package provides a unified backend for programs that work with contacts, tasks, and calendar information.
|
|
|
|
|
|
|
|
It was originally developed for Evolution (hence the name), but is now used by other packages.
|
2004-09-09 04:35:38 +00:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for building against evolution-data-server
|
|
|
|
Group: Development/Libraries
|
2004-09-09 04:38:08 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: libbonobo-devel
|
|
|
|
Requires: libgnome-devel
|
2004-09-09 04:35:38 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Development files needed for building things which link against
|
|
|
|
evolution-data-server.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
export tagname=CC
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS
|
|
|
|
%configure --with-openldap=yes
|
|
|
|
make LIBTOOL=/usr/bin/libtool
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
export tagname=CC
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT LIBTOOL=/usr/bin/libtool install
|
|
|
|
|
|
|
|
# remove libtool archives for importers and the like
|
|
|
|
find $RPM_BUILD_ROOT/%{_libdir} -name '*.la' -exec rm {} \;
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
|
|
|
|
|
|
|
|
%find_lang %{name}-1.5
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -f %{name}-1.5.lang
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README COPYING ChangeLog NEWS AUTHORS
|
|
|
|
%{_libdir}/bonobo/servers/*
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
%{_libexecdir}/evolution-data-server-%{eds_major}
|
|
|
|
%{_datadir}/evolution-data-server-%{eds_major}
|
|
|
|
%{_datadir}/idl/evolution-data-server-%{eds_major}
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_includedir}/evolution-data-server-%{eds_major}
|
|
|
|
%{_datadir}/gtk-doc/html/*
|
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2004-09-09 04:38:54 +00:00
|
|
|
* Tue Aug 31 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.99-1
|
|
|
|
- update from 0.0.98 to 0.0.99
|
|
|
|
- increased libsoup requirement to 2.2.0 to match configuration script
|
|
|
|
|
2004-09-09 04:38:27 +00:00
|
|
|
* Mon Aug 16 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.98-1
|
|
|
|
- updated tarball from 0.0.97 to 0.0.98; updated required libsoup version to 2.1.13
|
|
|
|
|
2004-09-09 04:38:08 +00:00
|
|
|
* Thu Aug 5 2004 Warren Togami <wtogami@redhat.com> - 0.0.97-2
|
|
|
|
- pkgconfig -devel Requires libbonobo-devel, libgnome-devel
|
|
|
|
|
2004-09-09 04:37:59 +00:00
|
|
|
* Wed Aug 4 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.97-1
|
|
|
|
- upgraded to 0.0.97; rewrote the package's description
|
|
|
|
|
2004-09-09 04:37:55 +00:00
|
|
|
* Mon Jul 26 2004 David Malcolm <dmalcolm@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Tue Jul 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.96-2
|
|
|
|
- added version numbers to the BuildRequires test for libsoup-devel and ORBit2-devel
|
|
|
|
|
|
|
|
* Tue Jul 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.96-1
|
|
|
|
- 0.0.96; libsoup required is now 2.1.12
|
|
|
|
|
2004-09-09 04:37:53 +00:00
|
|
|
* Thu Jul 8 2004 David Malcolm <dmalcolm@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:37:38 +00:00
|
|
|
* Wed Jul 7 2004 David Malcolm <dmalcolm@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Tue Jul 6 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.95-1
|
|
|
|
- 0.0.95
|
|
|
|
|
2004-09-09 04:37:22 +00:00
|
|
|
* Thu Jun 17 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94.1-1
|
|
|
|
- 0.0.94.1
|
|
|
|
|
2004-09-09 04:37:04 +00:00
|
|
|
* Mon Jun 7 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94-2
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:36:59 +00:00
|
|
|
* Mon Jun 7 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.94-1
|
|
|
|
- 0.0.94
|
|
|
|
|
|
|
|
* Wed May 26 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-4
|
|
|
|
- added ORBit2 requirement
|
|
|
|
|
2004-09-09 04:36:55 +00:00
|
|
|
* Fri May 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-3
|
|
|
|
- rebuild again
|
|
|
|
|
2004-09-09 04:36:47 +00:00
|
|
|
* Fri May 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-2
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Thu May 20 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.93-1
|
|
|
|
- 0.0.93; libsoup required is now 2.1.10
|
|
|
|
|
2004-09-09 04:36:03 +00:00
|
|
|
* Wed Apr 21 2004 David Malcolm <dmalcolm@redhat.com> - 0.0.92-1
|
|
|
|
- Update to 0.0.92; added a define and a requirement on the libsoup version
|
|
|
|
|
|
|
|
* Wed Mar 10 2004 Jeremy Katz <katzj@redhat.com> - 0.0.90-1
|
|
|
|
- 0.0.90
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:35:42 +00:00
|
|
|
* Mon Jan 26 2004 Jeremy Katz <katzj@redhat.com> - 0.0.6-1
|
|
|
|
- 0.0.6
|
|
|
|
|
2004-09-09 04:35:38 +00:00
|
|
|
* Wed Jan 21 2004 Jeremy Katz <katzj@redhat.com> - 0.0.5-2
|
|
|
|
- better fix by using system libtool
|
|
|
|
|
|
|
|
* Mon Jan 19 2004 Jeremy Katz <katzj@redhat.com> 0.0.5-1
|
|
|
|
- add some libdb linkage to make the build on x86_64 happy
|
|
|
|
|
|
|
|
* Wed Jan 14 2004 Jeremy Katz <katzj@redhat.com> 0.0.5-0
|
|
|
|
- update to 0.0.5
|
|
|
|
|
|
|
|
* Sat Jan 3 2004 Jeremy Katz <katzj@redhat.com> 0.0.4-0
|
|
|
|
- Initial build.
|