|
|
|
@ -1,11 +1,21 @@
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.7.2)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 1;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate http-auth
|
|
|
|
|
|
|
|
|
|
Name: rust-http-auth
|
|
|
|
|
Version: 0.1.8
|
|
|
|
|
Version: 0.1.10
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: HTTP authentication
|
|
|
|
|
|
|
|
|
@ -14,7 +24,7 @@ License: MIT OR Apache-2.0
|
|
|
|
|
URL: https://crates.io/crates/http-auth
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
HTTP authentication: parse challenge lists, respond to Basic and Digest
|
|
|
|
@ -111,16 +121,16 @@ use the "hex" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+hex-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+http-devel
|
|
|
|
|
%package -n %{name}+http10-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+http-devel %{_description}
|
|
|
|
|
%description -n %{name}+http10-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "http" feature of the "%{crate}" crate.
|
|
|
|
|
use the "http10" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+http-devel
|
|
|
|
|
%files -n %{name}+http10-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+log-devel
|
|
|
|
@ -184,7 +194,7 @@ use the "trace" feature of the "%{crate}" crate.
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
@ -202,4 +212,25 @@ use the "trace" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
%autochangelog
|
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.1.10-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Sun Sep 29 2024 Fabio Valentini <decathorpe@gmail.com> - 0.1.10-1
|
|
|
|
|
- Update to version 0.1.10; Fixes RHBZ#2309072
|
|
|
|
|
|
|
|
|
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 30 2024 Fabio Valentini <decathorpe@gmail.com> - 0.1.9-1
|
|
|
|
|
- Update to version 0.1.9; Fixes RHBZ#2256100
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 06 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.8-1
|
|
|
|
|
- Initial import (#2210898)
|
|
|
|
|
## END: Generated by rpmautospec
|