45 lines
1.1 KiB
RPMSpec
45 lines
1.1 KiB
RPMSpec
Name: hyphen-bg
|
|
Summary: Bulgarian hyphenation rules
|
|
Version: 4.1
|
|
Release: 2%{?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
|
|
* 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
|
|
|
|
* Thu Dec 18 2008 Caolan McNamara <caolanm@redhat.com> - 4.1-1
|
|
- initial version
|