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

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.

[EPEL-devel] Re: epel-rpm-macros for EL6 (and EL5)

2015-12-25 Thread Jason L Tibbitts III
> "AT" == Antonio Trande writes: AT> %{__global_ldflags} is another macro that it's not available in AT> EPEL6. It appears that gets exported as a shell variable in the scope of %build by %__build_pre, as well as being mentioned in the %cmake, %cmake_kde4, %qmake_qt4

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>

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

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:

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…

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

[EPEL-devel] Re: epel-rpm-macros for EL6 (and EL5)

2015-12-25 Thread Jason L Tibbitts III
> "JLT" == Jason L Tibbitts writes: JLT> Does that actually work on EL6? Looking at the spec, it seems obvious that it works on EL6. The package isn't branched for EL5 but if anyone knows if -Wl,-z,relro will work there than I'll add it there as well (once I get around