Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release-src > by-pkgid > 054b478263b5ab9817648cf790a6f598 > files > 2

rust-relative-path-1.9.0-1.mga10.src.rpm

# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}

%global crate relative-path

Name:           rust-relative-path
Version:        1.9.0
Release:        %mkrel 1
Summary:        Portable, relative paths for Rust
Group:          Development/Other
# Upstream license specification: MIT/Apache-2.0
License:        MIT OR Apache-2.0
URL:            https://crates.io/crates/relative-path
Source:         %{crates_source}

BuildRequires:  rust-packaging >= 21

%global _description %{expand:
Portable, relative paths for Rust.}

%description %{_description}

%package        devel
Summary:        %{summary}
BuildArch:      noarch

%description    devel %{_description}

This package contains library source intended for building other packages which
use the "%{crate}" crate.

%files          devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/

%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 the "default" feature of the "%{crate}" crate.

%files       -n %{name}+default-devel
%ghost %{crate_instdir}/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 the "serde" feature of the "%{crate}" crate.

%files       -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml

%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep

%generate_buildrequires
%cargo_generate_buildrequires -a

%build
%cargo_build -a

%install
%cargo_install -a

%if %{with check}
%check
%cargo_test -a
%endif



%changelog
* Wed Dec 27 2023 wally <wally> 1.9.0-1.mga10
+ Revision: 2022301
- mageiafy .spec
- imported package rust-relative-path


* Wed Oct 04 2023 Fabio Valentini <decathorpe@gmail.com> 1.9.0-1
- Update to version 1.9.0

* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> 1.7.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Wed Jul 13 2022 Fabio Valentini <decathorpe@gmail.com> 1.7.2-1
- Update to version 1.7.2; Fixes RHBZ#2105764

* Tue Mar 29 2022 Fabio Valentini <decathorpe@gmail.com> 1.7.0-1
- Update to version 1.7.0; Fixes RHBZ#2066585

* Mon Feb 07 2022 Fabio Valentini <decathorpe@gmail.com> 1.6.1-1
- Update to version 1.6.1; Fixes RHBZ#2051448

* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 1.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Thu Dec 09 2021 Fabio Valentini <decathorpe@gmail.com> 1.6.0-1
- Update to version 1.6.0; Fixes RHBZ#2028977

* Thu Jul 29 2021 Fabio Valentini <decathorpe@gmail.com> 1.5.0-1
- Update to version 1.5.0; Fixes RHBZ#1987224

* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Tue May 04 2021 Fabio Valentini <decathorpe@gmail.com> - 1.4.0-1
- Update to version 1.4.0.
- Fixes RHBZ#1956929

* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Fri Dec 25 14:28:44 CET 2020 Igor Raits <igor.raits@gmail.com> - 1.3.2-1
- Initial package