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
|
Name: hyphen-sv
|
||||||
Summary: Swedish hyphenation rules
|
Summary: Swedish hyphenation rules
|
||||||
%define upstreamid 20030814
|
Version: 1.00.1
|
||||||
Version: 0.%{upstreamid}
|
|
||||||
Release: 1%{?dist}
|
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
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -16,11 +15,12 @@ Swedish hyphenation rules.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c -n hyphen-sv
|
%setup -q -c -n hyphen-sv
|
||||||
chmod -x *
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
iconv -f ISO-8859-1 -t UTF-8 README_hyph_sv_SE.txt > README_hyph_sv_SE.txt.new
|
chmod -x *
|
||||||
mv README_hyph_sv_SE.txt.new README_hyph_sv_SE.txt
|
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
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -39,9 +39,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README_hyph_sv_SE.txt
|
%doc README_sv_SE.txt
|
||||||
%{_datadir}/hyphen/*
|
%{_datadir}/hyphen/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Nov 23 2007 Caolan McNamara <caolanm@redhat.com> - 0.20030814-1
|
||||||
- initial version
|
- initial version
|
||||||
|
Loading…
Reference in New Issue
Block a user