2008-12-21 16:01:27 +00:00
|
|
|
Name: hyphen-bg
|
|
|
|
Summary: Bulgarian hyphenation rules
|
|
|
|
Version: 4.1
|
2009-07-25 02:48:23 +00:00
|
|
|
Release: 4%{?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)
|
|
|
|
License: GPL+
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
Requires: hyphen
|
|
|
|
|
|
|
|
%description
|
|
|
|
Bulgarian hyphenation rules.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n OOo-hyph-bg-%{version}
|
|
|
|
|
|
|
|
%build
|
2009-07-10 15:54:26 +00:00
|
|
|
for i in README COPYING; do
|
|
|
|
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
|
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,-)
|
|
|
|
%doc COPYING COPYING.BULGARIAN README
|
|
|
|
%{_datadir}/hyphen/*
|
|
|
|
|
|
|
|
%changelog
|
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
|