*** empty log message ***
This commit is contained in:
parent
c5f0d46e5e
commit
c1d39347d4
@ -0,0 +1 @@
|
||||
hyph_fr_FR_2-0.zip
|
45
hyphen-fr.spec
Normal file
45
hyphen-fr.spec
Normal file
@ -0,0 +1,45 @@
|
||||
Name: hyphen-fr
|
||||
Summary: French hyphenation rules
|
||||
%define upstreamid 20080318
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 1%{?dist}
|
||||
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_fr_FR_2-0.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
|
||||
French hyphenation rules.
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
|
||||
%build
|
||||
|
||||
%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/
|
||||
fr_FR_aliases="fr_BE fr_CA fr_CH fr_LU fr_MC"
|
||||
for lang in $fr_FR_aliases; do
|
||||
ln -s hyph_fr_FR.dic hyph_$lang.dic
|
||||
done
|
||||
popd
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README_hyph_fr_FR.txt
|
||||
%{_datadir}/hyphen/*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 31 2008 Caolan McNamara <caolanm@redhat.com> - 0.20080318-1
|
||||
- initial version
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
hyphen-fr-0_20080318-1_fc10:HEAD:hyphen-fr-0.20080318-1.fc10.src.rpm:1231144941
|
Loading…
Reference in New Issue
Block a user