Compare commits

...

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

22
.gitignore vendored

@ -1,21 +1 @@
/cmake-0.1.28.crate
/cmake-0.1.29.crate
/cmake-0.1.30.crate
/cmake-0.1.31.crate
/cmake-0.1.32.crate
/cmake-0.1.33.crate
/cmake-0.1.34.crate
/cmake-0.1.35.crate
/cmake-0.1.36.crate
/cmake-0.1.37.crate
/cmake-0.1.38.crate
/cmake-0.1.39.crate
/cmake-0.1.40.crate
/cmake-0.1.42.crate
/cmake-0.1.43.crate
/cmake-0.1.44.crate
/cmake-0.1.45.crate
/cmake-0.1.46.crate
/cmake-0.1.48.crate
/cmake-0.1.49.crate
/cmake-0.1.50.crate
SOURCES/cmake-0.1.50.crate

@ -0,0 +1 @@
d9d57c8d0b04b49bc3483a7439bf287419086e56 SOURCES/cmake-0.1.50.crate

@ -1,3 +1,107 @@
## 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 24
%bcond_without check
%global debug_package %{nil}
%global crate cmake
Name: rust-cmake
Version: 0.1.50
Release: %autorelease
Summary: Build dependency for running cmake to build a native library
License: MIT OR Apache-2.0
URL: https://crates.io/crates/cmake
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
A build dependency for running `cmake` to build a native library.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
Requires: /usr/bin/cmake
%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}/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
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
echo '/usr/bin/cmake'
%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.1.50-1
- Rebuilt for MSVSphere 9.3
* Thu Mar 30 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.50-1
- Update to version 0.1.50; Fixes RHBZ#2182241
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.49-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Dec 10 2022 Fabio Valentini <decathorpe@gmail.com> - 0.1.49-1
- Update to version 0.1.49; Fixes RHBZ#2138537
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.48-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.48-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jan 07 2022 Fabio Valentini <decathorpe@gmail.com> - 0.1.48-1
- Update to version 0.1.48; Fixes RHBZ#2037420
* Sat Nov 06 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.46-1
- Update to version 0.1.46; Fixes RHBZ#2012931
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.45-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
@ -92,3 +196,4 @@
* Sun Feb 26 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.20-1
- Initial package

@ -1,71 +0,0 @@
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate cmake
Name: rust-cmake
Version: 0.1.50
Release: %autorelease
Summary: Build dependency for running cmake to build a native library
License: MIT OR Apache-2.0
URL: https://crates.io/crates/cmake
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
A build dependency for running `cmake` to build a native library.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
Requires: /usr/bin/cmake
%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}/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
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
echo '/usr/bin/cmake'
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
%autochangelog

@ -1 +0,0 @@
SHA512 (cmake-0.1.50.crate) = 868d5cece75d79382ac6176aabde1723bb7e26dc745383a636516ff45856dc9187fe5a83e139f17e3bb0c114624e9e71b93c8a460b89b8facbafbca50d1d0923
Loading…
Cancel
Save