From 41ea560ba6cb7d6e1ab7bb57936536e5a43de47d Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 12 Feb 2026 14:01:35 -0800 Subject: [PATCH] fix(fresh): bdep pkgconfig(icu-uc) (#8917) (#9857) * fix(fresh): bdep clang-devel * alsdkjf; * remove REFACTORING_PLAN (cherry picked from commit 225aac7071c949849ef78c7bec6e1e05f450b6df) Co-authored-by: madomado --- anda/langs/rust/fresh/fresh.spec | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/anda/langs/rust/fresh/fresh.spec b/anda/langs/rust/fresh/fresh.spec index a29a60f4fe..4ad9e09603 100644 --- a/anda/langs/rust/fresh/fresh.spec +++ b/anda/langs/rust/fresh/fresh.spec @@ -4,10 +4,11 @@ Name: fresh Version: 0.2.3 Release: 1%?dist Summary: Text editor for your terminal: easy, powerful and fast -URL: https://sinelaw.github.io/fresh/ +URL: https://getfresh.dev Source0: https://github.com/sinelaw/fresh/archive/refs/tags/v%version.tar.gz -License: GPL-2.0-Only +License: GPL-2.0-only BuildRequires: cargo anda-srpm-macros cargo-rpm-macros mold +BuildRequires: clang-devel Packager: Owen Zimmerman @@ -15,10 +16,10 @@ Packager: Owen Zimmerman %{summary}. %package doc -Summary: Documentaion for %{name} +Summary: Documentation for %{name} %description doc -Documentaion for %{name}. +Documentation for %{name}. %prep %autosetup @@ -28,17 +29,17 @@ Documentaion for %{name}. %cargo_build %install -install -Dm755 target/rpm/%{name} %{buildroot}%{_bindir}/%{name} -install -Dm644 flatpak/io.github.sinelaw.fresh.svg %{buildroot}%{_scalableiconsdir}/io.github.sinelaw.fresh.svg -install -Dm644 flatpak/io.github.sinelaw.fresh.desktop %{buildroot}%{_appsdir}/io.github.sinelaw.fresh.desktop -install -Dm644 flatpak/io.github.sinelaw.fresh.metainfo.xml %{buildroot}%{_metainfodir}/io.github.sinelaw.fresh.metainfo.xml +install -Dm755 target/rpm/%{name} %{buildroot}%{_bindir}/%{name} +install -Dm644 crates/fresh-editor/flatpak/io.github.sinelaw.fresh.svg %{buildroot}%{_scalableiconsdir}/io.github.sinelaw.fresh.svg +install -Dm644 crates/fresh-editor/flatpak/io.github.sinelaw.fresh.desktop %{buildroot}%{_appsdir}/io.github.sinelaw.fresh.desktop +install -Dm644 crates/fresh-editor/flatpak/io.github.sinelaw.fresh.metainfo.xml %{buildroot}%{_metainfodir}/io.github.sinelaw.fresh.metainfo.xml %{cargo_license_online} > LICENSE.dependencies mkdir -p %{buildroot}%{_pkgdocdir} -cp -a docs/* %{buildroot}%{_pkgdocdir}/ +cp -a docs/* %{buildroot}%{_pkgdocdir}/ %files %license LICENSE LICENSE.dependencies -%doc README.md REFACTORING_PLAN.md CHANGELOG.md +%doc README.md CHANGELOG.md %{_bindir}/%{name} %{_scalableiconsdir}/io.github.sinelaw.fresh.svg %{_appsdir}/io.github.sinelaw.fresh.desktop