From 2b918a0ab3cddef68b7e64d1355fc277e9897db6 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Wed, 10 Sep 2008 06:50:41 +0000 Subject: [PATCH] *** empty log message *** --- .cvsignore | 2 ++ hunspell-eu.spec | 41 +++++++++++++++++++++++++++++++++++++++++ import.log | 1 + sources | 2 ++ 4 files changed, 46 insertions(+) create mode 100644 hunspell-eu.spec create mode 100644 import.log diff --git a/.cvsignore b/.cvsignore index e69de29..b00d26e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1,2 @@ +XUXEN_kode_irekia_eskuliburua-LINUX-OO.pdf +eu-ES-hunspell.tar.gz diff --git a/hunspell-eu.spec b/hunspell-eu.spec new file mode 100644 index 0000000..4c15fe6 --- /dev/null +++ b/hunspell-eu.spec @@ -0,0 +1,41 @@ +Name: hunspell-eu +Summary: Basque hunspell dictionaries +%define upstreamid 20080507 +Version: 0.%{upstreamid} +Release: 1%{?dist} +Source0: http://www.euskara.euskadi.net/r59-20660/eu/contenidos/informacion/euskarazko_softwarea/eu_9567/adjuntos/eu-ES-hunspell.tar.gz +Source1: http://www.euskara.euskadi.net/r59-20660/eu/contenidos/informacion/euskarazko_softwarea/eu_9567/adjuntos/XUXEN_kode_irekia_eskuliburua-LINUX-OO.pdf +Group: Applications/Text +URL: http://www.euskara.euskadi.net/r59-20660/eu/contenidos/informacion/euskarazko_softwarea/eu_9567/xuxen.html +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPLv2 +BuildArch: noarch + +Requires: hunspell + +%description +Basque hunspell dictionaries. + +%prep +%setup -q -c -n hunspell-eu +cp -p %{SOURCE1} . + +%build + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p eu-ES/eu-ES.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/eu_ES.dic +cp -p eu-ES/eu-ES.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/eu_ES.aff + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc XUXEN_kode_irekia_eskuliburua-LINUX-OO.pdf +%{_datadir}/myspell/* + +%changelog +* Tue Sep 09 2008 Caolan McNamara - 0.20080507-1 +- initial version diff --git a/import.log b/import.log new file mode 100644 index 0000000..716d011 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +hunspell-eu-0_20080507-1_fc9:HEAD:hunspell-eu-0.20080507-1.fc9.src.rpm:1221029476 diff --git a/sources b/sources index e69de29..42d8ee1 100644 --- a/sources +++ b/sources @@ -0,0 +1,2 @@ +1ad71b1fda5b7155a9dbc150131b5578 XUXEN_kode_irekia_eskuliburua-LINUX-OO.pdf +57ff126e635fb8ac3fe6e54ff79a0ef5 eu-ES-hunspell.tar.gz