rebuilt with specfile fixes [release 2009.10.30-3mamba;Tue Oct 24 2023]
This commit is contained in:
parent
0aa07ad8b0
commit
9a2c0956f0
@ -1,17 +1,17 @@
|
|||||||
Name: hunspell-ve
|
Name: hunspell-ve
|
||||||
Version: 2009.10.30
|
Version: 2009.10.30
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: Venda hunspell dictionaries
|
Summary: Venda 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/venda-spell-checker
|
||||||
Source: http://extensions.services.openoffice.org/e-files/3134/0/dict-ve_ZA-%{version}.oxt
|
Source: http://extensions.services.openoffice.org/e-files/3134/0/dict-ve_ZA-%{version}.oxt
|
||||||
License: LGPL
|
License: LGPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
Requires: hunspell
|
Requires: hunspell
|
||||||
#BuildArch: noarch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Venda hunspell dictionaries.
|
Venda hunspell dictionaries.
|
||||||
@ -38,15 +38,24 @@ done
|
|||||||
mkdir -p %{buildroot}%{_datadir}/myspell
|
mkdir -p %{buildroot}%{_datadir}/myspell
|
||||||
cp -p *.dic *.aff %{buildroot}%{_datadir}/myspell/
|
cp -p *.dic *.aff %{buildroot}%{_datadir}/myspell/
|
||||||
|
|
||||||
|
install -d -m0755 %{buildroot}%{_datadir}/hunspell
|
||||||
|
for f in *.dic *.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/ve_ZA.*
|
||||||
%doc README-ve_ZA.txt release-notes-ve_ZA.txt package-description.txt
|
%{_datadir}/hunspell/ve_ZA.*
|
||||||
|
#% doc README-ve_ZA.txt release-notes-ve_ZA.txt package-description.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2009.10.30-3mamba
|
||||||
|
- rebuilt with specfile fixes
|
||||||
|
|
||||||
* Sun Apr 10 2011 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2009.10.30-2mamba
|
* Sun Apr 10 2011 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2009.10.30-2mamba
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user