From 8caa3f6cddfd80e8d13ea6873657c0d78daee20a Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Mar 16 2013 22:32:42 +0000 Subject: import hyphen-nl-0.20050617-9.el7.src.rpm --- diff --git a/.hyphen-nl.metadata b/.hyphen-nl.metadata new file mode 100644 index 0000000..a2a5f99 --- /dev/null +++ b/.hyphen-nl.metadata @@ -0,0 +1 @@ +2f8627a7444397ae2ae87b912a38384ac1bea89e SOURCES/hyph_nl_NL.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-nl.spec b/SPECS/hyphen-nl.spec new file mode 100644 index 0000000..ac1b3f6 --- /dev/null +++ b/SPECS/hyphen-nl.spec @@ -0,0 +1,72 @@ +Name: hyphen-nl +Summary: Dutch hyphenation rules +%define upstreamid 20050617 +Version: 0.%{upstreamid} +Release: 9%{?dist} +Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_nl_NL.zip +Group: Applications/Text +URL: http://wiki.services.openoffice.org/wiki/Dictionaries +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPLv2 +BuildArch: noarch +Requires: hyphen + +%description +Dutch hyphenation rules. + +%prep +%setup -q -c -n hyphen-nl + +%build +for i in README_hyph_nl_NL.txt; do + tr -d '\r' < $i > $i.new + touch -r $i $i.new + mv -f $i.new $i +done + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen +cp -p hyph_nl_NL.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen + +pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/ +nl_NL_aliases="nl_AW nl_BE" +for lang in $nl_NL_aliases; do + ln -s hyph_nl_NL.dic hyph_$lang.dic +done + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc README_hyph_nl_NL.txt +%{_datadir}/hyphen/* + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.20050617-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20050617-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20050617-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20050617-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20050617-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sat Jul 11 2009 Caolan McNamara - 0.20050617-4 +- tidy spec + +* Fri Jun 12 2009 Caolan McNamara - 0.20050617-3 +- extend coverage + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20050617-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Fri Nov 23 2007 Caolan McNamara - 0.20050617-1 +- initial version