*** empty log message ***
This commit is contained in:
parent
bf06d85ca1
commit
83170f96dd
@ -0,0 +1 @@
|
||||
hyph_ca_ES.zip
|
||||
45
hyphen-ca.spec
Normal file
45
hyphen-ca.spec
Normal file
@ -0,0 +1,45 @@
|
||||
Name: hyphen-ca
|
||||
Summary: Catalan hyphenation rules
|
||||
%define upstreamid 20030920
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 1%{?dist}
|
||||
Source: http://www.arrakis.es/~jmones/hyph_ca_ES.zip
|
||||
Group: Applications/Text
|
||||
URL: http://www.arrakis.es/~jmones/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: LPPL
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: hyphen
|
||||
|
||||
%description
|
||||
Catalan 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/
|
||||
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 README_hyph_ca_ES.txt
|
||||
%{_datadir}/hyphen/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 03 2009 Caolán McNamara <caolanm@redhat.com> - 0.20030920-1
|
||||
- initial version
|
||||
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
hyphen-ca-0_20030920-1_fc10:HEAD:hyphen-ca-0.20030920-1.fc10.src.rpm:1233912741
|
||||
Loading…
Reference in New Issue
Block a user