projects
/
platform
/
upstream
/
rust-random-trait.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0c0550
)
Add std extern patch
accepted/tizen_rust
tizen
accepted/tizen/rust/20231016.021745
author
DongHun Kwak
<dh0128.kwak@samsung.com>
Tue, 21 Mar 2023 01:58:38 +0000
(10:58 +0900)
committer
DongHun Kwak
<dh0128.kwak@samsung.com>
Tue, 21 Mar 2023 01:58:38 +0000
(10:58 +0900)
packaging/rust-random-trait.spec
patch
|
blob
|
history
diff --git
a/packaging/rust-random-trait.spec
b/packaging/rust-random-trait.spec
index 78b0cd4b57f4e8a0bc65e23ecb4e3b7d4a3894db..749e506f34b06d5fc1decbea495e2684327a6ec3 100644
(file)
--- a/
packaging/rust-random-trait.spec
+++ b/
packaging/rust-random-trait.spec
@@
-16,6
+16,7
@@
License: MIT OR Apache-2.0
URL: https://crates.io/crates/random-trait
Source: %{crate}-%{version}.tar.gz
Source1: %{name}.manifest
+Source2: extern.patch
# ==========================================================
# BuildRequires
@@
-32,6
+33,7
@@
Rust library for a random trait meant to produce random generic types.
%prep
%setup -q
cp %{SOURCE1} .
+%{__patch} -p1 < %{SOURCE2}
# ==========================================================
# build section