]> git.pld-linux.org Git - packages/dCheckMail.git/commitdiff
- Added - program to check how many unreaded mails you have
authordepesz <depesz@depesz.pl>
Sat, 8 Jun 2002 13:05:54 +0000 (13:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dCheckMail.spec -> 1.1

dCheckMail.spec [new file with mode: 0644]

diff --git a/dCheckMail.spec b/dCheckMail.spec
new file mode 100644 (file)
index 0000000..4767728
--- /dev/null
@@ -0,0 +1,40 @@
+%include       /usr/lib/rpm/macros.perl
+
+Summary:       dCheckMail - mbox mail folder checker
+Summary(pl):   dCheckMail - sprawdzacz folderów pocztowych mbox
+Name:          dCheckMail
+Version:       1.0
+Release:       1
+License:       GPL
+Group:         Applications/Mail
+Source0:       SOURCES/%{name}-%{version}.tar.bz2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+dCheckMail scans through given mail-folder files and dirs, and prints nice summary about unread messages.
+
+%prep
+%setup  -q
+
+%build
+perl Makefile.PL
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT/etc
+install -d $RPM_BUILD_ROOT/etc/ds
+install etc/%{name}.ini $RPM_BUILD_ROOT/etc/ds
+
+%clean
+#rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{perl_sitelib}/depesz
+%{_mandir}/man3/*
+%{_sysconfdir}/ds
This page took 0.076523 seconds and 4 git commands to generate.