Index: ChangeLog =================================================================== RCS file: /cvsroot/xforms/xforms/ChangeLog,v retrieving revision 1.98 diff -u -p -r1.98 ChangeLog --- ChangeLog 6 May 2004 10:03:37 -0000 1.98 +++ ChangeLog 6 May 2004 11:52:47 -0000 @@ -1,3 +1,9 @@ +2004-05-06 Angus Leeming + + * xforms.spec.in: modify so that devfiles and binfiles are not + placed in ${RPM_BUILD_ROOT}. Prevents rpm from bombing out with a + "Checking for unpackaged files" error. + 2004-05-05 Angus Leeming * lib/xtext.c (fl_drw_string): enable the drawing of characters Index: xforms.spec.in =================================================================== RCS file: /cvsroot/xforms/xforms/xforms.spec.in,v retrieving revision 1.3 diff -u -p -r1.3 xforms.spec.in --- xforms.spec.in 18 Nov 2003 21:57:04 -0000 1.3 +++ xforms.spec.in 6 May 2004 11:52:47 -0000 @@ -41,20 +41,28 @@ install -d -m 755 ${RPM_BUILD_ROOT} make DESTDIR=${RPM_BUILD_ROOT} install gzip -f9 ${RPM_BUILD_ROOT}%{_mandir}/man?/* allfiles=`find ${RPM_BUILD_ROOT}/usr -type f -print | sed "s@^${RPM_BUILD_ROOT}@@g"` -echo "$allfiles" | grep -v "^/usr/include/" > ${RPM_BUILD_ROOT}/binfiles -echo "$allfiles" | grep "^/usr/include/" > ${RPM_BUILD_ROOT}/devfiles +echo "$allfiles" | grep -v "^/usr/include/" > \ + %{_tmppath}/%{name}-%{version}-binfiles +echo "$allfiles" | grep "^/usr/include/" > \ + %{_tmppath}/%{name}-%{version}-devfiles %clean rm -rf $RPM_BUILD_ROOT +rm -f %{_tmppath}/%{name}-%{version}-binfiles +rm -f %{_tmppath}/%{name}-%{version}-devfiles -%files -n %{name} -f %{_tmppath}/%{name}-buildroot/binfiles +%files -n %{name} -f %{_tmppath}/%{name}-%{version}-binfiles %defattr(-,root,root) %doc COPYING.LIB Copyright ChangeLog INSTALL NEWS README -%files -n %{name}-devel -f %{_tmppath}/%{name}-buildroot/devfiles +%files -n %{name}-devel -f %{_tmppath}/%{name}-%{version}-devfiles %defattr(-,root,root) %changelog +* Thu May 6 2004 Angus Leeming 1.0.90 +- no longer place devfiles and binfiles in ${RPM_BUILD_ROOT}. + Prevents rpm from bombing with a "Checking for unpackaged files" error. + * Sat Aug 31 2002 Duncan Haldane 1.0-RC4 - mv fdesign, fd2ps to devel. restore xforms name of rpm.