From ec9063aca0a4a2d18ebaf56a3b27cfa39b6e7dae Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Mar 16 2013 22:20:56 +0000 Subject: import hyphen-ca-0.9.3-5.el7.src.rpm --- diff --git a/.hyphen-ca.metadata b/.hyphen-ca.metadata new file mode 100644 index 0000000..0d74738 --- /dev/null +++ b/.hyphen-ca.metadata @@ -0,0 +1 @@ +1395d2d7bc0f255411f250d40583acee37638a9b SOURCES/hyph-ca.oxt 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-ca.spec b/SPECS/hyphen-ca.spec new file mode 100644 index 0000000..9a55554 --- /dev/null +++ b/SPECS/hyphen-ca.spec @@ -0,0 +1,73 @@ +Name: hyphen-ca +Summary: Catalan hyphenation rules +Epoch: 1 +Version: 0.9.3 +Release: 5%{?dist} +Source: http://extensions.services.openoffice.org/e-files/2010/7/hyph-ca.oxt +Group: Applications/Text +URL: http://extensions.services.openoffice.org/project/ca_hyph +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPLv3 +BuildArch: noarch + +Requires: hyphen + +%description +Catalan hyphenation rules. + +%prep +%setup -q -c + +%build +for i in release-note_en.txt release-note_ca.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_ca_ANY.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hyph_ca_ES.dic +pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/ +ca_ES_aliases="ca_AD ca_FR ca_IT" +for lang in $ca_ES_aliases; do + ln -s hyph_ca_ES.dic hyph_$lang.dic +done +popd + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc release-note_en.txt release-note_ca.txt LICENSES-en.txt LLICENCIES-ca.txt +%{_datadir}/hyphen/* + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 1:0.9.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 1:0.9.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1:0.9.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 1:0.9.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Tue Mar 02 2010 Caolán McNamara - 1:0.9.3-1 +- latest version + +* Fri Jul 24 2009 Fedora Release Engineering - 1:0.9.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Jun 16 2009 Caolán McNamara - 1:0.9.2-1 +- latest version + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20030920-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Feb 03 2009 Caolán McNamara - 0.20030920-1 +- initial version