Re: /usr/lib & /usr/lib64 & %{_libdir} in .spec files

2016-11-04 Thread James Hogarth
On 3 November 2016 at 16:49, arnaud gaboury wrote: > > > Where do these macro come from ? Any doc link ? > > Thank you > Read the section about macros here: https://www.hogarthuk.com/?q=node/11 ___ users mailing list -- users@lists.fedoraproject.org

Re: /usr/lib & /usr/lib64 & %{_libdir} in .spec files

2016-11-03 Thread Richard Shaw
On Thu, Nov 3, 2016 at 11:49 AM, arnaud gaboury wrote: > > > On Thu, Nov 3, 2016 at 1:47 PM Richard Shaw wrote: > >> On Thu, Nov 3, 2016 at 6:42 AM, arnaud gaboury >> wrote: >> >> Below is part of my .spec file: >> -- >> >> %install >> install -Dm

Re: /usr/lib & /usr/lib64 & %{_libdir} in .spec files

2016-11-03 Thread arnaud gaboury
On Thu, Nov 3, 2016 at 1:47 PM Richard Shaw wrote: > On Thu, Nov 3, 2016 at 6:42 AM, arnaud gaboury > wrote: > > Below is part of my .spec file: > -- > > %install > install -Dm644 mattermost.service > %{buildroot}/usr/lib/systemd/system/mattermost.

Re: /usr/lib & /usr/lib64 & %{_libdir} in .spec files

2016-11-03 Thread Richard Shaw
On Thu, Nov 3, 2016 at 6:42 AM, arnaud gaboury wrote: > Below is part of my .spec file: > -- > > %install > install -Dm644 mattermost.service %{buildroot}/usr/lib/systemd/ > system/mattermost.service > install -Dm644 mattermost-user.conf %{buildroot

Re: /usr/lib & /usr/lib64 & %{_libdir} in .spec files

2016-11-03 Thread Tom Horsley
On Thu, 03 Nov 2016 11:42:43 + arnaud gaboury wrote: > So %{_libdir} seems to point to /usr/lib64 rather than to /usr/lib as > mentioned in wiki[0]. The default is that 32 bit libraries are in /usr/lib, 64 bit libraries are in /usr/lib64 (for intel architectures at least)