2007-11-26 20:28:45 +00:00
|
|
|
Name: hyphen-sl
|
|
|
|
Summary: Slovenian hyphenation rules
|
|
|
|
%define upstreamid 20070127
|
|
|
|
Version: 0.%{upstreamid}
|
2011-02-09 11:38:20 +00:00
|
|
|
Release: 4%{?dist}
|
2007-11-26 20:28:45 +00:00
|
|
|
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_sl_SI.zip
|
|
|
|
Group: Applications/Text
|
|
|
|
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
License: LGPLv2+
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: hyphen
|
|
|
|
|
|
|
|
%description
|
|
|
|
Slovenian hyphenation rules.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -c -n hyphen-sl
|
|
|
|
|
|
|
|
%build
|
|
|
|
chmod -x *
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
|
|
cp -p hyph_sl_SI.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README_hyph_sl_SI.txt
|
|
|
|
%{_datadir}/hyphen/*
|
|
|
|
|
|
|
|
%changelog
|
2011-02-09 11:38:20 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20070127-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2009-07-25 02:57:27 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20070127-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 06:19:48 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20070127-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2007-11-26 20:28:45 +00:00
|
|
|
* Fri Nov 23 2007 Caolan McNamara <caolanm@redhat.com> - 0.20070127-1
|
|
|
|
- initial version
|