Accepting request 1130221 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1130221 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=245
This commit is contained in:
parent
ca142304db
commit
9ba130d31d
5
_service
5
_service
@ -14,13 +14,10 @@
|
|||||||
<service name="tar" mode="buildtime"/>
|
<service name="tar" mode="buildtime"/>
|
||||||
<service name="recompress" mode="buildtime">
|
<service name="recompress" mode="buildtime">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">zst</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="cargo_vendor" mode="manual">
|
<service name="cargo_vendor" mode="manual">
|
||||||
<param name="srcdir">librsvg</param>
|
<param name="srcdir">librsvg</param>
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="cargo_audit" mode="manual">
|
|
||||||
<param name="srcdir">librsvg</param>
|
|
||||||
</service>
|
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
[source.crates-io]
|
|
||||||
replace-with = "vendored-sources"
|
|
||||||
|
|
||||||
[source.vendored-sources]
|
|
||||||
directory = "vendor"
|
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:41e03384bd8d26d4ce08085010a62cbdd2fd4b6b82c6c321c465bf048ba8c2a4
|
oid sha256:64c488bba33a9f6221acd848cca3aec314ae8182b4f12a0cc85475ab0138b116
|
||||||
size 14362125
|
size 14362125
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 30 12:36:14 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Run service with new obs-service-cargo, drop cargo_config as
|
||||||
|
source and clean up spec and service, and switch to zst as
|
||||||
|
buildtime compression.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 14 08:45:45 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Thu Sep 14 08:45:45 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -26,9 +26,8 @@ Summary: A Library for Rendering SVG Data
|
|||||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later AND MIT
|
License: GPL-2.0-or-later AND LGPL-2.0-or-later AND MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://wiki.gnome.org/Projects/LibRsvg
|
URL: https://wiki.gnome.org/Projects/LibRsvg
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.zst
|
||||||
Source2: vendor.tar.zst
|
Source1: vendor.tar.zst
|
||||||
Source3: cargo_config
|
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
|
|
||||||
BuildRequires: cargo-packaging >= 1.2.0+3
|
BuildRequires: cargo-packaging >= 1.2.0+3
|
||||||
@ -135,9 +134,7 @@ This package contains a thumbnailer to render SVG (scalable vector
|
|||||||
graphics) data.
|
graphics) data.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -a2
|
%autosetup -p1 -a1
|
||||||
mkdir .cargo
|
|
||||||
cp %{SOURCE3} .cargo/config
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export RUSTFLAGS="%{build_rustflags}"
|
export RUSTFLAGS="%{build_rustflags}"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ef17971259845bec4d8917e4150c22c5371b5636178f6b9c03351ebeebad49ef
|
oid sha256:d62955bfea9779ae1350bdedd31f792068d0242b7c4ad5625ad976a1dc5639c0
|
||||||
size 28618530
|
size 23892887
|
||||||
|
Loading…
x
Reference in New Issue
Block a user