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