2009-03-20 08:43:58 +00:00
|
|
|
Name: hyphen-ia
|
|
|
|
Summary: Interlingua hyphenation rules
|
2009-03-28 16:19:31 +00:00
|
|
|
%define upstreamid 20050628
|
2009-03-20 08:43:58 +00:00
|
|
|
Version: 0.%{upstreamid}
|
2016-02-04 00:14:51 +00:00
|
|
|
Release: 10%{?dist}
|
2009-03-20 08:43:58 +00:00
|
|
|
Source: http://www.ctan.org/get/language/hyphenation/iahyphen.tex
|
|
|
|
Group: Applications/Text
|
|
|
|
URL: http://www.ctan.org/tex-archive/help/Catalogue/entries/iahyphen.html
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
License: LPPL
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: hyphen-devel
|
|
|
|
Requires: hyphen
|
|
|
|
Patch0: hyphen-ia-cleantex.patch
|
|
|
|
|
|
|
|
%description
|
|
|
|
Interlingua hyphenation rules.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -T -q -c -n hyphen-ia
|
|
|
|
cp -p %{SOURCE0} .
|
|
|
|
%patch0 -p0 -b .clean
|
|
|
|
|
|
|
|
%build
|
|
|
|
substrings.pl iahyphen.tex hyph_ia.dic ISO8859-1
|
|
|
|
echo "Created with substring.pl by substrings.pl iahyphen.tex hyph_ia.dic ISO8859-1" > README
|
|
|
|
echo "---" >> README
|
|
|
|
head -n 25 iahyphen.tex >> README
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
|
|
cp -p hyph_ia.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README
|
|
|
|
%{_datadir}/hyphen/*
|
|
|
|
|
|
|
|
%changelog
|
2016-02-04 00:14:51 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.20050628-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 11:01:42 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050628-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-06-07 21:30:27 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050628-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 18:51:31 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050628-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-14 01:44:14 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050628-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 14:12:34 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050628-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 05:29:52 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050628-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-02-09 11:26:06 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050628-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2009-07-25 02:52:31 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050628-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-03-28 16:19:31 +00:00
|
|
|
* Sat Mar 28 2009 Caolan McNamara <caolanm@redhat.com> - 0.20050628-1
|
|
|
|
- bump to next day for consistency
|
|
|
|
|
2009-03-20 08:43:58 +00:00
|
|
|
* Tue Mar 17 2009 Caolan McNamara <caolanm@redhat.com> - 0.20050627-1
|
|
|
|
- initial version
|