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
|
Name: hunspell-bg
|
||||||
Version: 4.3
|
Version: 4.3
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: Bulgarian hunspell dictionary
|
Summary: Bulgarian hunspell dictionary
|
||||||
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://bgoffice.sourceforge.net/
|
URL: https://bgoffice.sourceforge.net/
|
||||||
Source: http://downloads.sourceforge.net/project/bgoffice/OpenOffice.org%20Spell%20BG/%{version}/OOo-spell-bg-%{version}.zip
|
Source: http://downloads.sourceforge.net/project/bgoffice/OpenOffice.org%20Spell%20BG/%{version}/OOo-spell-bg-%{version}.zip
|
||||||
License: GPL, LGPL, MPL
|
License: GPL, LGPL, MPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
Requires: hunspell
|
Requires: hunspell
|
||||||
#BuildArch: noarch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Bulgarian hunspell dictionary.
|
Bulgarian hunspell dictionary.
|
||||||
@ -44,15 +44,24 @@ mv bg_BG.aff.new bg_BG.aff
|
|||||||
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/bg_BG.*
|
||||||
%doc ChangeLog README.bulgarian
|
%{_datadir}/hunspell/bg_BG.*
|
||||||
|
%doc GPL-2.0.txt LGPL-2.1.txt MPL-1.1.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Apr 10 2011 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 4.3-2mamba
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user