tidy spec
This commit is contained in:
parent
0839eb0013
commit
2786782ad5
@ -2,10 +2,10 @@ Name: hunspell-cy
|
|||||||
Summary: Welsh hunspell dictionaries
|
Summary: Welsh hunspell dictionaries
|
||||||
%define upstreamid 20040425
|
%define upstreamid 20040425
|
||||||
Version: 0.%{upstreamid}
|
Version: 0.%{upstreamid}
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Source: http://www.e-gymraeg.co.uk/myspell/myspell.zip
|
Source: http://www.e-gymraeg.co.uk/myspell/myspell.zip
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
URL: http://www.e-gymraeg.co.uk/myspell
|
URL: http://www.e-gymraeg.co.uk/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
License: GPL+
|
License: GPL+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -22,8 +22,16 @@ Welsh hunspell dictionaries.
|
|||||||
unzip PackWelsh.zip
|
unzip PackWelsh.zip
|
||||||
unzip cy_GB.zip
|
unzip cy_GB.zip
|
||||||
chmod -x *
|
chmod -x *
|
||||||
tr -d '\r' < README_cy_GB.txt > README_cy_GB.txt.new
|
for i in README_cy_GB.txt; do
|
||||||
mv -f README_cy_GB.txt.new README_cy_GB.txt
|
if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
|
||||||
|
iconv -f ISO-8859-1 -t UTF-8 $i > $i.new
|
||||||
|
touch -r $i $i.new
|
||||||
|
mv -f $i.new $i
|
||||||
|
fi
|
||||||
|
tr -d '\r' < $i > $i.new
|
||||||
|
touch -r $i $i.new
|
||||||
|
mv -f $i.new $i
|
||||||
|
done
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -39,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 11 2009 Caolan McNamara <caolanm@redhat.com> - 0.20040425-4
|
||||||
|
- tidy spec
|
||||||
|
|
||||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20040425-3
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20040425-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user