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