Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37044932
en ru br
ALT Linux repos
S:0.20100629.15.16-alt1_25

Group :: Text tools
RPM: mythes-da

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Group: Text tools
# BEGIN SourceDeps(oneline):
BuildRequires: unzip
# END SourceDeps(oneline)
# see https://bugzilla.altlinux.org/show_bug.cgi?id=10382
%define _localstatedir %{_var}
Name: mythes-da
Summary: Danish thesaurus
%global upstreamid 20100629.15.16
Version: 0.%{upstreamid}
Release: alt1_14
Source: https://excellmedia.dl.sourceforge.net/project/aoo-extensions/1388/12/danskesynonymer.oxt
URL: https://extensions.openoffice.org/fr/project/danske-synonymer
License: GPLv2 or LGPLv2 or MPLv1.1
BuildArch: noarch
Requires: libmythes
Source44: import.info

%description
Danish thesaurus.

%prep
%setup -q -c


%build
for i in README_th_da_DK.txt README_th_da_DK.txt README_th_en-US.txt; do
 tr -d '\r' < $i > $i.new
 touch -r $i $i.new
 mv -f $i.new $i
done

%install
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
cp -p th_da_DK.dat $RPM_BUILD_ROOT/%{_datadir}/mythes/th_da_DK_v2.dat
cp -p th_da_DK.idx $RPM_BUILD_ROOT/%{_datadir}/mythes/th_da_DK_v2.idx


%files
%doc README_th_da_DK.txt README_th_en-US.txt release_note.txt
%{_datadir}/mythes/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin