packages (DEVEL): evolution/evolution.spec - added python and mono subpacka...
wiget
wiget at pld-linux.org
Tue Sep 20 11:08:49 CEST 2011
Author: wiget Date: Tue Sep 20 09:08:49 2011 GMT
Module: packages Tag: DEVEL
---- Log message:
- added python and mono subpackages
- enable clutter
---- Files affected:
packages/evolution:
evolution.spec (1.296.2.2 -> 1.296.2.3)
---- Diffs:
================================================================
Index: packages/evolution/evolution.spec
diff -u packages/evolution/evolution.spec:1.296.2.2 packages/evolution/evolution.spec:1.296.2.3
--- packages/evolution/evolution.spec:1.296.2.2 Mon Sep 19 22:30:12 2011
+++ packages/evolution/evolution.spec Tue Sep 20 11:08:44 2011
@@ -14,7 +14,7 @@
Summary(zh_CN.UTF-8): Evolution - GNOME个人和工作组信息管理工具(包括电子邮件,日历和地址薄)
Name: evolution
Version: 3.1.92
-Release: 0.1
+Release: 0.2
License: GPL v2+
Group: X11/Applications
Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution/3.1/%{name}-%{version}.tar.xz
@@ -227,6 +227,22 @@
%description calendar -l pl.UTF-8
Kalendarz i lista zadań Evolution.
+%package python
+Summary: Python embedding hooks for Evolution
+Group: X11/Applications
+Requires: %{name} = %{version}-%{release}
+
+%description python
+Python embedding hooks for Evolution.
+
+%package mono
+Summary: Mono embedding hooks for Evolution
+Group: X11/Applications
+Requires: %{name} = %{version}-%{release}
+
+%description mono
+Mono embedding hooks for Evolution.
+
%package apidocs
Summary: Evolution API documentation
Summary(pl.UTF-8): Dokumentacja API Evolution
@@ -254,30 +270,33 @@
%{__automake}
%configure \
--disable-scrollkeeper \
+ --disable-schemas-install \
+ --disable-silent-rules \
+ --enable-static \
--enable-canberra \
--enable-pst-import \
--disable-image-inline \
--enable-weather \
--enable-audio-inline \
- %{?with_ldap:--with-openldap=yes} \
- %{!?with_ldap:--with-openldap=no} \
- %{?with_kerberos5:--with-krb5=%{_prefix}} \
- %{!?with_kerberos5:--with-krb5=no} \
+ --enable-goa \
+ --with-clutter \
+ --enable-contact-maps \
+ %{__with_without ldap openldap} \
+ %{__with_without kerberos5 krb5 %{_prefix}} \
--without-static-ldap \
--with-nspr-includes="%{_includedir}/nspr" \
--with-nss-includes="%{_includedir}/nss" \
--with-nspr-libs="%{_libdir}" \
--with-nss-libs="%{_libdir}" \
--with-kde-applnk-path=no \
- --disable-schemas-install \
--enable-plugins=all \
--enable-nss=yes \
--enable-smime=yes \
- --enable-static \
--with-sub-version=" PLD Linux" \
--enable-gtk-doc \
--with-html-dir=%{_gtkdocdir} \
- --disable-silent-rules
+ --enable-python \
+ --enable-mono
%{__make}
@@ -778,6 +797,14 @@
%attr(755,root,root) %{evo_plugins_dir}/liborg-gnome-save-calendar.so
%{evo_plugins_dir}/org-gnome-save-calendar.eplug
+%files python
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/evolution/%{basever}/modules/libevolution-module-plugin-python.so
+
+%files mono
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/evolution/%{basever}/modules/libevolution-module-plugin-mono.so
+
%files apidocs
%defattr(644,root,root,755)
%{_gtkdocdir}/eshell
@@ -788,6 +815,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.296.2.3 2011/09/20 09:08:44 wiget
+- added python and mono subpackages
+- enable clutter
+
Revision 1.296.2.2 2011/09/19 20:30:12 wiget
- up to 3.1.92 (need more work)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/evolution/evolution.spec?r1=1.296.2.2&r2=1.296.2.3&f=u
More information about the pld-cvs-commit
mailing list