|
|
@ -1,13 +1,13 @@
|
|
|
|
# Generated by rust2rpm 11
|
|
|
|
# Generated by rust2rpm 13
|
|
|
|
# * stderrlog is not packaged, and structopt 0.3 is not yet built
|
|
|
|
# * stderrlog is not packaged
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate tui
|
|
|
|
%global crate tui
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.7.0
|
|
|
|
Version: 0.8.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Library to build rich terminal user interfaces or dashboards
|
|
|
|
Summary: Library to build rich terminal user interfaces or dashboards
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT
|
|
|
|
# Upstream license specification: MIT
|
|
|
@ -39,7 +39,7 @@ which use "%{crate}" crate.
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md CHANGELOG.md
|
|
|
|
%doc README.md CHANGELOG.md
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
%package -n %{name}+default-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -51,7 +51,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "default" feature of "%{crate}" crate.
|
|
|
|
which use "default" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
%files -n %{name}+default-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+crossterm-devel
|
|
|
|
%package -n %{name}+crossterm-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -63,7 +63,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "crossterm" feature of "%{crate}" crate.
|
|
|
|
which use "crossterm" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+crossterm-devel
|
|
|
|
%files -n %{name}+crossterm-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+curses-devel
|
|
|
|
%package -n %{name}+curses-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -75,7 +75,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "curses" feature of "%{crate}" crate.
|
|
|
|
which use "curses" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+curses-devel
|
|
|
|
%files -n %{name}+curses-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+easycurses-devel
|
|
|
|
%package -n %{name}+easycurses-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -87,7 +87,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "easycurses" feature of "%{crate}" crate.
|
|
|
|
which use "easycurses" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+easycurses-devel
|
|
|
|
%files -n %{name}+easycurses-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+pancurses-devel
|
|
|
|
%package -n %{name}+pancurses-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -99,7 +99,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "pancurses" feature of "%{crate}" crate.
|
|
|
|
which use "pancurses" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+pancurses-devel
|
|
|
|
%files -n %{name}+pancurses-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+rustbox-devel
|
|
|
|
%package -n %{name}+rustbox-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -111,7 +111,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "rustbox" feature of "%{crate}" crate.
|
|
|
|
which use "rustbox" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+rustbox-devel
|
|
|
|
%files -n %{name}+rustbox-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+termion-devel
|
|
|
|
%package -n %{name}+termion-devel
|
|
|
|
Summary: %{summary}
|
|
|
|
Summary: %{summary}
|
|
|
@ -123,7 +123,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "termion" feature of "%{crate}" crate.
|
|
|
|
which use "termion" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+termion-devel
|
|
|
|
%files -n %{name}+termion-devel
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
@ -144,6 +144,9 @@ which use "termion" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jan 16 2020 Josh Stone <jistone@redhat.com> - 0.8.0-1
|
|
|
|
|
|
|
|
- Update to 0.8.0
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 13 18:35:05 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.0-2
|
|
|
|
* Fri Dec 13 18:35:05 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.0-2
|
|
|
|
- Update tests
|
|
|
|
- Update tests
|
|
|
|
|
|
|
|
|
|
|
|