*** empty log message ***
This commit is contained in:
parent
5ea943d672
commit
554aaeee08
2109
hyph-grc.tex
Normal file
2109
hyph-grc.tex
Normal file
File diff suppressed because it is too large
Load Diff
2272
hyphen-grc-cleantex.patch
Normal file
2272
hyphen-grc-cleantex.patch
Normal file
File diff suppressed because it is too large
Load Diff
47
hyphen-grc.spec
Normal file
47
hyphen-grc.spec
Normal file
@ -0,0 +1,47 @@
|
||||
Name: hyphen-grc
|
||||
Summary: Ancient Greek hyphenation rules
|
||||
%define upstreamid 20080616
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 1%{?dist}
|
||||
Source: http://tug.org/svn/texhyphen/trunk/hyph-utf8/tex/generic/hyph-utf8/patterns/hyph-grc.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-grc-cleantex.patch
|
||||
|
||||
%description
|
||||
Ancient Greek hyphenation rules.
|
||||
|
||||
%prep
|
||||
%setup -T -q -c -n hyphen-grc
|
||||
cp -p %{SOURCE0} .
|
||||
%patch0 -p0 -b .clean
|
||||
|
||||
%build
|
||||
grep -v "^%" hyph-grc.tex | tr ' ' '\n' > temp.tex
|
||||
substrings.pl temp.tex temp.dic UTF-8
|
||||
LANG=el_GR.utf8 uniq temp.dic > hyph_grc_GR.dic
|
||||
echo "created with substring.pl by substrings.pl hyph-grc.tex hyph_grc_GR.dic UTF-8" > README
|
||||
echo "---" >> README
|
||||
head -n 33 hyph-grc.tex >> README
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||
cp -p hyph_grc_GR.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README
|
||||
%{_datadir}/hyphen/*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 14 2009 Caolan McNamara <caolanm@redhat.com> - 0.20080616-1
|
||||
- initial version
|
||||
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
hyphen-grc-0_20080616-1_fc11:HEAD:hyphen-grc-0.20080616-1.fc11.src.rpm:1255643402
|
||||
Loading…
Reference in New Issue
Block a user