Re: [projects/template-specs] use %cargo_* macros

2021-03-30 Thread Jakub Bogusz
On Tue, Mar 30, 2021 at 06:46:46PM +0300, Elan Ruusamäe wrote: [...] > >@@ -40,19 +41,17 @@ EOF > > %build > > export CARGO_HOME="$(pwd)/.cargo" > > > >-cargo -v build \ > >+%cargo_build \ > > %ifarch x32 > > --target x86_64-unknown-linux-gnux32 \ > > %endif > >---release \ > >

Re: [projects/template-specs] use %cargo_* macros

2021-03-30 Thread Elan Ruusamäe
On 30.03.2021 14:26, atler wrote: commit f329c346f35622a09475262bb712ae52aed03f4a Author: Jan Palus Date: Tue Mar 30 13:25:20 2021 +0200 use %cargo_* macros rust.spec | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) --- diff --git a/rust.spec b/rust.spec index

Re: [packages/rpm-pld-macros] initial basic rust/cargo macros (2.003)

2021-03-30 Thread Elan Ruusamäe
On 30.03.2021 14:06, atler wrote: commit 593b448d587953c0aa5cfb8484485fda26499d3c Author: Jan Palus Date: Tue Mar 30 12:59:03 2021 +0200 initial basic rust/cargo macros (2.003) macros.pld | 17 + perhaps place the rust/cargo macros to a separate file?