tidy spec
This commit is contained in:
parent
ea89146df8
commit
88afc4d192
@ -2,7 +2,7 @@ Name: hyphen-nl
|
|||||||
Summary: Dutch hyphenation rules
|
Summary: Dutch hyphenation rules
|
||||||
%define upstreamid 20050617
|
%define upstreamid 20050617
|
||||||
Version: 0.%{upstreamid}
|
Version: 0.%{upstreamid}
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_nl_NL.zip
|
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_nl_NL.zip
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
||||||
@ -18,8 +18,11 @@ Dutch hyphenation rules.
|
|||||||
%setup -q -c -n hyphen-nl
|
%setup -q -c -n hyphen-nl
|
||||||
|
|
||||||
%build
|
%build
|
||||||
tr -d '\r' < README_hyph_nl_NL.txt > README_hyph_nl_NL.txt.new
|
for i in README_hyph_nl_NL.txt; do
|
||||||
mv -f README_hyph_nl_NL.txt.new README_hyph_nl_NL.txt
|
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
|
||||||
@ -41,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/hyphen/*
|
%{_datadir}/hyphen/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 11 2009 Caolan McNamara <caolanm@redhat.com> - 0.20050617-4
|
||||||
|
- tidy spec
|
||||||
|
|
||||||
* Fri Jun 12 2009 Caolan McNamara <caolanm@redhat.com> - 0.20050617-3
|
* Fri Jun 12 2009 Caolan McNamara <caolanm@redhat.com> - 0.20050617-3
|
||||||
- extend coverage
|
- extend coverage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user