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