hunspell-hil/hunspell-hil.spec

61 lines
1.6 KiB
RPMSpec
Raw Normal View History

2008-11-27 09:25:06 +00:00
Name: hunspell-hil
Summary: Hiligaynon hunspell dictionaries
2009-08-20 10:47:38 +00:00
Epoch: 1
Version: 0.13
Release: 1%{?dist}
2008-11-27 09:25:06 +00:00
Group: Applications/Text
2009-08-20 10:47:38 +00:00
Source: http://borel.slu.edu/obair/%{name}-%{version}.oxt
URL: http://extensions.services.openoffice.org/project/hunspell-hil
2008-11-27 09:25:06 +00:00
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2009-08-20 10:47:38 +00:00
License: GPLv3+
2008-11-27 09:25:06 +00:00
BuildArch: noarch
Requires: hunspell
%description
Hiligaynon hunspell dictionaries.
%prep
2009-08-20 10:47:38 +00:00
%setup -q -c
2008-11-27 09:25:06 +00:00
%build
2009-08-20 10:47:38 +00:00
for i in dictionaries/README_hil_PH.txt; do
2009-07-11 12:48:10 +00:00
if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
2008-11-27 09:25:06 +00:00
iconv -f ISO-8859-1 -t UTF-8 $i > $i.new
2009-07-11 12:48:10 +00:00
touch -r $i $i.new
2008-11-27 09:25:06 +00:00
mv -f $i.new $i
2009-07-11 12:48:10 +00:00
fi
tr -d '\r' < $i > $i.new
touch -r $i $i.new
mv -f $i.new $i
2008-11-27 09:25:06 +00:00
done
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
2009-08-20 10:47:38 +00:00
cp -p dictionaries/hil_PH.* $RPM_BUILD_ROOT/%{_datadir}/myspell
2008-11-27 09:25:06 +00:00
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
2009-08-20 10:47:38 +00:00
%doc LICENSES-en.txt dictionaries/README_hil_PH.txt
2008-11-27 09:25:06 +00:00
%{_datadir}/myspell/*
%changelog
2009-08-20 10:47:38 +00:00
* Thu Aug 20 2009 Caolan McNamara <caolanm@redhat.com> - 1:0.13-1
- latest version
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050406-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-07-11 12:48:10 +00:00
* Sat Jul 11 2009 Caolan McNamara <caolanm@redhat.com> - 0.20050406-3
- tidy spec
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050406-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2008-11-27 09:25:06 +00:00
* Fri Nov 07 2008 Caolan McNamara <caolanm@redhat.com> - 0.20050406-1
- initial version