rpms/hyphen-sv/devel hyphen-sv.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Caolan McNamara caolanm at fedoraproject.org
Sat Aug 23 19:01:12 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/hyphen-sv/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3100/devel

Modified Files:
	.cvsignore sources 
Added Files:
	hyphen-sv.spec import.log 
Log Message:



--- NEW FILE hyphen-sv.spec ---
Name: hyphen-sv
Summary: Swedish hyphenation rules
%define upstreamid 20030814
Version: 0.%{upstreamid}
Release: 1%{?dist}
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_sv_SE.zip
Group: Applications/Text
URL: http://sv.speling.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: LGPLv2+
BuildArch: noarch
Requires: hyphen

%description
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

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
cp -p hyph_sv_SE.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen

pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen
sv_SE_aliases="sv_FI"
for lang in $sv_SE_aliases; do
        ln -s hyph_sv_SE.dic hyph_$lang.dic
done
popd

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README_hyph_sv_SE.txt
%{_datadir}/hyphen/*

%changelog
* Fri Nov 23 2007 Caolan McNamara <caolanm at redhat.com> - 0.20030814-1
- initial version


--- NEW FILE import.log ---
hyphen-sv-0_20030814-1_fc9:HEAD:hyphen-sv-0.20030814-1.fc9.src.rpm:1219518032


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hyphen-sv/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Aug 2008 17:38:47 -0000	1.1
+++ .cvsignore	23 Aug 2008 19:00:42 -0000	1.2
@@ -0,0 +1 @@
+hyph_sv_SE.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hyphen-sv/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Aug 2008 17:38:47 -0000	1.1
+++ sources	23 Aug 2008 19:00:42 -0000	1.2
@@ -0,0 +1 @@
+a1c31b48cbf570bb05f22e98dacb9e17  hyph_sv_SE.zip




More information about the fedora-extras-commits mailing list