Author: darekr Date: Tue Jul 5 13:18:51 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - cosmetics, added %doc
---- Files affected: SPECS: esmtp.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/esmtp.spec diff -u SPECS/esmtp.spec:1.3 SPECS/esmtp.spec:1.4 --- SPECS/esmtp.spec:1.3 Tue Jul 5 15:12:34 2005 +++ SPECS/esmtp.spec Tue Jul 5 15:18:45 2005 @@ -5,7 +5,7 @@ Version: 0.5.1 Release: 0.2 Epoch: 0 -License: GPL +License: GPL v2 Group: Applications Source0: http://dl.sourceforge.net/esmtp/%{name}-%{version}.tar.bz2 # Source0-md5: 9f0b809e891a548910f099efc4315b02 @@ -35,22 +35,23 @@ %install rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_sysconfdir} -install -d $RPM_BUILD_ROOT/%{_sysconfdir} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -install sample.esmtprc $RPM_BUILD_ROOT/%{_sysconfdir}/esmtprc + +install sample.esmtprc $RPM_BUILD_ROOT%{_sysconfdir}/esmtprc %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README TODO %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/esmtp.1* %{_mandir}/man5/esmtprc.5* %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* -#%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -58,6 +59,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2005/07/05 13:18:45 darekr +- cosmetics, added %doc + Revision 1.3 2005/07/05 13:12:34 wolvverine - add config file - STBR to test ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/esmtp.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
