diff --git a/.hyphen-el.metadata b/.hyphen-el.metadata new file mode 100644 index 0000000..545bc9f --- /dev/null +++ b/.hyphen-el.metadata @@ -0,0 +1 @@ +1a1b08fae5a7e644d5baa91c937da6af92950e01 SOURCES/hyph_el_GR.zip diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/hyphen-el.spec b/SPECS/hyphen-el.spec new file mode 100644 index 0000000..351a4de --- /dev/null +++ b/SPECS/hyphen-el.spec @@ -0,0 +1,65 @@ +Name: hyphen-el +Summary: Greek hyphenation rules +%define upstreamid 20051018 +Version: 0.%{upstreamid} +Release: 8%{?dist} +Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_el_GR.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 +Greek hyphenation rules. + +%prep +%setup -q -c + +%build + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen +cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen + +pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/ +el_GR_aliases="el_CY" +for lang in $el_GR_aliases; do + ln -s hyph_el_GR.dic hyph_$lang.dic +done + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc README_hyph_el_GR.txt +%{_datadir}/hyphen/* + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.20051018-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20051018-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20051018-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20051018-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20051018-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri Jun 12 2009 Caolan McNamara - 0.20051018-3 +- extend coverage + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20051018-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Jan 05 2008 Caolan McNamara - 0.20051018-1 +- initial version