public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hunspell-shs] rawhide: Remove unnecessary BuildRequires: hunspell-devel
@ 2026-06-08  9:41 Parag Nemade
  0 siblings, 0 replies; only message in thread
From: Parag Nemade @ 2026-06-08  9:41 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/hunspell-shs
            Branch : rawhide
            Commit : d37ae2658e27ddd0483335e08d922e53cc52b881
            Author : Parag Nemade <panemade AT redhat DOT com>
            Date   : 2026-06-08T14:50:24+05:30
            Stats  : +11/-6 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/hunspell-shs/c/d37ae2658e27ddd0483335e08d922e53cc52b881?branch=rawhide

            Log:
            Remove unnecessary BuildRequires: hunspell-devel

Update SPEC for latest guidelines

---
diff --git a/hunspell-shs.spec b/hunspell-shs.spec
index d8a37cc..e9a8a96 100644
--- a/hunspell-shs.spec
+++ b/hunspell-shs.spec
@@ -1,27 +1,28 @@
-%if 0%{?fedora} > 35
+%if 0%{?fedora} >= 36 || 0%{?rhel} > 9
 %global dict_dirname hunspell 
 %else
 %global dict_dirname myspell
 %endif
+
 Name: hunspell-shs
 Summary: Shuswap hunspell dictionaries
 %global upstreamid 20090828
 Version: 0.%{upstreamid}
-Release: 32%{?dist}
+Release: 33%{?dist}
+# Upstream Source and URL links are dead now
 Source: http://secpewt.sd73.bc.ca/hunspell/hunspell-shs-ca.tar.gz
 URL: http://secpewt.sd73.bc.ca/wordlist
 License: GPL-2.0-or-later
 BuildArch: noarch
-BuildRequires: hunspell-devel
 
-Requires: hunspell
+Requires: hunspell-filesystem
 Supplements: (hunspell and langpacks-shs)
 
 %description
 Shuswap hunspell dictionaries.
 
 %prep
-%setup -q -c
+%autosetup -c
 
 %build
 
@@ -32,9 +33,13 @@ cp -p hunspell/shs_CA.* $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}
 
 %files
 %doc hunspell/COPYING hunspell/Copyright hunspell/README
-%{_datadir}/%{dict_dirname}/*
+%{_datadir}/%{dict_dirname}/shs_CA.*
 
 %changelog
+* Mon Jun 08 2026 Parag Nemade <panemade AT redhat DOT com> - 0.20090828-33
+- Remove unnecessary BuildRequires: hunspell-devel
+- Update SPEC for latest guidelines
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.20090828-32
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-08  9:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-08  9:41 [rpms/hunspell-shs] rawhide: Remove unnecessary BuildRequires: hunspell-devel Parag Nemade

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox