public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <klember@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-cssparser] epel10: Re-generate spec file with rust2rpm 22
Date: Mon, 15 Jun 2026 14:13:47 GMT	[thread overview]
Message-ID: <178153282715.1.8098351946244125540.rpms-rust-cssparser-040eb7d2cd93@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-cssparser
Branch : epel10
Commit : 040eb7d2cd931683c2ab4a25d2be19d8d506908e
Author : Kalev Lember <klember@redhat.com>
Date   : 2022-10-04T10:26:22+02:00
Stats  : +25/-26 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-cssparser/c/040eb7d2cd931683c2ab4a25d2be19d8d506908e?branch=epel10

Log:
Re-generate spec file with rust2rpm 22

---
diff --git a/rust-cssparser.spec b/rust-cssparser.spec
index 2acd7ab..23fbeab 100644
--- a/rust-cssparser.spec
+++ b/rust-cssparser.spec
@@ -1,25 +1,21 @@
-# Generated by rust2rpm 17
+# Generated by rust2rpm 22
 %bcond_without check
 %global debug_package %{nil}
 
 %global crate cssparser
 
-Name:           rust-%{crate}
+Name:           rust-cssparser
 Version:        0.28.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Rust implementation of CSS Syntax Level 3
 
-# Upstream license specification: MPL-2.0
-License:        MPLv2.0
+License:        MPL-2.0
 URL:            https://crates.io/crates/cssparser
 Source:         %{crates_source}
 
 ExclusiveArch:  %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch:      noarch
-%endif
 
-BuildRequires:  rust-packaging
+BuildRequires:  rust-packaging >= 21
 
 %global _description %{expand:
 Rust implementation of CSS Syntax Level 3.}
@@ -32,13 +28,13 @@ 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 README.md
-%{cargo_registry}/%{crate}-%{version_no_tilde}/
+%license %{crate_instdir}/LICENSE
+%doc %{crate_instdir}/README.md
+%{crate_instdir}/
 
 %package     -n %{name}+default-devel
 Summary:        %{summary}
@@ -46,11 +42,11 @@ 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}+bench-devel
 Summary:        %{summary}
@@ -58,11 +54,11 @@ BuildArch:      noarch
 
 %description -n %{name}+bench-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "bench" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "bench" feature of the "%{crate}" crate.
 
 %files       -n %{name}+bench-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+dummy_match_byte-devel
 Summary:        %{summary}
@@ -70,11 +66,11 @@ BuildArch:      noarch
 
 %description -n %{name}+dummy_match_byte-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "dummy_match_byte" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "dummy_match_byte" feature of the "%{crate}" crate.
 
 %files       -n %{name}+dummy_match_byte-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+serde-devel
 Summary:        %{summary}
@@ -82,11 +78,11 @@ BuildArch:      noarch
 
 %description -n %{name}+serde-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "serde" feature of "%{crate}" crate.
+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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %prep
 %autosetup -n %{crate}-%{version_no_tilde} -p1
@@ -108,6 +104,9 @@ which use "serde" feature of "%{crate}" crate.
 %endif
 
 %changelog
+* Mon Sep 05 2022 Kalev Lember <klember@redhat.com> - 0.28.1-4
+- Re-generate spec file with rust2rpm 22
+
 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.28.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
 

                 reply	other threads:[~2026-06-15 14:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178153282715.1.8098351946244125540.rpms-rust-cssparser-040eb7d2cd93@fedoraproject.org \
    --to=klember@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox