From 3990f76c6984ab8182336e51809f07b550400643 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Mar 16 2013 22:25:59 +0000 Subject: import hyphen-is-0.20030920-9.el7.src.rpm --- diff --git a/.hyphen-is.metadata b/.hyphen-is.metadata new file mode 100644 index 0000000..69bb4d0 --- /dev/null +++ b/.hyphen-is.metadata @@ -0,0 +1 @@ +53c31ae8d0e414c4faa58dbe9f9c432784c4f5c5 SOURCES/hyph_is_IS.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-is.spec b/SPECS/hyphen-is.spec new file mode 100644 index 0000000..b61c194 --- /dev/null +++ b/SPECS/hyphen-is.spec @@ -0,0 +1,73 @@ +Name: hyphen-is +Summary: Icelandic hyphenation rules +%define upstreamid 20030920 +Version: 0.%{upstreamid} +Release: 9%{?dist} +Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_is_IS.zip +Group: Applications/Text +URL: http://wiki.services.openoffice.org/wiki/Dictionaries +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: LGPLv2+ or SISSL +BuildArch: noarch + +Requires: hyphen + +%description +Icelandic hyphenation rules. + +%prep +%setup -q -c + +%build +chmod -x * +for i in README_hyph_is_IS.txt; do + if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then + iconv -f ISO-8859-1 -t UTF-8 $i > $i.new + touch -r $i $i.new + mv -f $i.new $i + fi + 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 *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc README_hyph_is_IS.txt +%{_datadir}/hyphen/* + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.20030920-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20030920-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20030920-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20030920-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Jun 14 2010 Caolán McNamara - 0.20030920-5 +- Resolves: rhbz#603737 clarify licence + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20030920-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sat Jul 11 2009 Caolán McNamara - 0.20030920-3 +- tidy spec + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20030920-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Jan 07 2008 Caolán McNamara - 0.20030920-1 +- initial version