rebuilt with specfile fixes [release 4.3-3mamba;Tue Oct 24 2023]
This commit is contained in:
parent
643398d3f7
commit
77958b6492
@ -1,17 +1,17 @@
|
||||
Name: hunspell-bg
|
||||
Version: 4.3
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: Bulgarian hunspell dictionary
|
||||
Group: System/Internationalization
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: gil <puntogil@libero.it>
|
||||
URL: http://bgoffice.sourceforge.net/
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://bgoffice.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/project/bgoffice/OpenOffice.org%20Spell%20BG/%{version}/OOo-spell-bg-%{version}.zip
|
||||
License: GPL, LGPL, MPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: hunspell
|
||||
#BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Bulgarian hunspell dictionary.
|
||||
@ -44,15 +44,24 @@ mv bg_BG.aff.new bg_BG.aff
|
||||
mkdir -p %{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
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/myspell
|
||||
%doc ChangeLog README.bulgarian
|
||||
%{_datadir}/myspell/bg_BG.*
|
||||
%{_datadir}/hunspell/bg_BG.*
|
||||
%doc GPL-2.0.txt LGPL-2.1.txt MPL-1.1.txt
|
||||
|
||||
%changelog
|
||||
* Tue Oct 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.3-3mamba
|
||||
- rebuilt with specfile fixes
|
||||
|
||||
* Sun Apr 10 2011 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 4.3-2mamba
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user