Browse Source

reduce %setup0 to just %setup

master
parent
commit
82cab4a516
  1. 4
      ispell/ispell.spec
  2. 2
      mysql/mysql.spec
  3. 2
      scanssh/scanssh.spec
  4. 2
      shiela/shiela.spec
  5. 2
      tsmc/tsmc.spec

4
ispell/ispell.spec

@ -58,8 +58,8 @@ AutoReqProv: no
languages other than English.
%prep
%setup0 -q
%patch0 -p0
%setup -q
%patch -p0
%{l_gzip} -d -c %{SOURCE words.gz} >$RPM_BUILD_DIR/words
mkdir hk-deutsch
(cd hk-deutsch; %{l_gzip} -d -c %{SOURCE hk-deutsch.tar.gz} | %{l_tar} xf -)

2
mysql/mysql.spec

@ -61,7 +61,7 @@ AutoReqProv: no
speed than what any database vendor could offer.
%prep
%setup0 -q
%setup -q
%build
PATH="%{l_prefix}/bin:$PATH"; export PATH

2
scanssh/scanssh.spec

@ -55,7 +55,7 @@ AutoReqProv: no
as whole.
%prep
%setup0 -q -n scanssh
%setup -q -n scanssh
%build
CC="%{l_cc}" \

2
shiela/shiela.spec

@ -51,7 +51,7 @@ AutoReqProv: no
Concurrent Versions System (CVS) repositories.
%prep
%setup0 -q
%setup -q
%build
PATH="%{l_prefix}/bin:$PATH"; export PATH

2
tsmc/tsmc.spec

@ -58,7 +58,7 @@ AutoReqProv: no
Linux and FreeBSD machines to a TSM server.
%prep
%setup0 -q -T -c -n tsmc-%{version}
%setup -q -T -c -n tsmc-%{version}
%build
# unpack the corresponding binary only

Loading…
Cancel
Save