Author: adamg Date: Sun Feb 12 21:56:31 2012 GMT Module: packages Tag: HEAD ---- Log message: - pass cc, rpmldflags - release 5 (rebuild against libpng-1.5)
---- Files affected: packages/ghostpcl: ghostpcl.spec (1.15 -> 1.16) ---- Diffs: ================================================================ Index: packages/ghostpcl/ghostpcl.spec diff -u packages/ghostpcl/ghostpcl.spec:1.15 packages/ghostpcl/ghostpcl.spec:1.16 --- packages/ghostpcl/ghostpcl.spec:1.15 Sun Feb 12 09:10:12 2012 +++ packages/ghostpcl/ghostpcl.spec Sun Feb 12 22:56:26 2012 @@ -13,7 +13,7 @@ Summary(pl.UTF-8): Interpreter i renderer PostScriptu, PDF oraz XPS Name: ghostpcl Version: 1.54 -Release: 4 +Release: 5 License: GPL v2 Group: Applications/Graphics #Source0: http://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/ghostpdl/ghostpdl-%{version}.tar.bz2 @@ -65,8 +65,9 @@ %build %{__make} -j1 \ + CC="%{__cc}" \ XCFLAGS="%{rpmcflags}" \ - XLDFLAGS="--as-needed" \ + XLDFLAGS="%{rpmldflags}" \ SHARE_JPEG=1 %install @@ -96,6 +97,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16 2012/02/12 21:56:26 adamg +- pass cc, rpmldflags +- release 5 (rebuild against libpng-1.5) + Revision 1.15 2012/02/12 08:10:12 arekm - release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ghostpcl/ghostpcl.spec?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
