From 77958b6492d1a702b4f85893621d08ba15c06056 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:44:52 +0100 Subject: [PATCH] rebuilt with specfile fixes [release 4.3-3mamba;Tue Oct 24 2023] --- hunspell-bg.spec | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/hunspell-bg.spec b/hunspell-bg.spec index 2a0a32b..449cd30 100644 --- a/hunspell-bg.spec +++ b/hunspell-bg.spec @@ -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 -URL: http://bgoffice.sourceforge.net/ +Packager: Silvan Calarco +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 4.3-3mamba +- rebuilt with specfile fixes + * Sun Apr 10 2011 Ercole 'ercolinux' Carpanetto 4.3-2mamba - rebuilt