latest version
This commit is contained in:
parent
0ffe355ad7
commit
5b5397509c
@ -1 +1 @@
|
||||
hyph_sv_SE.zip
|
||||
hyph_sv_SE.oxt
|
||||
|
@ -1,11 +1,10 @@
|
||||
Name: hyphen-sv
|
||||
Summary: Swedish hyphenation rules
|
||||
%define upstreamid 20030814
|
||||
Version: 0.%{upstreamid}
|
||||
Version: 1.00.1
|
||||
Release: 1%{?dist}
|
||||
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_sv_SE.zip
|
||||
Source: http://extensions.services.openoffice.org/files/1966/4/hyph_sv_SE.oxt
|
||||
Group: Applications/Text
|
||||
URL: http://sv.speling.org/
|
||||
URL: http://extensions.services.openoffice.org/node/1968
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: LGPLv2+
|
||||
BuildArch: noarch
|
||||
@ -16,11 +15,12 @@ Swedish hyphenation rules.
|
||||
|
||||
%prep
|
||||
%setup -q -c -n hyphen-sv
|
||||
chmod -x *
|
||||
|
||||
%build
|
||||
iconv -f ISO-8859-1 -t UTF-8 README_hyph_sv_SE.txt > README_hyph_sv_SE.txt.new
|
||||
mv README_hyph_sv_SE.txt.new README_hyph_sv_SE.txt
|
||||
chmod -x *
|
||||
iconv -f ISO-8859-1 -t UTF-8 README_sv_SE.txt > README_sv_SE.txt.new
|
||||
touch -r README_sv_SE.txt README_sv_SE.txt.new
|
||||
mv -f README_sv_SE.txt.new README_sv_SE.txt
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -39,9 +39,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README_hyph_sv_SE.txt
|
||||
%doc README_sv_SE.txt
|
||||
%{_datadir}/hyphen/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 17 2009 Caolan McNamara <caolanm@redhat.com> - 1.00.1-1
|
||||
- latest version
|
||||
|
||||
* Fri Nov 23 2007 Caolan McNamara <caolanm@redhat.com> - 0.20030814-1
|
||||
- initial version
|
||||
|
Loading…
Reference in New Issue
Block a user