]> git.pld-linux.org Git - packages/dCheckMail.git/blame - dCheckMail.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/dCheckMail.git] / dCheckMail.spec
CommitLineData
8bdce0e8 1Summary: dCheckMail - mbox mail folder checker
73ed4db5 2Summary(pl.UTF-8): dCheckMail - sprawdzacz folderów pocztowych mbox
8bdce0e8 3Name: dCheckMail
4Version: 1.0
bff4d851 5Release: 2
8bdce0e8 6License: GPL
7Group: Applications/Mail
2222586b 8Source0: %{name}-%{version}.tar.bz2
3a7538b3 9# Source0-md5: 383689aa86c8484ea14491265770cf40
bff4d851 10BuildRequires: rpm-perlprov >= 4.1-13
46cbb1e1 11Requires: perl-Config-IniFiles
8bdce0e8 12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
6ae30155
JB
15dCheckMail scans through given mail-folder files and dirs, and prints
16nice summary about unread messages.
17
955b4c89 18%description -l pl.UTF-8
6ae30155 19dCheckMail przeszukuje podane pliki oraz katalogi ze skrzynkami
955b4c89
JR
20pocztowymi i wyświetla podsumowanie dotyczące nieprzeczytanych
21wiadomości.
8bdce0e8 22
23%prep
24%setup -q
25
26%build
bff4d851 27%{__perl} Makefile.PL \
28 INSTALLDIRS=vendor
8bdce0e8 29%{__make}
30
31%install
32rm -rf $RPM_BUILD_ROOT
46cbb1e1 33install -d $RPM_BUILD_ROOT%{_sysconfdir}/ds
bff4d851 34%{__make} install \
35 DESTDIR=$RPM_BUILD_ROOT
8bdce0e8 36
46cbb1e1 37install etc/%{name}.ini $RPM_BUILD_ROOT%{_sysconfdir}/ds
8bdce0e8 38
39%clean
6ae30155 40rm -rf $RPM_BUILD_ROOT
8bdce0e8 41
42%files
43%defattr(644,root,root,755)
44%attr(755,root,root) %{_bindir}/*
bff4d851 45%{perl_vendorlib}/depesz
8bdce0e8 46%{_mandir}/man3/*
47%{_sysconfdir}/ds
This page took 0.096977 seconds and 4 git commands to generate.