Compare commits

..

6 Commits

Author SHA1 Message Date
Benjamin A. Beasley 87fefa5110 Update to version 0.3.0; Fixes RHBZ#2117427
4 months ago
Fedora Release Engineering a2ab585e9f Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fedora Release Engineering 054762babc Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fedora Release Engineering e28e90a2ce Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini fc988bf129
Regenerate with rust2rpm v24
2 years ago
Fedora Release Engineering 3cd30fb870 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

1
.gitignore vendored

@ -1 +1,2 @@
/ptr_meta-0.1.4.crate
/ptr_meta-0.3.0.crate

@ -1,3 +0,0 @@
# rust-ptr_meta
The rust-ptr_meta package

@ -1,28 +1,22 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate ptr_meta
Name: rust-%{crate}
Version: 0.1.4
Name: rust-ptr_meta
Version: 0.3.0
Release: %autorelease
Summary: Radioactive stabilization of the ptr_meta rfc
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/ptr_meta
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Radioactive stabilization of the ptr_meta rfc.}
A radioactive stabilization of the ptr_meta rfc.}
%description %{_description}
@ -32,13 +26,14 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE
%doc crates-io.md README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE
%doc %{crate_instdir}/README.md
%doc %{crate_instdir}/example.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -46,11 +41,35 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+derive-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+derive-devel %{_description}
This package contains library source intended for building other packages which
use the "derive" feature of the "%{crate}" crate.
%files -n %{name}+derive-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+ptr_meta_derive-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+ptr_meta_derive-devel %{_description}
This package contains library source intended for building other packages which
use the "ptr_meta_derive" feature of the "%{crate}" crate.
%files -n %{name}+ptr_meta_derive-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -58,14 +77,14 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (ptr_meta-0.1.4.crate) = 9936264dd52ae40e6afc8cef8914dbdc5767f397b91ea965d65275fe547a2d9cde7ccdcf908f787e25f84fbc23a2e30df895793fca308e09f48f2adf2e30d2bf
SHA512 (ptr_meta-0.3.0.crate) = b7f8ebb65e58ce742f9e118f894f9cde6af6c499e8fd9413a866c6744dc3aad212508c3fdec3e1aaf657971b5cd358ee68e506eaf1d3c386d8aebb1f523ecf00

Loading…
Cancel
Save