]> git.pld-linux.org Git - packages/hylafax.git/commitdiff
- one -q in setup is enough
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 16 Jun 2003 22:30:30 +0000 (22:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use proper optflags

Changed files:
    hylafax.spec -> 1.26

hylafax.spec

index 1943f5c22a6244ad64cfbd5522079df9e3aa34d2..a5be9d77688d4fc1580d86f687ab019200e92ee8 100644 (file)
@@ -150,7 +150,7 @@ This is development package for HylaFAX libraries.
 Pakiet dla programistów u¿ywaj±cych bibliotek HylaFAX.
 
 %prep
-%setup -q -a 1 -a 2 -a 3 -q
+%setup -q -a1 -a2 -a3
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -176,7 +176,7 @@ Pakiet dla programist
        --with-SCRIPT_SH=/bin/bash \
        --with-PATH_SENDMAIL=/usr/sbin/sendmail
 
-%{__make} OPTIMIZER="$RPM_OPT_FLAGS"
+%{__make} OPTIMIZER="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.084522 seconds and 4 git commands to generate.