From 039c26309b26fa9b4155841f4f36a1f1a1aa0237 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Nov 03 2018 13:18:35 +0000 Subject: Adapt to new packaging Signed-off-by: Igor Gnatenko --- diff --git a/rust-termios.spec b/rust-termios.spec index 94f4de3..4c0d985 100644 --- a/rust-termios.spec +++ b/rust-termios.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Safe bindings for the termios library License: MIT @@ -16,21 +16,38 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{ ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging -# [dependencies] -BuildRequires: (crate(libc) >= 0.2.0 with crate(libc) < 0.3.0) +BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0) -%description -%{summary}. +%global _description \ +Safe bindings for the termios library. + +%description %{_description} %package devel Summary: %{summary} BuildArch: noarch -%description devel -Safe bindings for the termios library. +%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 +%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 @@ -47,12 +64,10 @@ which use %{crate} from crates.io. %cargo_test %endif -%files devel -%license LICENSE -%doc README.md -%{cargo_registry}/%{crate}-%{version}/ - %changelog +* Sat Nov 03 2018 Igor Gnatenko - 0.3.1-2 +- Adapt to new packaging + * Mon Oct 08 2018 Josh Stone - 0.3.1-1 - Update to 0.3.1