Accepting request 650222 from home:AndreasStieger:branches:devel:languages:rust
- use a source URL OBS-URL: https://build.opensuse.org/request/show/650222 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust-cbindgen?expand=0&rev=2
This commit is contained in:
parent
e1ab28eef2
commit
eea9359fb7
@ -1,4 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 19 15:00:09 UTC 2018 - astieger@suse.com
|
||||||
|
|
||||||
|
- use a source URL
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 14 00:34:16 UTC 2018 - Luke Jones <jones_ld@protonmail.com>
|
Wed Nov 14 00:34:16 UTC 2018 - Luke Jones <jones_ld@protonmail.com>
|
||||||
|
|
||||||
- Initial packaging
|
- Initial packaging - boo#1115645
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -25,8 +25,8 @@ Release: 0
|
|||||||
Summary: A tool for generating C bindings from Rust code
|
Summary: A tool for generating C bindings from Rust code
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
Group: Development/Languages/Rust
|
Group: Development/Languages/Rust
|
||||||
Url: https://crates.io/crates/cbindgen
|
URL: https://crates.io/crates/cbindgen
|
||||||
Source0: %{crate_name}-%{version}.tar.gz
|
Source0: https://github.com/eqrion/cbindgen/archive/v%{version}.tar.gz#/%{crate_name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.xz
|
||||||
BuildRequires: cargo >= 1.30.0
|
BuildRequires: cargo >= 1.30.0
|
||||||
BuildRequires: rust >= 1.30.0
|
BuildRequires: rust >= 1.30.0
|
||||||
@ -72,4 +72,3 @@ rm %{buildroot}%{_prefix}/.crates.toml
|
|||||||
%{_bindir}/cbindgen
|
%{_bindir}/cbindgen
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user