From f3126d9af7c3b78a40bb1dc2d8794ae9f0e61e93 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 9 Nov 2018 14:16:50 -0800 Subject: [PATCH] Adapt to new packaging --- rust-phf_codegen.spec | 39 +++++++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/rust-phf_codegen.spec b/rust-phf_codegen.spec index bebfb5b..dcd8f66 100644 --- a/rust-phf_codegen.spec +++ b/rust-phf_codegen.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.7.23 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Codegen library for PHF types # https://github.com/sfackler/rust-phf/pull/118 @@ -17,22 +17,37 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{ ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging -# [dependencies] -BuildRequires: crate(phf_generator) = 0.7.23 -BuildRequires: crate(phf_shared) = 0.7.23 +BuildRequires: crate(phf_generator/default) = 0.7.23 +BuildRequires: crate(phf_shared/default) = 0.7.23 -%description -%{summary}. +%global _description \ +Codegen library for PHF types. + +%description %{_description} %package devel Summary: %{summary} BuildArch: noarch -%description devel -Codegen library for PHF types. +%description devel %{_description} This package contains library source intended for building other packages -which use %{crate} from crates.io. +which use "%{crate}" crate. + +%files devel +%{cargo_registry}/%{crate}-%{version}/ + +%package -n %{name}+default-devel +Summary: %{summary} +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. + +%files -n %{name}+default-devel +%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %prep %autosetup -n %{crate}-%{version} -p1 @@ -49,10 +64,10 @@ which use %{crate} from crates.io. %cargo_test %endif -%files devel -%{cargo_registry}/%{crate}-%{version}/ - %changelog +* Fri Nov 09 2018 Josh Stone - 0.7.23-2 +- Adapt to new packaging + * Sat Sep 08 2018 Josh Stone - 0.7.23-1 - Update to 0.7.23