From a3c46ee1b14e7416dec82e26f2e1fb2fc8f9d9cf Mon Sep 17 00:00:00 2001 From: madomado Date: Sat, 17 Jun 2023 12:05:49 +0800 Subject: [PATCH] fix: rnote (#573) * fix: rnote Signed-off-by: madomado * Update rnote.spec Signed-off-by: madomado * Update rnote.spec --------- Signed-off-by: madomado --- anda/rust/rnote/rnote.spec | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/anda/rust/rnote/rnote.spec b/anda/rust/rnote/rnote.spec index e322915d9a..511f3fd25d 100644 --- a/anda/rust/rnote/rnote.spec +++ b/anda/rust/rnote/rnote.spec @@ -4,7 +4,7 @@ Release: 1%{?dist} Summary: Sketch and take handwritten notes. License: GPL-3.0 URL: https://github.com/flxzt/rnote -Source0: %{url}/releases/download/v%{version}/rnote-%{version}.tar.xz +Source0: %{url}/archive/refs/tags/v%version.tar.gz Requires: libadwaita poppler-glib glib2 gtk4 BuildRequires: cargo meson cmake libappstream-glib gcc-c++ pkgconfig(alsa) alsa-lib clang-devel python BuildRequires: pkgconfig(glib-2.0) >= 2.66 @@ -32,16 +32,16 @@ Rnote is an open-source vector-based drawing app for sketching, handwritten note %doc README.md %license LICENSE -/usr/bin/rnote -/usr/lib/debug/usr/bin/rnote-*.debug -/usr/share/applications/com.github.flxzt.rnote.desktop -/usr/share/glib-2.0/schemas/com.github.flxzt.rnote.gschema.xml -/usr/share/icons/hicolor/scalable/apps/com.github.flxzt.rnote.svg -/usr/share/icons/hicolor/symbolic/apps/com.github.flxzt.rnote-symbolic.svg -/usr/share/locale/*/LC_MESSAGES/rnote.mo -/usr/share/metainfo/com.github.flxzt.rnote.metainfo.xml -/usr/share/mime/packages/com.github.flxzt.rnote.xml -/usr/share/rnote/* +%_bindir/rnote +%_datadir/applications/com.github.flxzt.rnote.desktop +%_datadir/glib-2.0/schemas/com.github.flxzt.rnote.gschema.xml +%_datadir/icons/hicolor/scalable/apps/com.github.flxzt.rnote.svg +%_datadir/icons/hicolor/scalable/mimetypes/application-rnote.svg +%_datadir/icons/hicolor/symbolic/apps/com.github.flxzt.rnote-symbolic.svg +%_datadir/locale/*/LC_MESSAGES/rnote.mo +%_datadir/metainfo/com.github.flxzt.rnote.metainfo.xml +%_datadir/mime/packages/com.github.flxzt.rnote.xml +%_datadir/rnote/ %changelog