47 lines
1.1 KiB
RPMSpec
47 lines
1.1 KiB
RPMSpec
Name: hunspell-fur
|
|
Summary: Friulian hunspell dictionaries
|
|
%define upstreamid 20050912
|
|
Version: 0.%{upstreamid}
|
|
Release: 2%{?dist}
|
|
Source: http://digilander.libero.it/paganf/coretors/myspell-fur-12092005.zip
|
|
Group: Applications/Text
|
|
URL: http://digilander.libero.it/paganf/coretors/dizionaris.html
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
License: GPLv2+
|
|
BuildArch: noarch
|
|
|
|
Requires: hunspell
|
|
|
|
%description
|
|
Friulian hunspell dictionaries.
|
|
|
|
%prep
|
|
%setup -q -n myspell-fur-12092005
|
|
|
|
%build
|
|
chmod -x *
|
|
for i in COPYING.txt LICENCE.txt LEIMI.txt; do
|
|
tr -d '\r' < $i > $i.new
|
|
iconv -f ISO-8859-15 -t UTF-8 $i.new > $i
|
|
done
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
cp -p fur_IT.* $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc COPYING.txt LEIMI.txt LICENCE.txt
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050912-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Mon Sep 29 2008 Caolan McNamara <caolanm@redhat.com> - 0.20050912-1
|
|
- initial version
|