1 message in net.sourceforge.lists.courier-users[courier-users] Oops on the SuSE prob...
FromSent OnAttachments
Sean ReifschneiderSep 18, 2002 12:38 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Oops on the SuSE problems with the .spec file.Actions...
From:Sean Reifschneider (ja@tummy.com)
Date:Sep 18, 2002 12:38:41 am
List:net.sourceforge.lists.courier-users

In the sample code I provided, there was an extra '%', which my mailer helpfully added. The code should read:

# detect if we're running under SuSE %define platform_suse %( if [ -f /etc/SuSE-release ]; then echo 1; else echo
0; fi ) %if %{platform_suse} Requires: rpm >= 3.0.6-278 Requires: /usr/bin/sed %else Requires: rpm >= 4.0.2 Requires: /bin/sed %endif

Sean