]> git.pld-linux.org Git - SPECS.git/blob - mlmmj.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / mlmmj.spec
1 # TODO
2 # - check if --enable-recieve-strip can be added by default (is non-intrusive)
3 Summary:        Mailserver-independent ezmlm-like mailing list manager
4 Summary(pl.UTF-8):      Niezależny zarządca list pocztowych podobny do ezmlm
5 Name:           mlmmj
6 Version:        1.2.16
7 Release:        0.1
8 License:        MIT
9 Group:          Applications
10 Source0:        http://mlmmj.mmj.dk/files/%{name}-%{version}.tar.bz2
11 # Source0-md5:  9ea7ba91ccb55b9edf3e5148537364e3
12 URL:            http://mlmmj.mmj.dk/
13 Requires:       smtpdaemon
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 mlmmj (Mailing List Managing Made Joyful) is a mailing list manager
18 intended to mimic the functionality of the ezmlm-idx mailing list
19 manager often used with Prof. Dan Bernstein's qmail, but with an open
20 license and mailserver indepdendence.
21
22 %description -l pl.UTF-8
23 mlmmj (Mailing List Managing Made Joyful) jest zarządcą list
24 pocztowych przeznaczonym do naśladowania funkcjonalności ezmlm-idx.
25 Często używany jest z qmailem Prof. Dana Bernsteina, ale z otwartą
26 licencją i niezależnymi serwerami pocztowymi.
27
28 %prep
29 %setup -q
30
31 %build
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT
40
41 install -d $RPM_BUILD_ROOT/var/spool/mlmmj
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS ChangeLog README* FAQ TODO TUNABLES UPGRADE contrib
49 %attr(755,root,root) %{_bindir}/mlmmj-*
50 %{_datadir}/%{name}
51 %dir /var/spool/%{name}
52 %{_mandir}/man1/mlmmj-*
This page took 0.757969 seconds and 3 git commands to generate.