Author: glen                         Date: Sun May  7 20:27:11 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   qconfirm.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/qconfirm.spec
diff -u /dev/null SPECS/qconfirm.spec:1.1
--- /dev/null   Sun May  7 22:27:11 2006
+++ SPECS/qconfirm.spec Sun May  7 22:27:06 2006
@@ -0,0 +1,77 @@
+# $Revision$, $Date$
+Summary:       qconfirm - request delivery confirmation for mail
+Name:          qconfirm
+Version:       0.14.3
+Release:       0.1
+License:       BS0D
+Group:         Applications/File
+Source0:       http://smarden.org/qconfirm/%{name}-%{version}.tar.gz
+# Source0-md5: e41edae19b2b9244b5d0ae62cf41f947
+URL:           http://smarden.org/qconfirm/
+Requires:      qmail
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _libexecdir     %{_libdir}/qmail
+
+%description
+qconfirm is an implementation of a delivery confirmation process for a
+mailing list or mail address. It is invoked by qmail-local through a
+dot-qmail file, and can reduce the amount of junk mail hitting a
+mailbox or the mailboxes of mailing list subscribers. qconfirm
+performs this delivery confirmation process either sender based or
+message based.
+
+%prep
+%setup -q -n mail
+
+%build
+cd %{name}-%{version}
+echo '%{__cc} %{rpmcflags}' > src/conf-cc
+echo '%{__cc}' > src/conf-ld
+./package/compile
+
+%install
+rm -rf $RPM_BUILD_ROOT
+cd %{name}-%{version}
+install -d $RPM_BUILD_ROOT{%{_libexecdir},%{_mandir}/man1}
+
+cp -a man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install command/* $RPM_BUILD_ROOT%{_libexecdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_libexecdir}/qconfirm
+%{_libexecdir}/qconfirm-accept
+%{_libexecdir}/qconfirm-cdb-check
+%{_libexecdir}/qconfirm-cdb-update
+%{_libexecdir}/qconfirm-check
+%{_libexecdir}/qconfirm-check-mid
+%{_libexecdir}/qconfirm-conf
+%{_libexecdir}/qconfirm-control
+%{_libexecdir}/qconfirm-inject
+%{_libexecdir}/qconfirm-notice
+%{_libexecdir}/qconfirm-return
+%{_mandir}/man1/qconfirm-accept.1*
+%{_mandir}/man1/qconfirm-cdb-check.1*
+%{_mandir}/man1/qconfirm-cdb-update.1*
+%{_mandir}/man1/qconfirm-check-mid.1*
+%{_mandir}/man1/qconfirm-check.1*
+%{_mandir}/man1/qconfirm-conf.1*
+%{_mandir}/man1/qconfirm-control.1*
+%{_mandir}/man1/qconfirm-inject.1*
+%{_mandir}/man1/qconfirm-notice.1*
+%{_mandir}/man1/qconfirm-return.1*
+%{_mandir}/man1/qconfirm.1*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/05/07 20:27:06  glen
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to