]> git.pld-linux.org Git - packages/dovecot-sieve.git/blame - dovecot-sieve.spec
- up to 0.1.13 for dovecot 1.2.6
[packages/dovecot-sieve.git] / dovecot-sieve.spec
CommitLineData
6f718a16 1%define dovecot_series 1.2
98714803 2%define sieve_version 0.1.13
3ec3df5c 3Summary: Sieve plugin for dovecot
605849b5 4Summary(pl.UTF-8): Wtyczka Sieve dla dovecota
3ec3df5c 5Name: dovecot-sieve
6f718a16 6Version: %{dovecot_series}_%{sieve_version}
98714803 7Release: 1
3ec3df5c
JS
8License: LGPL
9Group: Daemons
6f718a16 10Source0: http://www.rename-it.nl/dovecot/%{dovecot_series}/dovecot-%{dovecot_series}-sieve-%{sieve_version}.tar.gz
98714803 11# Source0-md5: 6151ab50e24abc0384358b1618c8048f
605849b5 12URL: http://www.dovecot.org/
cda26b9b
KK
13BuildRequires: autoconf
14BuildRequires: automake
3ec3df5c 15BuildRequires: bison
98714803 16BuildRequires: dovecot-devel >= 1:1.2.6
dfef6e12 17BuildRequires: flex
cda26b9b 18BuildRequires: libtool
dfef6e12 19%requires_eq_to dovecot dovecot-devel
3ec3df5c 20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
646f5528
JS
21
22%description
23Sieve is a language that can be used to create filters for electronic
24mail. It owes its creation to the CMU Cyrus Project, creators of Cyrus
25IMAP server.
26
27This dovecot plugin is derived is from Cyrus IMAP v2.2.12.
28
605849b5
JB
29%description -l pl.UTF-8
30Sieve to język używany do tworzenia filtrów dla poczty elektronicznej.
31Zawdzięcza swoje powstanie projektowi CMU Cyrus, twórcom serwera
32pocztowego Cyrus IMAP.
33
34Ta wtyczka dovecota wywodzi się z serwera Cyrus IMAP w wersji 2.2.12.
35
646f5528 36%prep
6f718a16 37%setup -q -n dovecot-%{dovecot_series}-sieve-%{sieve_version}
646f5528
JS
38
39%build
cda26b9b
KK
40%{__libtoolize}
41%{__aclocal}
42%{__autoconf}
43%{__autoheader}
44%{__automake}
605849b5 45%configure \
dfef6e12
JB
46 --disable-static \
47 --with-dovecot=%{_libdir}/dovecot-devel
48
49%{__make} \
50 dovecot_incdir=%{_includedir}/dovecot \
51 moduledir=%{_libdir}/dovecot/plugins
646f5528
JS
52
53%install
3ec3df5c 54rm -rf $RPM_BUILD_ROOT
605849b5
JB
55
56%{__make} install \
dfef6e12
JB
57 DESTDIR=$RPM_BUILD_ROOT \
58 moduledir=%{_libdir}/dovecot/plugins
605849b5 59
dfef6e12 60rm -f $RPM_BUILD_ROOT%{_libdir}/dovecot/plugins/lda/*.la
646f5528
JS
61
62%clean
3ec3df5c 63rm -rf $RPM_BUILD_ROOT
646f5528
JS
64
65%files
3ec3df5c 66%defattr(644,root,root,755)
dfef6e12 67%doc AUTHORS ChangeLog NEWS
6f718a16
AM
68%attr(755,root,root) %{_bindir}/*
69%attr(755,root,root) %{_libdir}/dovecot/plugins/lda/lib90_sieve_plugin.so
70%{_mandir}/man1/*.1.gz
This page took 0.064997 seconds and 4 git commands to generate.