Accepting request 1078597 from GNOME:Next
More changes, no FWD YET! OBS-URL: https://build.opensuse.org/request/show/1078597 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/loupe?expand=0&rev=2
This commit is contained in:
parent
d01332f524
commit
26c62b621b
@ -2,8 +2,7 @@
|
|||||||
<constraints>
|
<constraints>
|
||||||
<hardware>
|
<hardware>
|
||||||
<disk>
|
<disk>
|
||||||
<size unit="G">12</size>
|
<size unit="G">17</size>
|
||||||
</disk>
|
</disk>
|
||||||
</hardware>
|
</hardware>
|
||||||
</constraints>
|
</constraints>
|
||||||
|
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 11 20:59:05 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
||||||
|
|
||||||
|
- Drop %rustflags macro definition out of the spec file and use
|
||||||
|
%__rustflags from cargo-packaging package instead. There's no
|
||||||
|
need to define it on every spec anymore.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 6 22:14:35 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Thu Apr 6 22:14:35 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
|
||||||
|
|
||||||
Name: loupe
|
Name: loupe
|
||||||
Version: 44.1
|
Version: 44.1
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -51,13 +49,13 @@ mkdir .cargo
|
|||||||
cp %{SOURCE3} .cargo/config
|
cp %{SOURCE3} .cargo/config
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export RUSTFLAGS=%{rustflags}
|
export RUSTFLAGS="%{__rustflags}"
|
||||||
%meson \
|
%meson \
|
||||||
%{nil}
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
export RUSTFLAGS=%{rustflags}
|
export RUSTFLAGS="%{__rustflags}"
|
||||||
%meson_install
|
%meson_install
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user