*** empty log message ***
This commit is contained in:
parent
89ad02e9c6
commit
8568f1aec0
@ -0,0 +1 @@
|
|||||||
|
hyph_pt_PT.zip
|
44
hyphen-pt.spec
Normal file
44
hyphen-pt.spec
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
Name: hyphen-pt
|
||||||
|
Summary: Portuguese hyphenation rules
|
||||||
|
%define upstreamid 20021021
|
||||||
|
Version: 0.%{upstreamid}
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_pt_PT.zip
|
||||||
|
Group: Applications/Text
|
||||||
|
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
License: GPL+
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Requires: hyphen
|
||||||
|
|
||||||
|
%description
|
||||||
|
Portuguese hyphenation rules.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -c
|
||||||
|
|
||||||
|
%build
|
||||||
|
chmod -x *
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||||
|
cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||||
|
pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/
|
||||||
|
pt_PT_aliases="pt_BR"
|
||||||
|
for lang in $pt_PT_aliases; do
|
||||||
|
ln -s hyph_pt_PT.dic "hyph_"$lang".dic"
|
||||||
|
done
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc README_hyph_pt_PT.txt
|
||||||
|
%{_datadir}/hyphen/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Jan 14 2009 Caolan McNamara <caolanm@redhat.com> - 0.20021021-1
|
||||||
|
- initial version
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
|||||||
|
hyphen-pt-0_20021021-1_fc10:HEAD:hyphen-pt-0.20021021-1.fc10.src.rpm:1231974613
|
Loading…
Reference in New Issue
Block a user