59 lines
1.6 KiB
RPMSpec
59 lines
1.6 KiB
RPMSpec
Name: hyphen-lt
|
|
Summary: Lithuanian hyphenation rules
|
|
%define upstreamid 20100531
|
|
Version: 0.%{upstreamid}
|
|
Release: 1%{?dist}
|
|
Source: http://tug.org/svn/texhyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-lt.tex
|
|
Group: Applications/Text
|
|
URL: http://tug.org/tex-hyphen
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
License: LPPL
|
|
BuildArch: noarch
|
|
BuildRequires: hyphen-devel
|
|
Requires: hyphen
|
|
Patch0: hyphen-lt-cleantex.patch
|
|
|
|
%description
|
|
Lithuanian hyphenation rules.
|
|
|
|
%prep
|
|
%setup -T -q -c -n hyphen-lt
|
|
cp -p %{SOURCE0} .
|
|
%patch0 -p0 -b .clean
|
|
|
|
%build
|
|
substrings.pl hyph-lt.tex hyph_lt_LT.dic UTF-8
|
|
echo "Created with substring.pl by substrings.pl hyph-lt.tex hyph_lt_LT.dic UTF-8" > README
|
|
echo "Original in-line credits were:" >> README
|
|
echo "" >> README
|
|
head -n 45 hyph-lt.tex >> README
|
|
|
|
%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
|
|
%{_datadir}/hyphen/*
|
|
|
|
%changelog
|
|
* Tue Jun 01 2010 Caolán McNamara <caolanm@redhat.com> - 0.20100531-1
|
|
- latest version
|
|
|
|
* Mon Feb 08 2010 Caolán McNamara <caolanm@redhat.com> - 0.20100203-1
|
|
- latest version
|
|
|
|
* 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 Caolán McNamara <caolanm@redhat.com> - 0.20040110-1
|
|
- initial version
|