You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-bstr/rust-bstr.spec

211 lines
6.1 KiB

5 years ago
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate bstr
Name: rust-%{crate}
5 years ago
Version: 0.2.13
Release: 2%{?dist}
Summary: String type that is not required to be valid UTF-8
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/bstr
Source: %{crates_source}
# Initial patched metadata
# - Bump quickcheck to 0.9 https://github.com/BurntSushi/bstr/pull/23
Patch0: bstr-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand:
String type that is not required to be valid UTF-8.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
5 years ago
%license LICENSE-MIT LICENSE-APACHE COPYING src/unicode/data/LICENSE-UNICODE
%doc README.md
5 years ago
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%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
5 years ago
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+lazy_static-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+lazy_static-devel %{_description}
This package contains library source intended for building other packages
which use "lazy_static" feature of "%{crate}" crate.
%files -n %{name}+lazy_static-devel
5 years ago
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+regex-automata-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+regex-automata-devel %{_description}
This package contains library source intended for building other packages
which use "regex-automata" feature of "%{crate}" crate.
%files -n %{name}+regex-automata-devel
5 years ago
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate.
%files -n %{name}+serde-devel
5 years ago
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde1-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde1-devel %{_description}
This package contains library source intended for building other packages
which use "serde1" feature of "%{crate}" crate.
%files -n %{name}+serde1-devel
5 years ago
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde1-nostd-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde1-nostd-devel %{_description}
This package contains library source intended for building other packages
which use "serde1-nostd" feature of "%{crate}" crate.
%files -n %{name}+serde1-nostd-devel
5 years ago
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
5 years ago
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+unicode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unicode-devel %{_description}
This package contains library source intended for building other packages
which use "unicode" feature of "%{crate}" crate.
%files -n %{name}+unicode-devel
5 years ago
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
5 years ago
* Mon May 11 2020 Josh Stone <jistone@redhat.com> - 0.2.13-1
- Update to 0.2.13
5 years ago
* Fri Mar 13 2020 Josh Stone <jistone@redhat.com> - 0.2.12-1
- Update to 0.2.12
5 years ago
* Thu Feb 06 2020 Josh Stone <jistone@redhat.com> - 0.2.11-1
- Update to 0.2.11
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
5 years ago
* Thu Jan 23 2020 Josh Stone <jistone@redhat.com> - 0.2.10-1
- Update to 0.2.10
5 years ago
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 0.2.9-1
- Update to 0.2.9
* Fri Sep 13 17:28:47 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.8-2
- Bump quickcheck to 0.9
* Sun Sep 01 17:09:25 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.8-1
- Update to 0.2.8
* Sun Jul 28 17:34:32 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.6-1
- Update to 0.2.6
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Jun 27 07:26:16 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.1-1
- Update to 0.2.1
* Thu Jun 20 00:13:54 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.4-3
- Regenerate
* Sat Jun 08 23:48:42 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.4-2
- Regenerate
* Thu May 30 17:40:51 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.4-1
- Update to 0.1.4
* Mon May 13 00:04:18 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.3-1
- Update to 0.1.3
* Tue Apr 16 08:29:15 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.2-1
- Initial package