*** empty log message ***
This commit is contained in:
parent
db0bcfdda4
commit
cc06c101cc
@ -0,0 +1 @@
|
||||
hyph_da_DK.zip
|
38
hyphen-da.spec
Normal file
38
hyphen-da.spec
Normal file
@ -0,0 +1,38 @@
|
||||
Name: hyphen-da
|
||||
Summary: Danish hyphenation rules
|
||||
%define upstreamid 20040402
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 1%{?dist}
|
||||
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
|
||||
* Fri Nov 23 2007 Caolan McNamara <caolanm@redhat.com> - 0.20040402-1
|
||||
- initial version
|
Loading…
Reference in New Issue
Block a user