Compare commits

...

6 Commits

Author SHA1 Message Date
Fedora Release Engineering c953bace9a Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fabio Valentini 68573dd04f
Update to version 0.13.1; Fixes RHBZ#2181638
1 year ago
Fedora Release Engineering 99d7939675 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fedora Release Engineering 7bbb3de4d0 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 562ea8ddca
Regenerate with rust2rpm v24
2 years ago
Fedora Release Engineering b9670133ba Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

1
.gitignore vendored

@ -9,3 +9,4 @@
/synstructure-0.12.4.crate
/synstructure-0.12.5.crate
/synstructure-0.12.6.crate
/synstructure-0.13.1.crate

@ -1,3 +0,0 @@
# rust-synstructure
The rust-synstructure package

@ -1,26 +1,20 @@
# Generated by rust2rpm 18
# * synstructure_test_traits is not packaged
# Generated by rust2rpm 25
# * missing dev-dependency: synstructure_test_traits ^0.1
%bcond_with check
%global debug_package %{nil}
%global crate synstructure
Name: rust-%{crate}
Version: 0.12.6
Name: rust-synstructure
Version: 0.13.1
Release: %autorelease
Summary: Helper methods and macros for custom derives
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/synstructure
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Helper methods and macros for custom derives.}
@ -33,13 +27,13 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -47,11 +41,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+proc-macro-devel
Summary: %{summary}
@ -59,14 +53,14 @@ BuildArch: noarch
%description -n %{name}+proc-macro-devel %{_description}
This package contains library source intended for building other packages
which use "proc-macro" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "proc-macro" feature of the "%{crate}" crate.
%files -n %{name}+proc-macro-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,3 @@
[tests]
run = ["none"]
comments = ["missing dev-dependency: synstructure_test_traits ^0.1"]

@ -1 +1 @@
SHA512 (synstructure-0.12.6.crate) = 6ec5dd7ade904fb6d79c2be595886289846e064b8c4100f780d8adfcbb41e6ca67f4b1d682212f4673c2169f889a042049b31161ec3cebc3f399751124f01f9c
SHA512 (synstructure-0.13.1.crate) = 09024193b44fc9a8901bda845b9f86c57dad65d0f53e309b2e7e968538fab6f67db1c86e5e52a2eb8fd116dc073e3ad10983bd60764662ec6ba94fee22a958aa

Loading…
Cancel
Save