]> git.pld-linux.org Git - packages/dovecot-sieve.git/blame - dovecot-sieve.spec
- rel 7
[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
57bfac15 5Release: 7
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/
3ec3df5c 11BuildRequires: bison
32130a8b 12BuildRequires: dovecot-devel >= 1:1.1.1
dfef6e12
JB
13BuildRequires: flex
14%requires_eq_to dovecot dovecot-devel
3ec3df5c 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
646f5528
JS
16
17%description
18Sieve is a language that can be used to create filters for electronic
19mail. It owes its creation to the CMU Cyrus Project, creators of Cyrus
20IMAP server.
21
22This dovecot plugin is derived is from Cyrus IMAP v2.2.12.
23
605849b5
JB
24%description -l pl.UTF-8
25Sieve to język używany do tworzenia filtrów dla poczty elektronicznej.
26Zawdzięcza swoje powstanie projektowi CMU Cyrus, twórcom serwera
27pocztowego Cyrus IMAP.
28
29Ta wtyczka dovecota wywodzi się z serwera Cyrus IMAP w wersji 2.2.12.
30
646f5528
JS
31%prep
32%setup -q
33
34%build
605849b5 35%configure \
dfef6e12
JB
36 --disable-static \
37 --with-dovecot=%{_libdir}/dovecot-devel
38
39%{__make} \
40 dovecot_incdir=%{_includedir}/dovecot \
41 moduledir=%{_libdir}/dovecot/plugins
646f5528
JS
42
43%install
3ec3df5c 44rm -rf $RPM_BUILD_ROOT
605849b5
JB
45
46%{__make} install \
dfef6e12
JB
47 DESTDIR=$RPM_BUILD_ROOT \
48 moduledir=%{_libdir}/dovecot/plugins
605849b5 49
dfef6e12 50rm -f $RPM_BUILD_ROOT%{_libdir}/dovecot/plugins/lda/*.la
646f5528
JS
51
52%clean
3ec3df5c 53rm -rf $RPM_BUILD_ROOT
646f5528
JS
54
55%files
3ec3df5c 56%defattr(644,root,root,755)
dfef6e12
JB
57%doc AUTHORS ChangeLog NEWS
58%attr(755,root,root) %{_libdir}/dovecot/sievec
59%attr(755,root,root) %{_libdir}/dovecot/sieved
60%attr(755,root,root) %{_libdir}/dovecot/plugins/lda/lib90_cmusieve_plugin.so
This page took 0.064352 seconds and 4 git commands to generate.