]> git.pld-linux.org Git - packages/evolution-exchange.git/blame - evolution-exchange.spec
- en@shaw locale is now supported (via LANGUAGE)
[packages/evolution-exchange.git] / evolution-exchange.spec
CommitLineData
8387620b 1#
1361a22c 2%define filterout_ld -Wl,--as-needed
1450324a 3Summary: Microsoft Exchange support for Evolution
0a2ef1fc 4Summary(pl.UTF-8): Wsparcie dla Microsoft Exchange w Evolution
1450324a 5Name: evolution-exchange
68ed6547
MB
6Version: 2.32.2
7Release: 1
1450324a
AF
8License: GPL v2
9Group: X11/Applications
ff494be4 10Source0: http://ftp.gnome.org/pub/GNOME/sources/evolution-exchange/2.32/%{name}-%{version}.tar.bz2
68ed6547 11# Source0-md5: 6fa8e604a2bc9f5e0a7b78408f69d62c
b03cb8a7 12Patch0: gtk224.patch
c78467a4 13BuildRequires: GConf2-devel >= 2.22.0
31102da9
MB
14BuildRequires: autoconf >= 2.58
15BuildRequires: automake >= 1:1.9
df39c44b 16BuildRequires: docbook-dtd412-xml
f12317fe
MB
17BuildRequires: evolution-data-server-devel >= 2.32.1
18BuildRequires: evolution-devel >= 2.32.1
c78467a4
MB
19BuildRequires: gettext-devel
20BuildRequires: glib2-devel >= 1:2.16.1
21BuildRequires: gnome-common >= 2.20.0
ff494be4 22BuildRequires: gtk+2-devel >= 2:2.20.0
31102da9 23BuildRequires: gtk-doc >= 1.9
8b3bf16e 24BuildRequires: intltool >= 0.36.2
c78467a4
MB
25BuildRequires: libsoup-devel >= 2.4.0
26BuildRequires: libtool
27BuildRequires: libxml2-devel >= 1:2.6.31
6ee26726 28BuildRequires: nss-devel
594dc0b6 29BuildRequires: openldap-devel >= 2.4.6
1450324a
AF
30BuildRequires: pkgconfig
31BuildRequires: rpmbuild(macros) >= 1.197
8387620b 32Requires(post,preun): GConf2
f12317fe 33Requires: evolution >= 2.32.1
ff494be4 34Requires: gtk+2 >= 2:2.20.0
1450324a 35Obsoletes: ximian-connector
8ef63076 36# sr@Latn vs. sr@latin
37Conflicts: glibc-misc < 6:2.7
1450324a
AF
38BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39
40%description
4a0841a2
JB
41This package adds support for Microsoft Exchange 2000 and 2003 to
42Evolution.
1450324a 43
a9b2c375
JR
44%description -l pl.UTF-8
45Ten pakiet dodaje do Evolution obsługę Microsoft Exchange 2000 i 2003.
1450324a 46
0812a127
MB
47%package apidocs
48Summary: Microsoft Exchange support for Evolution API documentation
49Summary(pl.UTF-8): Dokumentacja API wsparcia Microsoft Exchange w Evolution
50Group: Documentation
51Requires: gtk-doc-common
52
53%description apidocs
54Microsoft Exchange support for Evolution API documentation.
55
56%description apidocs -l pl.UTF-8
57Dokumentacja API wsparcia Microsoft Exchange w Evolution.
58
1450324a
AF
59%prep
60%setup -q
b03cb8a7 61%patch0 -p1
1450324a
AF
62
63%build
485d2038 64%{__glib_gettextize}
1361a22c 65%{__intltoolize}
c78467a4 66%{__libtoolize}
31102da9 67%{__aclocal} -I m4
1450324a 68%{__autoconf}
c78467a4 69%{__autoheader}
1450324a
AF
70%{__automake}
71%configure \
594dc0b6 72 --with-openldap=/usr \
1361a22c 73 --disable-schemas-install \
31102da9 74 --disable-silent-rules \
1361a22c 75 --enable-gtk-doc \
1450324a
AF
76 --with-html-dir=%{_gtkdocdir}
77%{__make}
78
79%install
80rm -rf $RPM_BUILD_ROOT
81
82%{__make} install \
90a436db 83 DESTDIR=$RPM_BUILD_ROOT
1450324a 84
80d72710
JB
85%{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution-data-server-*/{camel-providers,extensions}/*.{la,a}
86%{__rm} $RPM_BUILD_ROOT%{_libdir}/evolution/*/plugins/*.la
1450324a 87
ff494be4 88%find_lang %{name}-2.32
1450324a
AF
89
90%clean
91rm -rf $RPM_BUILD_ROOT
92
8387620b 93%post
ff494be4 94%gconf_schema_install apps_exchange_addressbook-2.32.schemas
8387620b
MB
95
96%preun
ff494be4 97%gconf_schema_uninstall apps_exchange_addressbook-2.32.schemas
8387620b 98
ff494be4 99%files -f %{name}-2.32.lang
1450324a 100%defattr(644,root,root,755)
8387620b 101%doc AUTHORS ChangeLog NEWS README
ff494be4
MB
102%{_sysconfdir}/gconf/schemas/apps_exchange_addressbook-2.32.schemas
103%attr(755,root,root) %{_bindir}/exchange-connector-setup-2.32
c78467a4 104%attr(755,root,root) %{_libdir}/evolution-data-server-1.2/camel-providers/libcamelexchange.so
31102da9
MB
105%attr(755,root,root) %{_libdir}/evolution-data-server-1.2/extensions/libebookbackendexchange.so
106%attr(755,root,root) %{_libdir}/evolution-data-server-1.2/extensions/libecalbackendexchange.so
ff494be4
MB
107%attr(755,root,root) %{_libdir}/evolution/2.32/plugins/liborg-gnome-exchange-operations.so
108%{_libdir}/evolution/2.32/plugins/org-gnome-exchange-operations.eplug
109%{_datadir}/evolution/2.32/errors/org-gnome-exchange-operations.error
c78467a4 110%{_datadir}/evolution-exchange
c78467a4 111%{_libdir}/evolution-data-server-1.2/camel-providers/libcamelexchange.urls
0812a127
MB
112
113%files apidocs
114%defattr(644,root,root,755)
c78467a4 115%{_gtkdocdir}/evolution-exchange
This page took 0.087097 seconds and 4 git commands to generate.