2007-11-26 20:17:18 +00:00
|
|
|
Name: hyphen-da
|
|
|
|
Summary: Danish hyphenation rules
|
2008-10-06 11:43:00 +00:00
|
|
|
%define upstreamid 20070903
|
2007-11-26 20:17:18 +00:00
|
|
|
Version: 0.%{upstreamid}
|
2013-08-03 18:46:51 +00:00
|
|
|
Release: 8%{?dist}
|
2007-11-26 20:17:18 +00:00
|
|
|
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_da_DK.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
|
|
|
|
|
|
|
|
%description
|
|
|
|
Danish hyphenation rules.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -c -n hyphen-da
|
|
|
|
chmod -x *
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
|
|
cp -p hyph_da_DK.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README_hyph_da_DK.txt
|
|
|
|
%{_datadir}/hyphen/*
|
|
|
|
|
|
|
|
%changelog
|
2013-08-03 18:46:51 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20070903-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-14 01:41:41 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20070903-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 14:08:47 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20070903-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 05:27:15 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20070903-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-02-09 11:18:48 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20070903-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2009-07-25 02:49:02 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20070903-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 06:01:40 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20070903-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-10-06 11:46:36 +00:00
|
|
|
* Mon Oct 06 2008 Caolan McNamara <caolanm@redhat.com> - 0.20070903-1
|
2008-10-06 11:43:00 +00:00
|
|
|
- latest version
|
|
|
|
|
2007-11-26 20:17:18 +00:00
|
|
|
* Fri Nov 23 2007 Caolan McNamara <caolanm@redhat.com> - 0.20040402-1
|
|
|
|
- initial version
|