|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
# Generated by rust2rpm 10
|
|
|
|
|
# Generated by rust2rpm 13
|
|
|
|
|
# * insta and ref-cast are not packaged
|
|
|
|
|
%bcond_with check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
%global crate syn
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 1.0.11
|
|
|
|
|
Version: 1.0.13
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Parser for Rust source code
|
|
|
|
|
|
|
|
|
@ -39,7 +39,7 @@ which use "%{crate}" crate.
|
|
|
|
|
%files devel
|
|
|
|
|
%license LICENSE-MIT LICENSE-APACHE
|
|
|
|
|
%doc README.md
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -51,7 +51,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "default" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+clone-impls-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -63,7 +63,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "clone-impls" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+clone-impls-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+derive-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -75,7 +75,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "derive" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+derive-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+extra-traits-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -87,7 +87,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "extra-traits" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+extra-traits-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+fold-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -99,7 +99,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "fold" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+fold-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+full-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -111,7 +111,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "full" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+full-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+parsing-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -123,7 +123,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "parsing" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+parsing-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+printing-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -135,7 +135,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "printing" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+printing-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+proc-macro-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -147,7 +147,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "proc-macro" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+proc-macro-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+quote-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -159,7 +159,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "quote" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+quote-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+visit-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -171,7 +171,7 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "visit" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+visit-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+visit-mut-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
@ -183,12 +183,10 @@ This package contains library source intended for building other packages
|
|
|
|
|
which use "visit-mut" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+visit-mut-devel
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
|
# https://github.com/dtolnay/syn/pull/727
|
|
|
|
|
chmod -x Cargo.toml tests/repo/mod.rs tests/test_round_trip.rs
|
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
@ -206,6 +204,9 @@ chmod -x Cargo.toml tests/repo/mod.rs tests/test_round_trip.rs
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 1.0.13-1
|
|
|
|
|
- Update to 1.0.13
|
|
|
|
|
|
|
|
|
|
* Sun Dec 01 10:21:44 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.11-1
|
|
|
|
|
- Update to 1.0.11
|
|
|
|
|
|
|
|
|
|