#2 Update to new upstream release 1.5
Merged 7 months ago by pnemade. Opened 7 months ago by pnemade.
rpms/ pnemade/hunspell-oc rawhide  into  rawhide

file modified
+12 -11
@@ -5,13 +5,14 @@ 

  %endif

  Name: hunspell-oc

  Summary: Occitan hunspell dictionaries

- Version: 0.6.2

- Release: 15%{?dist}

- 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: GPL-3.0-or-later

+ Version: 1.5

+ Release: 1%{?dist}

+ Source: https://addons.mozilla.org/firefox/downloads/file/4085695/diccionari_occitan_lengadocian-%{version}.xpi

+ URL: https://addons.mozilla.org/en-US/firefox/addon/diccionari-occitan-lengadocian/

+ # https://www.mozilla.org/en-US/MPL/2.0/combining-mpl-and-gpl/

+ # oc_FR.aff is MPL-2.0

+ License: GPL-2.0-or-later

  BuildArch: noarch

- BuildRequires: redland

  

  Requires: hunspell

  Supplements: (hunspell and langpacks-oc)
@@ -23,20 +24,20 @@ 

  %autosetup -c -n hunspell-oc

  

  %build

- 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

+ # nothing here

  

  %install

  mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}

- cp -p dictionaries/oc-FR.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}/oc_FR.aff

- cp -p dictionaries/oc-FR.dic $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}/oc_FR.dic

+ cp -p dictionaries/oc_FR.aff dictionaries/oc_FR.dic $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}/

  

  

  %files

- %doc CREDITS

  %{_datadir}/%{dict_dirname}/*

  

  %changelog

+ * Thu Oct 05 2023 Parag Nemade <pnemade AT redhat DOT com> - 1.5-1

+ - Update to new upstream release 1.5

+ 

  * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-15

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (correcteur_occitan_languedocien-0.6.2-tb+sm+fx.xpi) = 3f9350ab96fd7e298c8a41c7d338b568b2eae093dec58af6bd87400ccba46322a42c73e834683eaee17f6e4cfccc103e461c1ceb2eb6185a1aebb1a9b014c05c

+ SHA512 (diccionari_occitan_lengadocian-1.5.xpi) = 692f67c1a6e6fd7aa7f0a043f351078245c53ade5c4ae4de975c02c3173e6d537a87d3191210199f0499855a2a82b68e29e539d4818a324ea7b3231a47a0364a

Remove unnecessary redland dependency on this package

rebased onto bddb00f

7 months ago

Pull-Request has been merged by pnemade

7 months ago