evolution-data-server/evolution-data-server.spec
Andrey Bondrov c0d274503a New version 3.22.0
Spec cleanup
2016-10-03 13:33:48 +10:00

408 lines
13 KiB
RPMSpec

%define url_ver %(echo %{version}|cut -d. -f1,2)
%define api 1.2
%define base_version 3.0
%define dir_version 3.16
%define camelmajor 52
%define libcamel %mklibname camel %{camelmajor}
%define devcamel %mklibname camel -d
%define ebackendmajor 10
%define libebackend %mklibname ebackend %{ebackendmajor}
%define devebackend %mklibname ebackend -d
%define ebookmajor 16
%define libebook %mklibname ebook %{ebookmajor}
%define devebook %mklibname ebook -d
%define ebookcontactsmajor 1
%define libebookcontacts %mklibname ebook-contacts %{ebookcontactsmajor}
%define devebookcontacts %mklibname ebook-contacts -d
%define ecalmajor 18
%define libecal %mklibname ecal %{ecalmajor}
%define devecal %mklibname ecal -d
%define edatabookmajor 25
%define libedatabook %mklibname edata-book %{edatabookmajor}
%define devedatabook %mklibname edata-book -d
%define edatacalmajor 27
%define libedatacal %mklibname edata-cal %{edatacalmajor}
%define devedatacal %mklibname edata-cal -d
%define edataservermajor 20
%define libedataserver %mklibname edataserver %{edataservermajor}
%define devedataserver %mklibname edataserver -d
%define girmajor 1.2
%define girname %mklibname %{name}-gir %{girmajor}
Name: evolution-data-server
Summary: Evolution Data Server
Version: 3.16.4
Release: 1
License: LGPLv2+
Group: System/Libraries
Url: http://www.gnome.org/projects/evolution/
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
Source10: %{name}.rpmlintrc
BuildRequires: bison
BuildRequires: gettext
BuildRequires: gnome-common
BuildRequires: gperf
BuildRequires: gtk-doc
BuildRequires: intltool
BuildRequires: vala-tools
BuildRequires: db-devel
BuildRequires: openldap-devel
BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: pkgconfig(gcr-base-3)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(goa-1.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gnome-keyring-1)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(gweather-3.0)
BuildRequires: pkgconfig(krb5)
BuildRequires: pkgconfig(libgdata)
BuildRequires: pkgconfig(libical)
BuildRequires: pkgconfig(libsecret-1)
BuildRequires: pkgconfig(libsoup-2.4)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(nspr)
BuildRequires: pkgconfig(nss)
BuildRequires: pkgconfig(oauth)
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(vapigen)
# workaround for libedbus-private library
%ifarch x86_64
Provides: devel(libedbus-private(64bit))
%else
Provides: devel(libedbus-private)
%endif
%description
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.
%files -f %{name}-%{dir_version}.lang
%doc COPYING NEWS
%doc %{_datadir}/gtk-doc/html/eds/*
%{_libexecdir}/%{name}
%{_libexecdir}/camel-index-control-%{api}
%{_libexecdir}/evolution-addressbook-factory
%{_libexecdir}/evolution-calendar-factory
%{_libexecdir}/evolution-user-prompter
%{_libexecdir}/evolution-scan-gconf-tree-xml
%{_libexecdir}/evolution-source-registry
%{_libexecdir}/evolution-addressbook-factory-subprocess
%{_libexecdir}/evolution-calendar-factory-subprocess
%attr(2755,root,mail) %{_libexecdir}/camel-lock-helper-%{api}
%{_datadir}/%{name}
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.AddressBook.service
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.Sources.service
%{_datadir}/dbus-1/services/org.gnome.evolution.dataserver.UserPrompter.service
%{_datadir}/pixmaps/%{name}
%{_datadir}/GConf/gsettings/evolution-data-server.convert
#GSettings
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.eds-shell.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.evolution.shell.network-config.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.Evolution.DefaultSources.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.addressbook.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.calendar.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.evolution-data-server.gschema.xml
#----------------------------------------------------------------------------
%package -n %{libcamel}
Summary: Shared libraries for using Evolution Data Server
Group: System/Libraries
%description -n %{libcamel}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.
%files -n %{libcamel}
%{_libdir}/libcamel-%{api}.so.%{camelmajor}*
#----------------------------------------------------------------------------
%package -n %{libebackend}
Summary: Shared libraries for using Evolution Data Server
Group: System/Libraries
%description -n %{libebackend}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.
%files -n %{libebackend}
%{_libdir}/libebackend-%{api}.so.%{ebackendmajor}*
#----------------------------------------------------------------------------
%package -n %{libebook}
Summary: Shared libraries for using Evolution Data Server
Group: System/Libraries
%description -n %{libebook}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.
%files -n %{libebook}
%{_libdir}/libebook-%{api}.so.%{ebookmajor}*
#----------------------------------------------------------------------------
%package -n %{libebookcontacts}
Summary: Shared libraries for using Evolution Data Server
Group: System/Libraries
%description -n %{libebookcontacts}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.
%files -n %{libebookcontacts}
%{_libdir}/libebook-contacts-%{api}.so.%{ebookcontactsmajor}*
#----------------------------------------------------------------------------
%package -n %{libecal}
Summary: Shared libraries for using Evolution Data Server
Group: System/Libraries
%description -n %{libecal}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.
%files -n %{libecal}
%{_libdir}/libecal-%{api}.so.%{ecalmajor}*
#----------------------------------------------------------------------------
%package -n %{libedatabook}
Summary: Shared libraries for using Evolution Data Server
Group: System/Libraries
%description -n %{libedatabook}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.
%files -n %{libedatabook}
%{_libdir}/libedata-book-%{api}.so.%{edatabookmajor}*
#----------------------------------------------------------------------------
%package -n %{libedatacal}
Summary: Shared libraries for using Evolution Data Server
Group: System/Libraries
%description -n %{libedatacal}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.
%files -n %{libedatacal}
%{_libdir}/libedata-cal-%{api}.so.%{edatacalmajor}*
#----------------------------------------------------------------------------
%package -n %{libedataserver}
Summary: Shared libraries for using Evolution Data Server
Group: System/Libraries
%description -n %{libedataserver}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.
%files -n %{libedataserver}
%{_libdir}/libedataserver-%{api}.so.%{edataservermajor}*
%{_libdir}/libedataserverui-%{api}.so.*
#----------------------------------------------------------------------------
%package -n %{devcamel}
Summary: Libraries and include files for using Evolution Data Server - camel
Group: Development/GNOME and GTK+
Requires: %{libcamel} = %{EVRD}
%description -n %{devcamel}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.
%files -n %{devcamel}
%doc %{_datadir}/gtk-doc/html/camel/*
%{_includedir}/%{name}/camel
%{_libdir}/pkgconfig/camel-%{api}.pc
%{_libdir}/libcamel-%{api}.so
#----------------------------------------------------------------------------
%package -n %{devebackend}
Summary: Libraries and include files for using Evolution Data Server - ebackend
Group: Development/GNOME and GTK+
Requires: %{libebackend} = %{EVRD}
%description -n %{devebackend}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.
%files -n %{devebackend}
%{_includedir}/%{name}/libebackend
%{_libdir}/pkgconfig/libebackend-%{api}.pc
%{_libdir}/libebackend-%{api}.so
#----------------------------------------------------------------------------
%package -n %{devebook}
Summary: Libraries and include files for using Evolution Data Server - ebook
Group: Development/GNOME and GTK+
Requires: %{libebook} = %{EVRD}
%description -n %{devebook}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.
%files -n %{devebook}
%{_includedir}/%{name}/libebook/
%{_libdir}/pkgconfig/libebook-%{api}.pc
%{_libdir}/libebook-%{api}.so
%{_datadir}/gir-1.0/EBook-%{girmajor}.gir
%{_datadir}/vala/vapi/libebook-1.2.deps
%{_datadir}/vala/vapi/libebook-1.2.vapi
#----------------------------------------------------------------------------
%package -n %{devebookcontacts}
Summary: Libraries and include files for using Evolution Data Server - ebookcontacts
Group: Development/GNOME and GTK+
Requires: %{libebookcontacts} = %{EVRD}
%description -n %{devebookcontacts}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.
%files -n %{devebookcontacts}
%{_includedir}/%{name}/libebook-contacts/
%{_libdir}/pkgconfig/libebook-contacts-%{api}.pc
%{_libdir}/libebook-contacts-%{api}.so
%{_datadir}/gir-1.0/EBookContacts-%{girmajor}.gir
%{_datadir}/vala/vapi/libebook-contacts-1.2.deps
%{_datadir}/vala/vapi/libebook-contacts-1.2.vapi
#----------------------------------------------------------------------------
%package -n %{devecal}
Summary: Libraries and include files for using Evolution Data Server - ecal
Group: Development/GNOME and GTK+
Requires: %{libecal} = %{EVRD}
%description -n %{devecal}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.
%files -n %{devecal}
%{_includedir}/%{name}/libecal/
%{_libdir}/pkgconfig/libecal-%{api}.pc
%{_libdir}/libecal-%{api}.so
#----------------------------------------------------------------------------
%package -n %{devedatabook}
Summary: Libraries and include files for using Evolution Data Server - edatabook
Group: Development/GNOME and GTK+
Requires: %{libedatabook} = %{EVRD}
%description -n %{devedatabook}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.
%files -n %{devedatabook}
%{_includedir}/%{name}/libedata-book/
%{_libdir}/pkgconfig/libedata-book-%{api}.pc
%{_libdir}/libedata-book-%{api}.so
#----------------------------------------------------------------------------
%package -n %{devedatacal}
Summary: Libraries and include files for using Evolution Data Server - edatacal
Group: Development/GNOME and GTK+
Requires: %{libedatacal} = %{EVRD}
%description -n %{devedatacal}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.
%files -n %{devedatacal}
%{_includedir}/%{name}/libedata-cal/
%{_libdir}/pkgconfig/libedata-cal-%{api}.pc
%{_libdir}/libedata-cal-%{api}.so
#----------------------------------------------------------------------------
%package -n %{devedataserver}
Summary: Libraries and include files for using Evolution Data Server
Group: Development/GNOME and GTK+
Requires: %{libedataserver} = %{EVRD}
Provides: %{name}-devel = %{EVRD}
%description -n %{devedataserver}
Evolution Data Server provides a central location for your addressbook
and calendar in the gnome desktop.
%files -n %{devedataserver}
%{_includedir}/%{name}/libedataserver/
%{_includedir}/%{name}/libedataserverui/
%{_libdir}/pkgconfig/libedataserver-%{api}.pc
%{_libdir}/pkgconfig/libedataserverui-%{api}.pc
%{_libdir}/pkgconfig/evolution-data-server-%{api}.pc
%{_libdir}/libedataserver-%{api}.so
%{_libdir}/libedataserverui-%{api}.so
%{_datadir}/gir-1.0/EDataServer-%{girmajor}.gir
%{_datadir}/vala/vapi/libedataserver-1.2.deps
%{_datadir}/vala/vapi/libedataserver-1.2.vapi
#----------------------------------------------------------------------------
%package -n %{girname}
Summary: GObject Introspection interface description for %{name}
Group: System/Libraries
%description -n %{girname}
GObject Introspection interface description for %{name}.
%files -n %{girname}
%{_libdir}/girepository-1.0/EDataServer-%{girmajor}.typelib
%{_libdir}/girepository-1.0/EBook-%{girmajor}.typelib
%{_libdir}/girepository-1.0/EBookContacts-%{girmajor}.typelib
#----------------------------------------------------------------------------
%prep
%setup -q
%apply_patches
%build
%configure2_5x \
--with-krb5=%{_prefix} \
--with-krb5-libs=%{_libdir} \
--with-libdb=%{_prefix} \
--disable-static \
--with-openldap=yes \
--with-static-ldap=no \
--enable-gtk-doc=yes \
--disable-uoa \
--enable-vala-bindings
%make
%install
%makeinstall_std
# give the libraries some executable bits
find %{buildroot} -name '*.so.*' -exec chmod +x {} \;
%find_lang %{name}-%{dir_version}