45 lines
1.1 KiB
RPMSpec
45 lines
1.1 KiB
RPMSpec
Name: hyphen-is
|
|
Summary: Icelandic hyphenation rules
|
|
%define upstreamid 20030920
|
|
Version: 0.%{upstreamid}
|
|
Release: 2%{?dist}
|
|
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_is_IS.zip
|
|
Group: Applications/Text
|
|
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
License: LGPLv2+
|
|
BuildArch: noarch
|
|
|
|
Requires: hyphen
|
|
|
|
%description
|
|
Icelandic hyphenation rules.
|
|
|
|
%prep
|
|
%setup -q -c
|
|
|
|
%build
|
|
chmod -x *
|
|
iconv -f ISO-8859-1 -t UTF-8 README_hyph_is_IS.txt > README_hyph_is_IS.txt.new
|
|
mv -f README_hyph_is_IS.txt.new README_hyph_is_IS.txt
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc README_hyph_is_IS.txt
|
|
%{_datadir}/hyphen/*
|
|
|
|
%changelog
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20030920-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Wed Jan 07 2008 Caolan McNamara <caolanm@redhat.com> - 0.20030920-1
|
|
- initial version
|