Compare commits

...

6 Commits

Author SHA1 Message Date
Benjamin A. Beasley 3e016a6307 Update to version 0.3.0; Fixes RHBZ#2117428
4 months ago
Fedora Release Engineering 47ceaa2eb3 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fedora Release Engineering b1d50c23dd Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fedora Release Engineering f0fdd018eb Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 6995249123
Regenerate with rust2rpm v24
2 years ago
Fedora Release Engineering 3edf777898 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

1
.gitignore vendored

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

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

@ -1,28 +1,22 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ptr_meta_derive %global crate ptr_meta_derive
Name: rust-%{crate} Name: rust-ptr_meta_derive
Version: 0.1.4 Version: 0.3.0
Release: %autorelease Release: %autorelease
Summary: Macros for ptr_meta Summary: Proc macros for ptr_meta
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/ptr_meta_derive URL: https://crates.io/crates/ptr_meta_derive
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Macros for ptr_meta.} Proc macros for ptr_meta.}
%description %{_description} %description %{_description}
@ -32,12 +26,13 @@ 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 %license %{crate_instdir}/LICENSE
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -45,14 +40,14 @@ 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_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (ptr_meta_derive-0.1.4.crate) = 15a72b2c36e9d1761c4dd42cee1623c2d85c52eadc3c3102c8334c14c9c5db9a43d74dbbab1d14a2600d789917fcb5bc2652877b172aaa02c37a6868462ff20e SHA512 (ptr_meta_derive-0.3.0.crate) = 58d486fbc501bed17445c44d1c13f0941dd7a66f5b731030afec2de63adcd1dc9f86d89bc611830f1355768658d6b61b2942c7964b2b9bd193bada044e17e442

Loading…
Cancel
Save