Compare commits

...

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

13
.gitignore vendored

@ -1,12 +1 @@
/serde_derive_internals-0.17.0.crate SOURCES/serde_derive_internals-0.26.0.crate
/serde_derive_internals-0.18.0.crate
/serde_derive_internals-0.18.1.crate
/serde_derive_internals-0.19.0.crate
/serde_derive_internals-0.20.0.crate
/serde_derive_internals-0.20.1.crate
/serde_derive_internals-0.21.0.crate
/serde_derive_internals-0.22.0.crate
/serde_derive_internals-0.22.1.crate
/serde_derive_internals-0.22.2.crate
/serde_derive_internals-0.23.1.crate
/serde_derive_internals-0.26.0.crate

@ -0,0 +1 @@
89ea968f55a46f9cc0ae83d0461b9d73ff3137ea SOURCES/serde_derive_internals-0.26.0.crate

@ -0,0 +1,126 @@
## START: Set by rpmautospec
## (rpmautospec version 0.3.5)
## 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 25
# * tests fail to compile
%bcond_with check
%global debug_package %{nil}
%global crate serde_derive_internals
Name: rust-serde_derive_internals
Version: 0.26.0
Release: %autorelease
Summary: AST representation used by Serde derive macros
License: MIT OR Apache-2.0
URL: https://crates.io/crates/serde_derive_internals
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
AST representation used by Serde derive macros. Unstable.}
%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
%{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
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.26.0-1
- Rebuilt for MSVSphere 9.3
* Mon Nov 06 2023 Fabio Valentini <decathorpe@gmail.com> - 0.26.0-1
- Update to version 0.26.0
* Tue Apr 17 2018 Josh Stone <jistone@redhat.com> - 0.23.1-1
- Update to 0.23.1
* Wed Mar 28 2018 Josh Stone <jistone@redhat.com> - 0.22.2-1
- Update to 0.22.2
* Mon Mar 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.22.1-1
- Update to 0.22.1
* Thu Mar 22 2018 Josh Stone <jistone@redhat.com> - 0.22.0-1
- Update to 0.22.0
* Sat Mar 17 2018 Josh Stone <jistone@redhat.com> - 0.21.0-1
- Update to 0.21.0
* Wed Mar 14 2018 Josh Stone <jistone@redhat.com> - 0.20.1-1
- Update to 0.20.1
* Thu Mar 08 2018 Josh Stone <jistone@redhat.com> - 0.20.0-1
- Update to 0.20.0
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.19.0-2
- Rebuild for rust-packaging v5
* Sun Dec 31 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.19.0-1
- Update to 0.19.0
* Sun Dec 24 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.18.1-1
- Update to 0.18.1
* Wed Dec 13 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.18.0-1
- Update to 0.18.0
* Wed Nov 08 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.17.0-1
- Update to 0.17.0
* Thu Jun 15 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.1-1
- Initial package

@ -1,41 +0,0 @@
* Tue Apr 17 2018 Josh Stone <jistone@redhat.com> - 0.23.1-1
- Update to 0.23.1
* Wed Mar 28 2018 Josh Stone <jistone@redhat.com> - 0.22.2-1
- Update to 0.22.2
* Mon Mar 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.22.1-1
- Update to 0.22.1
* Thu Mar 22 2018 Josh Stone <jistone@redhat.com> - 0.22.0-1
- Update to 0.22.0
* Sat Mar 17 2018 Josh Stone <jistone@redhat.com> - 0.21.0-1
- Update to 0.21.0
* Wed Mar 14 2018 Josh Stone <jistone@redhat.com> - 0.20.1-1
- Update to 0.20.1
* Thu Mar 08 2018 Josh Stone <jistone@redhat.com> - 0.20.0-1
- Update to 0.20.0
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.19.0-2
- Rebuild for rust-packaging v5
* Sun Dec 31 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.19.0-1
- Update to 0.19.0
* Sun Dec 24 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.18.1-1
- Update to 0.18.1
* Wed Dec 13 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.18.0-1
- Update to 0.18.0
* Wed Nov 08 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.17.0-1
- Update to 0.17.0
* Thu Jun 15 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.1-1
- Initial package

@ -1,69 +0,0 @@
# Generated by rust2rpm 25
# * tests fail to compile
%bcond_with check
%global debug_package %{nil}
%global crate serde_derive_internals
Name: rust-serde_derive_internals
Version: 0.26.0
Release: %autorelease
Summary: AST representation used by Serde derive macros
License: MIT OR Apache-2.0
URL: https://crates.io/crates/serde_derive_internals
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
AST representation used by Serde derive macros. Unstable.}
%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
%{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
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
%autochangelog

@ -1 +0,0 @@
SHA512 (serde_derive_internals-0.26.0.crate) = acf635d10b41400e2c10d326fc7ca60dbe9094c2d1d94f4f34905e6978b155e014aebe29e0cc2b00587c97751360ab0dfa71b5c6901629bda9322754e2f07890
Loading…
Cancel
Save