2008-12-21 16:01:27 +00:00
|
|
|
Name: hyphen-bg
|
|
|
|
Summary: Bulgarian hyphenation rules
|
2010-04-17 10:33:47 +00:00
|
|
|
Version: 4.2
|
|
|
|
Release: 1%{?dist}
|
2008-12-21 16:01:27 +00:00
|
|
|
Source: http://downloads.sourceforge.net/bgoffice/OOo-hyph-bg-%{version}.zip
|
|
|
|
Group: Applications/Text
|
|
|
|
URL: http://bgoffice.sourceforge.net/
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2010-04-17 10:33:47 +00:00
|
|
|
License: GPLv2+ or LGPLv3+ or MPLv1.1
|
2008-12-21 16:01:27 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
Requires: hyphen
|
|
|
|
|
|
|
|
%description
|
|
|
|
Bulgarian hyphenation rules.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n OOo-hyph-bg-%{version}
|
|
|
|
|
|
|
|
%build
|
2010-04-17 10:33:47 +00:00
|
|
|
for i in ChangeLog Copyright GPL-2.0.txt LGPL-3.0.txt MPL-1.1.txt README.bulgarian; do
|
2009-07-10 15:54:26 +00:00
|
|
|
if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
|
|
|
|
iconv -f ISO-8859-2 -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
|
2010-04-17 10:33:47 +00:00
|
|
|
echo "UTF-8" > hyph_bg_BG.dic.new
|
|
|
|
tail -n +2 hyph_bg_BG.dic | iconv -f WINDOWS-1251 -t UTF-8 | tr -d '\r' >> hyph_bg_BG.dic.new
|
|
|
|
mv hyph_bg_BG.dic.new hyph_bg_BG.dic
|
2008-12-21 16:01:27 +00:00
|
|
|
|
|
|
|
%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,-)
|
2010-04-17 10:33:47 +00:00
|
|
|
%doc ChangeLog Copyright GPL-2.0.txt LGPL-3.0.txt MPL-1.1.txt README.bulgarian
|
2008-12-21 16:01:27 +00:00
|
|
|
%{_datadir}/hyphen/*
|
|
|
|
|
|
|
|
%changelog
|
2010-04-17 10:33:47 +00:00
|
|
|
* Sat Apr 17 2010 Caolán McNamara <caolanm@redhat.com> - 4.2-1
|
|
|
|
- latest version
|
|
|
|
|
2009-07-25 02:48:23 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-10 15:54:26 +00:00
|
|
|
* Fri Jul 10 2009 Caolan McNamara <caolanm@redhat.com> - 4.1-3
|
|
|
|
- tidy spec
|
|
|
|
|
2009-02-25 05:59:42 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-12-21 16:01:27 +00:00
|
|
|
* Thu Dec 18 2008 Caolan McNamara <caolanm@redhat.com> - 4.1-1
|
|
|
|
- initial version
|