Re: Specs using %define

2015-12-25 Thread Christian Dersch
On 12/24/2015 10:01 PM, Jason L Tibbitts III wrote: > libapogee (sergiopr, lupinix) > qwtplot3d (chitlesh, lupinix) > Done :) Also added %license. -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: Specs using %define

2015-12-25 Thread Jason L Tibbitts III
> "BE" == Björn Esser writes: BE> This spec-file uses %global, but in one special case: I use %define BE> for nested macro-expansion ---> BE> %define lc_name %(echo ${%{name},,}) BE> lc_name would be empty during parsing the spec-file, when declaring BE> with %global… Thanks for letting

Re: Specs using %define

2015-12-25 Thread Alec Leamas
On 24/12/15 22:01, Jason L Tibbitts III wrote: > To satisfy my curiosity, I grepped the convenient tarball of specfiles > (http://pkgs.fedoraproject.org/repo/rpm-specs-latest.tar.xz) for lines > matching "(? there were more than 1900 hits. > iguanaIR (leamas) Fixed in git, no builds made. Cheers

Fedora Rawhide 20151225 compose check report

2015-12-25 Thread Fedora compose checker
Missing expected images: Cloud_atomic disk raw x86_64 Workstation live i386 Images in this compose but not Rawhide 20151224: Mate live i386 Images in Rawhide 20151224 but not this: Workstation live i386 Failed openQA tests: 2 of 60 ID: 1713Test: i386 kde_live default_install URL: htt

Re: Specs using %define

2015-12-25 Thread Ville Skyttä
On Fri, Dec 25, 2015 at 2:10 AM, Jason L Tibbitts III wrote: >> "JJ" == Jerry James writes: > > JJ> This uses a %define inside the %check script as a convenient macro, > JJ> used only inside the %check script; i.e., it really is a local > JJ> definition. > > But %define isn't a "local definit

rawhide report: 20151225 changes

2015-12-25 Thread Fedora Rawhide Report
Compose started at Fri Dec 25 05:15:02 UTC 2015 Broken deps for i386 -- [IQmol] IQmol-2.3.0-9.fc24.i686 requires libboost_serialization.so.1.58.0 IQmol-2.3.0-9.fc24.i686 requires libboost_iostreams.so.1.58.0 IQmol-2.3.0

Re: Specs using %define

2015-12-25 Thread Björn Esser
Am 24.12.2015 um 22:01 schrieb Jason L Tibbitts III: To satisfy my curiosity, I grepped the convenient tarball of specfiles (http://pkgs.fedoraproject.org/repo/rpm-specs-latest.tar.xz) for lines matching "(? All %define changed to %global in recent commit. NLopt (besser82) This spec-file use