]> git.pld-linux.org Git - packages/ezmlm.git/commitdiff
- enhanced %build for use during compile %%{__cc}, %%{fprcflags}, STABLE ezmlm-0_53-2
authorkloczek <kloczek@pld-linux.org>
Thu, 3 Jan 2002 10:55:10 +0000 (10:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  %%{rpmldflags} macros.

Changed files:
    ezmlm.spec -> 1.9

ezmlm.spec

index 4e6514c4f1237134ae9a68680b872bceca6b27c8..8fcb85ae88d25d8766392b10ed23e827fc2b7826 100644 (file)
@@ -3,15 +3,15 @@ Summary(pl):  Zarz
 Name:          ezmlm
 Version:       0.53
 Release:       2
+License:       Check with djb@koobera.math.uic.edu
 Group:         Applications/System
 Group(de):     Applikationen/System
 Group(pl):     Aplikacje/System
-License:       Check with djb@koobera.math.uic.edu
 Source0:       http://cr.yp.to/software/%{name}-%{version}.tar.gz
 Patch0:                %{name}.patch
 URL:           http://www.qmail.org/
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Requires:      qmail
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Qmail Mailing List Manager.
@@ -25,6 +25,12 @@ Qmailowy mened
 echo "/usr/lib/ezmlm" > conf-bin
 
 %build
+cat > auto-ccld.sh <<EOF
+#!/bin/sh
+CC='%{__cc} %{rpmcflags}'
+LD='%{__cc} %{rpmldflags}'
+EOF
+
 %{__make}
 
 %install
This page took 0.10579 seconds and 4 git commands to generate.