Compare commits

...

10 Commits

Author SHA1 Message Date
Fabio Valentini 24a8adc828
Update to version 0.2.16; Fixes RHBZ#2255216
1 year ago
Fabio Valentini b527d45564
Update to version 0.2.15; Fixes RHBZ#2240434
1 year ago
Fabio Valentini a45d57b885
Update to version 0.2.14; Fixes RHBZ#2227582
1 year ago
Fabio Valentini ed869a6947
Update to version 0.2.10; Fixes RHBZ#2221449
2 years ago
Fabio Valentini 8c22e11895
Update to version 0.2.9; Fixes RHBZ#2195842
2 years ago
Fabio Valentini 121d18cedc
Update to version 0.2.8; Fixes RHBZ#2173245
2 years ago
Fabio Valentini 246439a718
Update to version 0.2.7; Fixes RHBZ#2137246
2 years ago
Fedora Release Engineering 4086c2fe77
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini ec15e7e29b
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 7c895001be
Rebuild
3 years ago

8
.gitignore vendored

@ -2,3 +2,11 @@
/time-macros-0.1.1.crate
/time-macros-0.2.3.crate
/time-macros-0.2.4.crate
/time-macros-0.2.6.crate
/time-macros-0.2.7.crate
/time-macros-0.2.8.crate
/time-macros-0.2.9.crate
/time-macros-0.2.10.crate
/time-macros-0.2.14.crate
/time-macros-0.2.15.crate
/time-macros-0.2.16.crate

@ -1,3 +0,0 @@
# rust-time-macros
The rust-time-macros package

@ -1,22 +1,19 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate time-macros
Name: rust-%{crate}
Version: 0.2.4
Name: rust-time-macros
Version: 0.2.16
Release: %autorelease
Summary: Procedural macros for the time crate
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/time-macros
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Procedural macros for the time crate.}
@ -49,6 +46,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+formatting-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+formatting-devel %{_description}
This package contains library source intended for building other packages which
use the "formatting" feature of the "%{crate}" crate.
%files -n %{name}+formatting-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+large-dates-devel
Summary: %{summary}
BuildArch: noarch
@ -61,8 +70,32 @@ use the "large-dates" feature of the "%{crate}" crate.
%files -n %{name}+large-dates-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+parsing-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+parsing-devel %{_description}
This package contains library source intended for building other packages which
use the "parsing" feature of the "%{crate}" crate.
%files -n %{name}+parsing-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages which
use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%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 (time-macros-0.2.4.crate) = f3887ce839db40d13c143a9f11bea804fe4760ab2655df68cbba9029cfff7d0476135608fbfdba6cdec1f9b0753b2de0e3ce0161b40c5d2b9596980d9deaae59
SHA512 (time-macros-0.2.16.crate) = 19345f2bdf626cdc8c44bc11fbe9e13466cb7223cae89228c20ae83e7e9d71e8fe6a037b0461c289f9ceb6c8f08885458bc1db09adeeaddbbb0fbfb0dbfbf6c5

Loading…
Cancel
Save