Compare commits

..

No commits in common. 'i10ce' and 'epel9' have entirely different histories.
i10ce ... epel9

4
.gitignore vendored

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

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

@ -1,11 +0,0 @@
--- 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,37 +1,28 @@
## 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
# Generated by rust2rpm 10
%bcond_without check
%global debug_package %{nil}
%global crate maplit
Name: rust-maplit
Name: rust-%{crate}
Version: 1.0.2
Release: %autorelease
Summary: Collection of macros for HashMap, HashSet, BTreeMap, and BTreeSet literals
Release: 7%{?dist}
Summary: Collection “literal” macros for HashMap, HashSet, BTreeMap, and BTreeSet
# Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/maplit
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * fix description in crate metadata
Patch: maplit-fix-metadata.diff
BuildRequires: rust-packaging >= 21
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand:
Collection of macros for HashMap, HashSet, BTreeMap, and BTreeSet
literals.}
Collection “literal” macros for HashMap, HashSet, BTreeMap, and BTreeSet.}
%description %{_description}
@ -41,14 +32,13 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use the "%{crate}" crate.
This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.rst
%{crate_instdir}/
%license LICENSE-MIT LICENSE-APACHE
%doc README.rst
%{cargo_registry}/%{crate}-%{version}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -56,11 +46,11 @@ 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.
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -81,25 +71,6 @@ use the "default" feature of the "%{crate}" crate.
%endif
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
@ -150,5 +121,3 @@ use the "default" feature of the "%{crate}" crate.
* Thu Jul 06 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.4-1
- Initial package
## END: Generated by rpmautospec

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