rebuilt with specfile fixes [release 20100125-3mamba;Tue Oct 24 2023]
This commit is contained in:
parent
4e37bcfe51
commit
57be3ead03
@ -1,17 +1,17 @@
|
|||||||
Name: hunspell-zu
|
Name: hunspell-zu
|
||||||
Version: 20100125
|
Version: 20100125
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: Zulu hunspell dictionaries
|
Summary: Zulu hunspell dictionaries
|
||||||
Group: System/Internationalization
|
Group: System/Internationalization
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: gil <puntogil@libero.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.translate.org.za/
|
URL: https://extensions.openoffice.org/en/project/zulu-spell-checker
|
||||||
Source: http://releases.mozilla.org/pub/mozilla.org/addons/46490/zulu__south_africa__dictionary-%{version}-fx+tb.xpi
|
Source: http://releases.mozilla.org/pub/mozilla.org/addons/46490/zulu__south_africa__dictionary-%{version}-fx+tb.xpi
|
||||||
License: LGPL
|
License: LGPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
Requires: hunspell
|
Requires: hunspell
|
||||||
#BuildArch: noarch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Zulu hunspell dictionaries.
|
Zulu hunspell dictionaries.
|
||||||
@ -34,18 +34,27 @@ mv -f README-zu-ZA.txt.new README-zu-ZA.txt
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_datadir}/myspell
|
mkdir -p %{buildroot}%{_datadir}/myspell
|
||||||
cp -p dictionaries/zu-ZA.aff %{buildroot}%{_datadir}/myspell/zu.aff
|
cp -p dictionaries/zu-ZA.aff %{buildroot}%{_datadir}/myspell/zu-ZA.aff
|
||||||
cp -p dictionaries/zu-ZA.dic %{buildroot}%{_datadir}/myspell/zu.dic
|
cp -p dictionaries/zu-ZA.dic %{buildroot}%{_datadir}/myspell/zu-ZA.dic
|
||||||
|
|
||||||
|
install -d -m0755 %{buildroot}%{_datadir}/hunspell
|
||||||
|
for f in zu-ZA.dic zu-ZA.aff; do
|
||||||
|
ln -s ../myspell/$f %{buildroot}%{_datadir}/hunspell/$f
|
||||||
|
done
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/myspell
|
%{_datadir}/myspell/zu-ZA.*
|
||||||
|
%{_datadir}/hunspell/zu-ZA.*
|
||||||
%doc README-zu-ZA.txt
|
%doc README-zu-ZA.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 20100125-3mamba
|
||||||
|
- rebuilt with specfile fixes
|
||||||
|
|
||||||
* Sun Apr 10 2011 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 20100125-2mamba
|
* Sun Apr 10 2011 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 20100125-2mamba
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user