commit
c7b5877456
@ -0,0 +1 @@
|
|||||||
|
SOURCES/dizionario_italiano-5.1.1.tar.gz
|
@ -0,0 +1 @@
|
|||||||
|
ba3da586090afc9139657292749408a67375d379 SOURCES/dizionario_italiano-5.1.1.tar.gz
|
@ -0,0 +1,182 @@
|
|||||||
|
## START: Set by rpmautospec
|
||||||
|
## (rpmautospec version 0.6.1)
|
||||||
|
## RPMAUTOSPEC: autorelease, autochangelog
|
||||||
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||||
|
release_number = 6;
|
||||||
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||||
|
print(release_number + base_release_number - 1);
|
||||||
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||||
|
## END: Set by rpmautospec
|
||||||
|
|
||||||
|
%if 0%{?fedora} >= 36 || 0%{?rhel} > 9
|
||||||
|
%global dict_dirname hunspell
|
||||||
|
%else
|
||||||
|
%global dict_dirname myspell
|
||||||
|
%endif
|
||||||
|
|
||||||
|
Name: hunspell-it
|
||||||
|
Summary: Italian hunspell dictionaries
|
||||||
|
Version: 5.1.1
|
||||||
|
Release: %autorelease
|
||||||
|
# The license text is embedded within the README files
|
||||||
|
# Here we specify the hunspell files license only as other files are not packaged
|
||||||
|
License: GPL-3.0-only
|
||||||
|
URL: https://pagure.io/dizionario_italiano
|
||||||
|
Source: %{url}/archive/%{version}/dizionario_italiano-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildArch: noarch
|
||||||
|
Requires: hunspell-filesystem
|
||||||
|
Supplements: (hunspell and langpacks-it)
|
||||||
|
|
||||||
|
%description
|
||||||
|
Italian hunspell dictionaries.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n dizionario_italiano-%{version}
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
# Nothing to do
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}
|
||||||
|
cp -p it_IT.dic it_IT.aff $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}
|
||||||
|
pushd $RPM_BUILD_ROOT/%{_datadir}/%{dict_dirname}/
|
||||||
|
it_IT_aliases="it_CH"
|
||||||
|
for lang in $it_IT_aliases; do
|
||||||
|
ln -s it_IT.aff $lang.aff
|
||||||
|
ln -s it_IT.dic $lang.dic
|
||||||
|
done
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license LICENSES/gpl-3.0.txt
|
||||||
|
%doc CHANGELOG.txt README.md README_it_IT.txt
|
||||||
|
%{_datadir}/%{dict_dirname}/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
## START: Generated by rpmautospec
|
||||||
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 5.1.1-6
|
||||||
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
|
* Mon May 06 2024 Pooja Yadav <poyadav@redhat.com> - 5.1.1-5
|
||||||
|
- adding gating.yaml configuration
|
||||||
|
|
||||||
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.1-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jun 06 2023 Mattia Verga <mattia.verga@proton.me> - 5.1.1-1
|
||||||
|
- Use sources from pagure.io project
|
||||||
|
|
||||||
|
* Wed Feb 22 2023 Caolán McNamara <caolanm@redhat.com> - 2.4-31
|
||||||
|
- migrated to SPDX license
|
||||||
|
|
||||||
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-30
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-29
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Mar 22 2022 Parag Nemade <pnemade@fedoraproject.org> - 2.4-28
|
||||||
|
- Add conditional for new hunspell dir path and update to Requires:
|
||||||
|
hunspell-filesystem
|
||||||
|
|
||||||
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-27
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-26
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-25
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-24
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-23
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-22
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-21
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-20
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-19
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-18
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-17
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 19 2016 Parag Nemade <pnemade@redhat.com> - 2.4-16
|
||||||
|
- Add Supplements: tag for langpacks naming guidelines
|
||||||
|
- Clean the specfile to follow current packaging guidelines
|
||||||
|
|
||||||
|
* Thu Feb 04 2016 Dennis Gilmore <dennis@ausil.us> - 2.4-15
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jun 17 2015 Dennis Gilmore <dennis@ausil.us> - 2.4-14
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jun 07 2014 Dennis Gilmore <dennis@ausil.us> - 2.4-13
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Aug 03 2013 Dennis Gilmore <dennis@ausil.us> - 2.4-12
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Feb 14 2013 Dennis Gilmore <dennis@ausil.us> - 2.4-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 19 2012 Dennis Gilmore <dennis@ausil.us> - 2.4-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 13 2012 Dennis Gilmore <dennis@ausil.us> - 2.4-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Feb 09 2011 Dennis Gilmore <dennis@ausil.us> - 2.4-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 28 2010 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-7
|
||||||
|
- dist-git conversion
|
||||||
|
|
||||||
|
* Thu Apr 29 2010 Caolan McNamara <caolanm@fedoraproject.org> - 2.4-6
|
||||||
|
- fix annoying bad flagvector warnings
|
||||||
|
|
||||||
|
* Tue Jan 05 2010 Caolan McNamara <caolanm@fedoraproject.org> - 2.4-5
|
||||||
|
- change license field to GPLv3+
|
||||||
|
|
||||||
|
* Wed Nov 25 2009 Bill Nottingham <notting@fedoraproject.org> - 2.4-4
|
||||||
|
- Fix typo that causes a failure to update the common directory. (releng
|
||||||
|
#2781)
|
||||||
|
|
||||||
|
* Sat Jul 25 2009 Jesse Keating <jkeating@fedoraproject.org> - 2.4-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Feb 25 2009 Jesse Keating <jkeating@fedoraproject.org> - 2.4-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Sep 03 2007 Caolan McNamara <caolanm@fedoraproject.org> - 2.4-1
|
||||||
|
- next version
|
||||||
|
|
||||||
|
* Fri Aug 03 2007 Caolan McNamara <caolanm@fedoraproject.org> - 2.3-2
|
||||||
|
- clarify license version
|
||||||
|
|
||||||
|
* Tue Feb 20 2007 Caolan McNamara <caolanm@fedoraproject.org> - 2.3-1
|
||||||
|
- auto-import hunspell-it-2.3-0.1.20060723 on branch devel from hunspell-
|
||||||
|
it-2.3-0.1.20060723.src.rpm
|
||||||
|
## END: Generated by rpmautospec
|
Loading…
Reference in new issue