|
|
|
@ -130,9 +130,9 @@ rm -rf $RPM_BUILD_ROOT |
|
|
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
|
|
|
|
rm -f %{name}-%{version}-filelist |
|
|
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
|
|
|
|
--file /etc/cron.daily/ajaxplorer-tmpwatch 'attr(0755,root,root)' \ |
|
|
|
|
--file /etc/cron.daily/ajaxplorer-indexer 'attr(0700,root,root)' \ |
|
|
|
|
--file /usr/bin/ajxppdftotext 'attr(0755,root,root)' \ |
|
|
|
|
--file /etc/cron.daily/pydio-tmpwatch 'attr(0755,root,root)' \ |
|
|
|
|
--file /etc/cron.daily/pydio-indexer 'attr(0700,root,root)' \ |
|
|
|
|
--file /usr/bin/pydiopdftotext 'attr(0755,root,root)' \ |
|
|
|
|
> %{name}-%{version}-filelist |
|
|
|
|
|
|
|
|
|
%files -f %{name}-%{version}-filelist |
|
|
|
|