%prep
%setup -q -n %{name}-%{version}-release
sed 's:/bin/sh:/usr/bin/sh:' -i macros.in
sh autogen.sh --noconfigure
%build
_options=( --prefix=/usr
--program-prefix=
--sysconfdir=/etc
--sharedstatedir=/var/lib
--localstatedir=/var
--with-crypto=libgcrypt
--with-gnu-ld
--with-archive
--with-cap
--w
On Mon, 3 Oct 2022 15:35:24 +0300
Panu Matilainen wrote:
> On 9/21/22 19:48, Scott Andrews wrote:
> > %prep
> > %setup -q -n %{name}-%{version}-release
> > sed 's:/bin/sh:/usr/bin/sh:' -i macros.in
> > sh autogen.sh --noconfigure
> >
> > %build
On Tue, 4 Oct 2022 10:43:28 +0300
Panu Matilainen wrote:
> On 10/3/22 17:10, Scott Andrews wrote:
> > On Mon, 3 Oct 2022 15:35:24 +0300
> > Panu Matilainen wrote:
> >
> >> On 9/21/22 19:48, Scott Andrews wrote:
> >>> %prep
> >>> %setup
On Tue, 4 Oct 2022 10:43:28 +0300
Panu Matilainen wrote:
> On 10/3/22 17:10, Scott Andrews wrote:
> > On Mon, 3 Oct 2022 15:35:24 +0300
> > Panu Matilainen wrote:
> >
> >> On 9/21/22 19:48, Scott Andrews wrote:
> >>> %prep
> >>> %setup