From 77208c32956a765698777af1cdeb2f25471f673e Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Fri, 12 Jul 2024 17:05:37 +0800 Subject: [PATCH] Fix build failed --- hunspell-oc.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/hunspell-oc.spec b/hunspell-oc.spec index bf50c8d..f400671 100644 --- a/hunspell-oc.spec +++ b/hunspell-oc.spec @@ -1,7 +1,7 @@ Name: hunspell-oc Summary: Occitan hunspell dictionaries for spell check Version: 0.6.2 -Release: 3 +Release: 4 Source: https://addons.mozilla.org/firefox/downloads/file/233710/correcteur_occitan_languedocien-%{version}-tb+sm+fx.xpi URL: https://addons.mozilla.org/en-US/firefox/addon/8235 License: GPLv3+ @@ -18,8 +18,8 @@ Occitan hunspell dictionaries for spell check. %autosetup -c -p1 -n hunspell-oc %build -rdfproc hunspell-oc parse install.rdf -rdfproc hunspell-oc print | grep install-manifest | grep -v targetApplication | sed -e 's/.*#//' | sed -e 's/], "/: /'| sed -e 's/"}//' > CREDITS +rdfproc -s file hunspell-oc parse install.rdf +rdfproc -s file hunspell-oc print | grep install-manifest | grep -v targetApplication | sed -e 's/.*#//' | sed -e 's/], "/: /'| sed -e 's/"}//' > CREDITS %install install -d $RPM_BUILD_ROOT/%{_datadir}/myspell @@ -31,5 +31,8 @@ install -Dp dictionaries/oc-FR.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/oc_FR.dic %{_datadir}/myspell/* %changelog +* Fri Jul 12 2024 wulei - 0.6.2-4 +- Fix build failed + * Fri Apr 17 2020 Captain Wei 0.6.2-3 - Package init -- Gitee