magic wrote:
Luca,

I made the changes you discuss, but rebuild (under 9.1) now fails at:

I can only say, beware of line wraps. I have those exact lines in my spec file now and it works (unsurprisingly, since under 9.1 the conditional gives a spec file like it always was).
I'll copy once again the lines I have here:

# Do what the regular make install does
%if %mdk92
%{__make} install DESTDIR=%{buildroot} mandir=%{_mandir}
%{__make} -C man install DESTDIR=%{buildroot} mandir=%{_mandir}
%else
%{__make} install DESTDIR=%{buildroot} PREFIX=%{buildroot}%{_prefix} mandir=%{_mandir}
%{__make} -C man install DESTDIR=%{buildroot} PREFIX=%{buildroot}%{_prefix} mandir=%{_mandir}
%endif


Beware (again) of line wrap, each of these lines begins with '%', so if it's something else, you have to put it at the end of the previous line.

However if you need to rebuild under 9.1, the changes Buchan made are unnecessary, and you can take the srmp I uploaded at
http://club.telepolis.com/l.o/cyrus/SRPMS/cyrus-imapd-2.1.14-4mdk.src.rpm

Bye
--
Que les importa a las viudas, a los hu�rfanos, a los desvalidos
si las masacres se hacen en nombre del totalitarismo o en el
sagrado nombre de la libertad y la democracia.
    Mahatma Gandhi (1869 - 1948)

Attachment: pgp00000.pgp
Description: PGP signature



Reply via email to