45 lines
1.2 KiB
RPMSpec
45 lines
1.2 KiB
RPMSpec
Name: hyphen-lt
|
|
Summary: Lithuanian hyphenation rules
|
|
%define upstreamid 20040110
|
|
Version: 0.%{upstreamid}
|
|
Release: 3%{?dist}
|
|
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_lt_LT.zip
|
|
Group: Applications/Text
|
|
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
License: LPPL
|
|
BuildArch: noarch
|
|
Requires: hyphen
|
|
|
|
%description
|
|
Lithuanian hyphenation rules.
|
|
|
|
%prep
|
|
%setup -q -c -n hyphen-lt
|
|
chmod -x *
|
|
|
|
%build
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
cp -p hyph_lt_LT.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc README_hyph_lt_LT.txt
|
|
%{_datadir}/hyphen/*
|
|
|
|
%changelog
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20040110-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20040110-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Fri Nov 23 2007 Caolan McNamara <caolanm@redhat.com> - 0.20040110-1
|
|
- initial version
|