]> git.pld-linux.org Git - packages/MHonArc.git/blame - MHonArc.spec
- update to 2.6.16
[packages/MHonArc.git] / MHonArc.spec
CommitLineData
7889805f 1%include /usr/lib/rpm/macros.perl
8985efcf 2Summary: An Email-to-HTML converter
ce11ee62 3Summary(pl.UTF-8): Konwerter Poczta->HTML
8985efcf 4Name: MHonArc
86168081 5Version: 2.6.16
d54954e0 6Release: 1
d8462164 7License: GPL
8985efcf 8Group: Applications/Mail
86168081
ER
9Source0: http://www.mhonarc.org/release/MHonArc/tar/%{name}-%{version}.tar.bz2
10# Source0-md5: 1aae948971869d6fdf3d810d9894b3db
065b7712 11Patch0: %{name}-FHS2.patch
12Patch1: %{name}-DESTDIR.aptch
13URL: http://www.mhonarc.org/
ce497d7e 14BuildRequires: rpm-perlprov
86168081 15BuildRequires: sed >= 4.0
3da0f05a 16Requires: perl-Unicode-MapUTF8
17Requires: perl-Unicode-String
eafc1c6e 18Requires: perl-modules >= 5.8
8985efcf 19BuildArch: noarch
4d9d8368 20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
a16be9d6 21
22%description
23MHonArc is a Perl mail-to-HTML converter. MHonArc provides HTML mail
c063a700 24archiving with index, mail thread linking, etc; plus other
25capabilities including support for MIME and powerful user
26customization features.
d8462164 27
a5e1a9ce 28%description -l pl.UTF-8
f2d973f5 29MHonArc to konwerter poczta->HTML napisany w Perlu. MHonArc pozwala na
a5e1a9ce
JR
30archiwizowanie poczty w postaci stron HTML z indeksowaniem według
31wątku. MHonArc wspiera MIME oraz łatwo przystosowuje się do wymagań
32użytkownika.
a16be9d6 33
34%prep
4ad0c426 35%setup -q
86168081 36%{__sed} -i -e 's,^#!.*bin/perl5\?,#!%{__perl},' $(grep -rl '^#!.*/bin/perl' .)
8985efcf 37%patch0 -p1
38%patch1 -p1
a16be9d6 39
4a58586a 40%build
86168081 41%{__perl} Makefile.PL
4a58586a 42%{__make}
7afd4168 43
a16be9d6 44%install
45rm -rf $RPM_BUILD_ROOT
86168081
ER
46%{__perl} install.me \
47 -batch \
48 -nodoc \
49 -manpath=%{_mandir} \
50 -binpath=%{_bindir} \
51 -libpath=%{_datadir}/%{name} \
52 -root=$RPM_BUILD_ROOT
a16be9d6 53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
c5b56298 58%defattr(644,root,root,755)
8f2d1cb9 59%doc doc examples extras logo admin ACKNOWLG BUGS CHANGES RELNOTES
574269a5 60%attr(755,root,root) %{_bindir}/*
d8462164 61%{_datadir}/%{name}
796d18fa 62%{_mandir}/man?/*
This page took 0.191515 seconds and 4 git commands to generate.