Enable all feauteres

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2017-11-15 00:19:41 +01:00
parent ba52993d7a
commit 8411238f18
1 changed files with 6 additions and 1 deletions

View File

@ -1,11 +1,13 @@
# Generated by rust2rpm
%bcond_without check
%global __cargo_common_opts %{__cargo_common_opts} --features all
%global crate tokei
Name: rust-%{crate}
Version: 6.1.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Utility that allows you to count code, quickly
License: MIT or ASL 2.0
@ -93,5 +95,8 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Wed Nov 15 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 6.1.2-2
- Enable all feauteres
* Tue Nov 14 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 6.1.2-1
- Initial package