From 50658c7a1685731876366c8f1ae1de0fb3cbbfd9 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Mar 16 2013 22:25:24 +0000 Subject: import hyphen-ga-0.20040220-7.el7.src.rpm --- diff --git a/.hyphen-ga.metadata b/.hyphen-ga.metadata new file mode 100644 index 0000000..f4f00c5 --- /dev/null +++ b/.hyphen-ga.metadata @@ -0,0 +1 @@ +5e25e0dab5fd74c3ab9852ca7daa7c535a883cc4 SOURCES/hyph_ga_IE.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-ga.spec b/SPECS/hyphen-ga.spec new file mode 100644 index 0000000..c8444ed --- /dev/null +++ b/SPECS/hyphen-ga.spec @@ -0,0 +1,55 @@ +Name: hyphen-ga +Summary: Irish hyphenation rules +%define upstreamid 20040220 +Version: 0.%{upstreamid} +Release: 7%{?dist} +Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_ga_IE.zip +Group: Applications/Text +URL: http://borel.slu.edu/fleiscin/index.html +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPL+ +BuildArch: noarch +Requires: hyphen + +%description +Irish hyphenation rules. + +%prep +%setup -q -c -n hyphen-ga + +%build + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen +cp -p hyph_ga_IE.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc README_hyph_ga_IE.txt +%{_datadir}/hyphen/* + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.20040220-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20040220-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20040220-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20040220-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20040220-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20040220-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Aug 05 2008 Caolán McNamara - 0.20040220-1 +- initial version