public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-cssparser-macros] epel10: no longer needed
Date: Mon, 15 Jun 2026 14:13:24 GMT [thread overview]
Message-ID: <178153280440.1.6961889721200635434.rpms-rust-cssparser-macros-d6699cbb08e5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-cssparser-macros
Branch : epel10
Commit : d6699cbb08e5b016a8a6362f12faba3939636c5a
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2022-05-02T15:14:33+02:00
Stats : +1/-141 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-cssparser-macros/c/d6699cbb08e5b016a8a6362f12faba3939636c5a?branch=epel10
Log:
no longer needed
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 184eb4d..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-/cssparser-macros-0.3.0.crate
-/cssparser-macros-0.3.2.crate
-/cssparser-macros-0.3.3.crate
-/cssparser-macros-0.3.4.crate
-/cssparser-macros-0.3.5.crate
-/cssparser-macros-0.3.6.crate
-/cssparser-macros-0.6.0.crate
diff --git a/README.md b/README.md
deleted file mode 100644
index b649e05..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-cssparser-macros
-
-The rust-cssparser-macros package
\ No newline at end of file
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..c7912ba
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+no longer needed
diff --git a/rust-cssparser-macros.spec b/rust-cssparser-macros.spec
deleted file mode 100644
index 6950b5f..0000000
--- a/rust-cssparser-macros.spec
+++ /dev/null
@@ -1,130 +0,0 @@
-# Generated by rust2rpm 13
-%bcond_without check
-%global debug_package %{nil}
-
-%global crate cssparser-macros
-
-Name: rust-%{crate}
-Version: 0.6.0
-Release: 6%{?dist}
-Summary: Procedural macros for cssparser
-
-# Upstream license specification: MPL-2.0
-License: MPLv2.0
-URL: https://crates.io/crates/cssparser-macros
-Source: %{crates_source}
-
-ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
-
-BuildRequires: rust-packaging
-
-%global _description %{expand:
-Procedural macros for cssparser.}
-
-%description %{_description}
-
-%package devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description devel %{_description}
-
-This package contains library source intended for building other packages
-which use "%{crate}" crate.
-
-%files devel
-%license LICENSE
-%{cargo_registry}/%{crate}-%{version_no_tilde}/
-
-%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 "default" feature of "%{crate}" crate.
-
-%files -n %{name}+default-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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
-* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
-
-* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-3
-- Second attempt - Rebuilt for
- https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Sat Feb 15 14:58:24 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.6.0-1
-- Update to 0.6.0
-
-* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.6-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Mon Sep 16 15:34:15 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.6-1
-- Update to 0.3.6
-
-* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.5-3
-- Run tests in infrastructure
-
-* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
-* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 0.3.5-1
-- Update to 0.3.5
-- Adapt to new packaging
-
-* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-
-* Sat Jun 30 2018 Josh Stone <jistone@redhat.com> - 0.3.4-1
-- Update to 0.3.4
-
-* Tue Apr 17 2018 Josh Stone <jistone@redhat.com> - 0.3.3-1
-- Update to 0.3.3
-
-* Fri Mar 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.2-1
-- Update to 0.3.2
-
-* Fri Mar 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-3
-- Bump syn to 0.12, quote to 0.4
-
-* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
-
-* Wed Jan 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-1
-- Initial package
diff --git a/sources b/sources
deleted file mode 100644
index e9556c7..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (cssparser-macros-0.6.0.crate) = 9b0aa19d46efe600fbb8b4763639affa5491727ae05312f5c7fb9c5c4d29971c33cb9afcee5001c7d0aec8677d36b5763986783ce8c897de892411f1bdb9a4ea
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=178153280440.1.6961889721200635434.rpms-rust-cssparser-macros-d6699cbb08e5@fedoraproject.org \
--to=decathorpe@gmail.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