automatic version update by autodist [release 3.44.3-1mamba;Sun Jul 10 2022]
This commit is contained in:
parent
107ab234de
commit
46a3c24c00
@ -1,18 +1,19 @@
|
||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||
%define apiver %{majversion}
|
||||
Name: evolution
|
||||
Version: 3.38.3
|
||||
Version: 3.44.3
|
||||
Release: 1mamba
|
||||
Summary: An integrated mail, addressbook and calendaring tool
|
||||
Group: Graphical Desktop/Applications/Office
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.gnome.org/projects/evolution/
|
||||
URL: https://wiki.gnome.org/Apps
|
||||
Source: http://ftp.gnome.org/pub/gnome/sources/evolution/%{majversion}/%{name}-%{version}.tar.xz
|
||||
Patch0: evolution-pilot-link-0.12.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: evolution-data-server-devel
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: gnome-desktop-devel
|
||||
BuildRequires: libX11-devel
|
||||
@ -20,15 +21,20 @@ BuildRequires: libarchive-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: libcmark-devel
|
||||
BuildRequires: libdbusmenu-devel
|
||||
BuildRequires: libdee-devel
|
||||
BuildRequires: libenchant-devel
|
||||
BuildRequires: libenchant1-devel
|
||||
BuildRequires: libevolution-data-server-devel
|
||||
BuildRequires: libgcr-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libgeocode-glib-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgnome-autoar-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libgtkspell3-devel
|
||||
BuildRequires: libgweather-devel
|
||||
BuildRequires: libgspell-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libgweather3-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libical-devel
|
||||
BuildRequires: libnotify-devel
|
||||
BuildRequires: libnspr-devel
|
||||
@ -38,8 +44,9 @@ BuildRequires: libp11-kit-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpst-devel
|
||||
BuildRequires: libsecret-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libsoup2-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libunity-devel
|
||||
BuildRequires: libwebkit2gtk-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libytnef-devel
|
||||
@ -66,8 +73,7 @@ Requires: gnome-icon-theme >= 1.2.0
|
||||
Requires: bogofilter
|
||||
Requires: SpamAssassin
|
||||
Provides: evolution-gnome-pilot
|
||||
Obsoletes: evolution-gnome-pilot
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Obsoletes: evolution-gnome-pilot < 3.44.3
|
||||
|
||||
# FIXME:
|
||||
# checking for NM... checking for NM... yes
|
||||
@ -110,9 +116,12 @@ Requires: gtk-doc
|
||||
%description apidocs
|
||||
This package includes the %{name} API documentation.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#-D -T
|
||||
#:<< _EOF
|
||||
|
||||
%define _use_internal_dependency_generator 0
|
||||
%define __find_provides %{_builddir}/evolution-%{version}/find_provides.sh
|
||||
@ -135,6 +144,7 @@ _EOF
|
||||
chmod +x %{_builddir}/evolution-%{version}/find_requires.sh
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
%cmake -d build \
|
||||
-DLIBEXEC_INSTALL_DIR=%{_libexecdir} \
|
||||
-DENABLE_INTROSPECTION=ON \
|
||||
@ -190,29 +200,20 @@ chmod +x %{_builddir}/evolution-%{version}/find_requires.sh
|
||||
%{_datadir}/icons/hicolor/*/apps/evolution-mail.png
|
||||
%{_datadir}/icons/hicolor/*/apps/evolution-memos.png
|
||||
%{_datadir}/icons/hicolor/*/apps/evolution-tasks.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/evolution.svg
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/evolution-symbolic.svg
|
||||
%{_datadir}/icons/hicolor/scalable/apps/evolution*.svg
|
||||
%dir %{_libexecdir}/evolution
|
||||
%{_libexecdir}/evolution/*
|
||||
%{_mandir}/man1/evolution.1*
|
||||
#%{_libdir}/evolution/%{majversion}/plugins/*.xml
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
#%files gnome-pilot
|
||||
#%defattr(-,root,root)
|
||||
#%{_datadir}/gnome-pilot/conduits/*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/evolution
|
||||
%{_includedir}/evolution/*
|
||||
%{_libdir}/pkgconfig/evolution-calendar-3.0.pc
|
||||
%{_libdir}/pkgconfig/evolution-mail-3.0.pc
|
||||
#%{_libdir}/pkgconfig/evolution-plugin-3.0.pc
|
||||
%{_libdir}/pkgconfig/evolution-shell-3.0.pc
|
||||
%{_libdir}/pkgconfig/libemail-engine.pc
|
||||
#%{_libdir}/pkgconfig/libemail-utils.pc
|
||||
#%{_libdir}/pkgconfig/libevolution-utils.pc
|
||||
#%doc ChangeLog NEWS README
|
||||
|
||||
%files apidocs
|
||||
@ -229,6 +230,9 @@ chmod +x %{_builddir}/evolution-%{version}/find_requires.sh
|
||||
%{_datadir}/gtk-doc/html/evolution-util/*
|
||||
|
||||
%changelog
|
||||
* Sun Jul 10 2022 Automatic Build System <autodist@mambasoft.it> 3.44.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 15 2021 Automatic Build System <autodist@mambasoft.it> 3.38.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user