Compare commits

...

1 Commits
epel9 ... i10ce

4
.gitignore vendored

@ -1,3 +1 @@
/maplit-1.0.0.crate SOURCES/maplit-1.0.2.crate
/maplit-1.0.1.crate
/maplit-1.0.2.crate

@ -0,0 +1 @@
c47c5cb5f29950146d4224f0abf7f0668a422554 SOURCES/maplit-1.0.2.crate

@ -0,0 +1,11 @@
--- maplit-1.0.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ maplit-1.0.2/Cargo.toml 2023-04-12T15:08:01.873574+00:00
@@ -14,7 +14,7 @@
name = "maplit"
version = "1.0.2"
authors = ["bluss"]
-description = "Collection “literal” macros for HashMap, HashSet, BTreeMap, and BTreeSet."
+description = "Collection of macros for HashMap, HashSet, BTreeMap, and BTreeSet literals."
documentation = "https://docs.rs/maplit/"
keywords = ["literal", "data-structure", "hashmap", "macro"]
categories = ["rust-patterns"]

@ -1,28 +1,37 @@
# Generated by rust2rpm 10 ## START: Set by rpmautospec
## (rpmautospec version 0.6.5)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 14;
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 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate maplit %global crate maplit
Name: rust-%{crate} Name: rust-maplit
Version: 1.0.2 Version: 1.0.2
Release: 7%{?dist} Release: %autorelease
Summary: Collection “literal” macros for HashMap, HashSet, BTreeMap, and BTreeSet Summary: Collection of macros for HashMap, HashSet, BTreeMap, and BTreeSet literals
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/maplit URL: https://crates.io/crates/maplit
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * fix description in crate metadata
Patch: maplit-fix-metadata.diff
ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Collection “literal” macros for HashMap, HashSet, BTreeMap, and BTreeSet.} Collection of macros for HashMap, HashSet, BTreeMap, and BTreeSet
literals.}
%description %{_description} %description %{_description}
@ -32,13 +41,14 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%doc README.rst %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version}/ %doc %{crate_instdir}/README.rst
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -46,11 +56,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -71,6 +81,25 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Jan 05 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.0.2-14
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Apr 12 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.2-11
- Regenerate with rust2rpm v24
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-7 * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
@ -121,3 +150,5 @@ which use "default" feature of "%{crate}" crate.
* Thu Jul 06 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.4-1 * Thu Jul 06 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.4-1
- Initial package - Initial package
## END: Generated by rpmautospec

@ -1 +0,0 @@
SHA512 (maplit-1.0.2.crate) = 917b5cf665e12b687035c895b60b2ae05622963f495f5693515fd24d56f49e95a06ffced68606d061bd20822c655100035930673fd4b0d4790168763b6961a9f
Loading…
Cancel
Save