Hi Frederic, I've found the following files are not BM compliant in this package. /usr/doc/enlightenment-conf-0.15 /usr/doc/enlightenment-conf-0.15/AUTHORS /usr/doc/enlightenment-conf-0.15/COPYING /usr/doc/enlightenment-conf-0.15/ChangeLog /usr/doc/enlightenment-conf-0.15/NEWS /usr/doc/enlightenment-conf-0.15/README Could you perhaps apply the following patch to get it compliant? Thanks!! Stefan
--- e-conf.spec.orig Sat Aug 5 22:54:56 2000 +++ e-conf.spec Sat Aug 5 23:26:21 2000 @@ -1,6 +1,6 @@ # Note that this is NOT a relocatable package %define ver 0.15 -%define rel 13mdk +%define rel 14mdk %define prefix /usr Summary: Enlightenment Configuration applet. @@ -10,10 +10,9 @@ Copyright: GPL Group: Graphical desktop/Enlightenment Source: ftp://www.rasterman.com/pub/enlightenment/enlightenment-conf-%{ver}.tar.bz2 -BuildRoot: /var/tmp/e-conf-%{PACKAGE_VERSION}-root +BuildRoot: %{_tmppath}/%{name}-buildroot URL: http://www.rasterman.com -Docdir: %{prefix}/doc Requires: control-center >= 1.0.0 BuildRequires: control-center-devel @@ -22,7 +21,6 @@ Patch2: enlightenment-conf-0.15-locale.patch.bz2 Patch3: enlightenment-conf-0.15-alpha-notrans.patch.bz2 - %description A Configuration tool for easily setting up Enlightenment @@ -35,16 +33,9 @@ %patch2 -p1 -b .locale %patch3 -p1 -b .alpha-notrans - %build %configure - -if [ x"$SMP" != x"" ]; then - (make MAKE="make -j $SMP -k"; exit 0) - make -else - make -fi +%make %install rm -rf $RPM_BUILD_ROOT @@ -66,6 +57,10 @@ %{_datadir}/locale/*/*/* %changelog +* Sat Aug 05 2000 Stefan van der Eijk <[EMAIL PROTECTED]> 0.15-14mdk +- some more macros ;-) +- BM + * Tue Jul 11 2000 Stefan van der Eijk <[EMAIL PROTECTED]> 0.15-13mdk - macros
