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