From 433b5995d08f1567cd8c3b3a1104adf3d473b5b5 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Mar 16 2013 22:28:04 +0000 Subject: import hyphen-it-0.20071127-9.el7.src.rpm --- diff --git a/.hyphen-it.metadata b/.hyphen-it.metadata new file mode 100644 index 0000000..b378504 --- /dev/null +++ b/.hyphen-it.metadata @@ -0,0 +1 @@ +ef8833b3021c3192794ae11ffe3d39bcb69a2407 SOURCES/hyph_it_IT.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-it.spec b/SPECS/hyphen-it.spec new file mode 100644 index 0000000..703f26b --- /dev/null +++ b/SPECS/hyphen-it.spec @@ -0,0 +1,73 @@ +Name: hyphen-it +Summary: Italian hyphenation rules +%define upstreamid 20071127 +Version: 0.%{upstreamid} +Release: 9%{?dist} +Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_it_IT.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 +Provides: hyphen-la = 0.%{upstreamid}-3%{?dist} + +%description +Italian hyphenation rules. + +%prep +%setup -q -c -n hyphen-it +chmod -x * + +%build + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen +cp -p hyph_it_IT.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen +pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/ +#http://extensions.services.openoffice.org/project/dict-la uses the it_IT for Latin +#so we'll do the same +it_IT_aliases="it_CH la_VA" +for lang in $it_IT_aliases; do + ln -s hyph_it_IT.dic "hyph_"$lang".dic" +done + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc README_hyph_it_IT.txt +%{_datadir}/hyphen/* + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.20071127-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20071127-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20071127-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20071127-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20071127-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20071127-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sun Nov 02 2008 Caolan McNamara - 0.20071127-3 +- add Latin alias + +* Thu Nov 29 2007 Caolan McNamara - 0.20071127-2 +- add switz italian alias + +* Tue Nov 27 2007 Caolan McNamara - 0.20071127-1 +- latest version + +* Fri Nov 23 2007 Caolan McNamara - 0.20030809-1 +- initial version