42 lines
924 B
RPMSpec
42 lines
924 B
RPMSpec
|
Name: hyphen-bg
|
||
|
Summary: Bulgarian hyphenation rules
|
||
|
Version: 4.1
|
||
|
Release: 1%{?dist}
|
||
|
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
|
||
|
tr -d '\r' < README > README.new
|
||
|
iconv -f ISO-8859-2 -t UTF-8 README.new > README
|
||
|
tr -d '\r' < COPYING > COPYING.new
|
||
|
mv COPYING.new COPYING
|
||
|
|
||
|
%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
|
||
|
* Thu Dec 18 2008 Caolan McNamara <caolanm@redhat.com> - 4.1-1
|
||
|
- initial version
|