diff --git a/rust-shell-words.spec b/rust-shell-words.spec index 3f4a21c..e809202 100644 --- a/rust-shell-words.spec +++ b/rust-shell-words.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Process command line according to parsing rules of UNIX shell # Upstream license specification: MIT/Apache-2.0 @@ -18,18 +18,36 @@ ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging -%description -%{summary}. +%global _description \ +Process command line according to parsing rules of UNIX shell. + +%description %{_description} %package devel Summary: %{summary} BuildArch: noarch -%description devel -Process command line according to parsing rules of UNIX shell. +%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 +%license LICENSE-MIT LICENSE-APACHE +%doc README.md +%{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 @@ -46,11 +64,9 @@ which use %{crate} from crates.io. %cargo_test %endif -%files devel -%license LICENSE-MIT LICENSE-APACHE -%doc README.md -%{cargo_registry}/%{crate}-%{version}/ - %changelog +* Sun Nov 04 2018 Igor Gnatenko - 0.1.0-2 +- Adapt to new packaging + * Mon Sep 10 2018 Igor Gnatenko - 0.1.0-1 - Initial package