1 |
# $Id: smeserver-fetchmail.spec,v 1.9 2022/07/22 06:33:43 jpp Exp $ |
# $Id: smeserver-fetchmail.spec,v 1.10 2022/07/28 15:13:34 jpp Exp $ |
2 |
# Authority: unnilennium |
# Authority: unnilennium |
3 |
# Name: Jean-Philippe Pialasse |
# Name: Jean-Philippe Pialasse |
4 |
|
|
162 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
163 |
rm -f %{name}-%{version}-filelist |
rm -f %{name}-%{version}-filelist |
164 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
165 |
--dir /var/lib/fetchmail 'attr(0750,qmailr:qmail)' \ |
--dir /var/lib/fetchmail 'attr(0750,qmailr,qmail)' \ |
166 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
167 |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
echo "%doc COPYING" >> %{name}-%{version}-filelist |
168 |
|
|