Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 78ea004b0bce99608ba4277cc9eb6cab > files > 2

hyphen-fo-0.20040420-3.mga3.src.rpm

%define upstreamid 20040420

Name: hyphen-fo
Summary: Faroese hyphenation rules
Version: 0.%{upstreamid}
Release: %mkrel 3
Source: http://fo.speling.org/filer/hyph_fo_FO-20040420a.zip
Group: Text tools
URL: http://fo.speling.org/
License: GPL+
BuildArch: noarch
Requires: hyphen
Requires: locales-fo

%description
Faroese hyphenation rules.

%prep
%setup -q -c

%build
for i in README_hyph_fo_FO.txt; do
  if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
    iconv -f ISO-8859-1 -t UTF-8 $i > $i.new
    touch -r $i $i.new
    mv -f $i.new $i
  fi
  tr -d '\r' < $i > $i.new
  touch -r $i $i.new
  mv -f $i.new $i
done

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
cp -p hyph_fo_FO.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README_hyph_fo_FO.txt
%{_datadir}/hyphen/*


%changelog

* Fri Mar 29 2013 tv <tv> 0.20040420-3.mga3
+ Revision: 406187
- requires locales-hyphen-fo (mga#9540)

* Sat Jan 12 2013 umeabot <umeabot> 0.20040420-2.mga3
+ Revision: 353892
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sat Mar 12 2011 ahmad <ahmad> 0.20040420-1.mga1
+ Revision: 70020
- fix group
- imported package hyphen-fo