SPECS: esmtp.spec - add config file - STBR to test - TODO: check BR

wolvverine wolvverine at pld-linux.org
Tue Jul 5 15:12:39 CEST 2005


Author: wolvverine                   Date: Tue Jul  5 13:12:39 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add config file
- STBR to test
- TODO: check BR

---- Files affected:
SPECS:
   esmtp.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/esmtp.spec
diff -u SPECS/esmtp.spec:1.2 SPECS/esmtp.spec:1.3
--- SPECS/esmtp.spec:1.2	Sun Jun 26 16:37:22 2005
+++ SPECS/esmtp.spec	Tue Jul  5 15:12:34 2005
@@ -3,7 +3,7 @@
 Summary(pl):	esmtp - MTA obsługujący tylko przekazywanie poczty do serwera (E)SMTP
 Name:		esmtp
 Version:	0.5.1
-Release:	0.1
+Release:	0.2
 Epoch:		0
 License:	GPL
 Group:		Applications
@@ -36,8 +36,10 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT/%{_sysconfdir}
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
+install sample.esmtprc	$RPM_BUILD_ROOT/%{_sysconfdir}/esmtprc
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -47,7 +49,7 @@
 %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) %{_sysconfdir}/*
 #%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -56,6 +58,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/07/05 13:12:34  wolvverine
+- add config file
+- STBR to test
+- TODO: check BR
+
 Revision 1.2  2005/06/26 14:37:22  qboosh
 - pl, cleanup, added missing Log
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/esmtp.spec?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list