SPECS: kdissert.spec - add QTDIR

Elan Ruusamäe glen at delfi.ee
Wed Apr 13 18:25:45 CEST 2005


On Wednesday 13 April 2005 19:19, Piotr Szymanski wrote:
> Hi,
>
> Elan Ruusamäe (Wednesday 13 of April 2005 17:43):
> > > +export QTDIR="%{_usr}"
> >
> > souldn't this just be %{_prefix} ?
>
> Not sure, what if we wanted to change the prefix, it wouldn't change the
> placement of QT.
i just said that because what i've seen in other specs :)

here's the full grep of usage:
$ grep -r 'export QTDIR' .|tee ../qtdir
$ cat ../qtdir|cut -d: -f2-|sort|uniq -c|sort -n
      1 #export QTDIR CFLAGS
      1 export QTDIR KDEDIR
      1 export QTDIR="%{_prefix}"
      1 export QTDIR QMAKESPEC
      1 export QTDIR=/usr
      1 QTDIR=`/bin/pwd`; export QTDIR
      1 QTDIR="%{_libdir}"; export QTDIR
      2 export QTDIR=%{_usr}
      2 QTDIR="%{_prefix}"; export QTDIR
      3 export QTDIR="%{_usr}"
      3 QTDIR=%{_prefix}; export QTDIR
      4 export QTDIR
      4 export QTDIR=`/bin/pwd`
     18 export QTDIR=%{_prefix}


> (please keep djurban on CC)

-- 
glen




More information about the pld-devel-en mailing list