Blame rust-lipsum.spec

0ae6b37
# Generated by rust2rpm 13
0ae6b37
%bcond_without check
bfcf343
%global debug_package %{nil}
bfcf343
bfcf343
%global crate lipsum
bfcf343
bfcf343
Name:           rust-%{crate}
0ae6b37
Version:        0.7.0
0ae6b37
Release:        1%{?dist}
bfcf343
Summary:        Lorem ipsum text generation library
bfcf343
0ae6b37
# Upstream license specification: MIT
bfcf343
License:        MIT
bfcf343
URL:            https://crates.io/crates/lipsum
bbe07f4
Source:         %{crates_source}
bfcf343
bfcf343
ExclusiveArch:  %{rust_arches}
0ae6b37
%if %{__cargo_skip_build}
0ae6b37
BuildArch:      noarch
0ae6b37
%endif
bfcf343
bfcf343
BuildRequires:  rust-packaging
bfcf343
0ae6b37
%global _description %{expand:
0ae6b37
Lorem ipsum text generation library. Use this if you need some filler text for
0ae6b37
your application.
0ae6b37
The text is generated using a simple Markov chain, which you can also
0ae6b37
instantiate to generate your own pieces of pseudo-random text.}
604ada5
604ada5
%description %{_description}
bfcf343
bfcf343
%package        devel
bfcf343
Summary:        %{summary}
bfcf343
BuildArch:      noarch
bfcf343
604ada5
%description    devel %{_description}
bfcf343
604ada5
This package contains library source intended for building other packages
604ada5
which use "%{crate}" crate.
604ada5
604ada5
%files          devel
604ada5
%license LICENSE
604ada5
%doc README.md
0ae6b37
%{cargo_registry}/%{crate}-%{version_no_tilde}/
604ada5
604ada5
%package     -n %{name}+default-devel
604ada5
Summary:        %{summary}
604ada5
BuildArch:      noarch
604ada5
604ada5
%description -n %{name}+default-devel %{_description}
bfcf343
bfcf343
This package contains library source intended for building other packages
604ada5
which use "default" feature of "%{crate}" crate.
604ada5
604ada5
%files       -n %{name}+default-devel
0ae6b37
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
bfcf343
bfcf343
%prep
bbe07f4
%autosetup -n %{crate}-%{version_no_tilde} -p1
bfcf343
%cargo_prep
bfcf343
0ae6b37
%generate_buildrequires
0ae6b37
%cargo_generate_buildrequires
0ae6b37
bfcf343
%build
bfcf343
%cargo_build
bfcf343
bfcf343
%install
bfcf343
%cargo_install
bfcf343
bfcf343
%if %{with check}
bfcf343
%check
bfcf343
%cargo_test
bfcf343
%endif
bfcf343
bfcf343
%changelog
0ae6b37
* Mon Oct 19 2020 Fabio Valentini <decathorpe@gmail.com> - 0.7.0-1
0ae6b37
- Update to version 0.7.0.
0ae6b37
1d55c84
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-4
1d55c84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
1d55c84
655c13e
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-3
655c13e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
655c13e
0aa669c
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2
0aa669c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
0aa669c
bbe07f4
* Fri Apr 05 12:32:03 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.0-1
bbe07f4
- Update to 0.6.0
bbe07f4
80b2523
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-5
80b2523
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
80b2523
604ada5
* Mon Nov 12 2018 Josh Stone <jistone@redhat.com> - 0.5.0-4
604ada5
- Adapt to new packaging
604ada5
e4e231b
* Sun Oct 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-3
e4e231b
- Run tests in infrastructure
e4e231b
1360f71
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2
1360f71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
1360f71
ae52097
* Thu Apr 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-1
ae52097
- Update to 0.5.0
ae52097
784b183
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-5
784b183
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
784b183
f3badaf
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.0-4
f3badaf
- Rebuild for rust-packaging v5
f3badaf
9352d37
* Mon Jan 01 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.0-3
9352d37
- Bump rand to 0.4
9352d37
11df4b7
* Mon Nov 20 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.0-2
11df4b7
- Bump version-sync to 0.5
11df4b7
bfcf343
* Mon Nov 13 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.0-1
bfcf343
- Initial package