diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..058a368 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/gix-config-value-0.12.5.crate diff --git a/README.md b/README.md deleted file mode 100644 index 69507cd..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-gix-config-value - -The rust-gix-config-value package diff --git a/gix-config-value-fix-metadata.diff b/gix-config-value-fix-metadata.diff new file mode 100644 index 0000000..a28d4c7 --- /dev/null +++ b/gix-config-value-fix-metadata.diff @@ -0,0 +1,22 @@ +--- gix-config-value-0.12.5/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ gix-config-value-0.12.5/Cargo.toml 2023-08-01T18:21:49.452501+00:00 +@@ -15,7 +15,7 @@ + name = "gix-config-value" + version = "0.12.5" + authors = ["Sebastian Thiel "] +-description = "A crate of the gitoxide project providing gix-config value parsing" ++description = "Parser for gix-config values" + license = "MIT OR Apache-2.0" + repository = "https://github.com/Byron/gitoxide" + +@@ -38,10 +38,6 @@ + features = ["std"] + default-features = false + +-[dependencies.document-features] +-version = "0.2.0" +-optional = true +- + [dependencies.gix-path] + version = "^0.8.4" + diff --git a/rust-gix-config-value.spec b/rust-gix-config-value.spec new file mode 100644 index 0000000..ed17ba5 --- /dev/null +++ b/rust-gix-config-value.spec @@ -0,0 +1,85 @@ +# Generated by rust2rpm 24 +%bcond_without check +%global debug_package %{nil} + +%global crate gix-config-value + +Name: rust-gix-config-value +Version: 0.12.5 +Release: %autorelease +Summary: Parser for gix-config values + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/gix-config-value +Source: %{crates_source} +# Manually created patch for downstream crate metadata changes +# * improve crate summary / description +# * drop unused optional dependency that is only useful for building docs +Patch: gix-config-value-fix-metadata.diff + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +Parser for gix-config values.} + +%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 +%doc %{crate_instdir}/CHANGELOG.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 + +%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 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +%autochangelog diff --git a/sources b/sources new file mode 100644 index 0000000..725f944 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (gix-config-value-0.12.5.crate) = 835d16ee6a96b4c63971680c5096c75b8a34cc6152402c63fc5092e177767b78ce39e65ff414e9b4949b8882fe4cf62b497d5ec4b144eb9e1353dcd8d5d3834d