rpms/hyphen-de/devel hyphen-de.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Mon Nov 26 20:19:39 UTC 2007


Author: caolanm

Update of /cvs/pkgs/rpms/hyphen-de/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8166/devel

Modified Files:
	.cvsignore sources 
Added Files:
	hyphen-de.spec 
Log Message:



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

%description
German hyphenation rules.

%prep
%setup -q -c -n hyphen-de

%build
iconv -f ISO-8859-1 -t UTF-8 README_hyph_de_DE.txt > README_hyph_de_DE.txt.new
mv -f README_hyph_de_DE.txt.new README_hyph_de_DE.txt

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

pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/
de_DE_aliases="de_AT de_BE de_CH de_LI de_LU"
for lang in $de_DE_aliases; do
        ln -s hyph_de_DE.dic hyph_$lang.dic
done
popd

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Sun Nov 25 2007 Caolan McNamara <caolanm at redhat.com> - 0.20060120-2
- fix license

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hyphen-de/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Nov 2007 17:35:29 -0000	1.1
+++ .cvsignore	26 Nov 2007 20:19:06 -0000	1.2
@@ -0,0 +1 @@
+hyph_de_DE.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hyphen-de/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Nov 2007 17:35:29 -0000	1.1
+++ sources	26 Nov 2007 20:19:06 -0000	1.2
@@ -0,0 +1 @@
+20e5b706ee3201aa2741dabca824cd8b  hyph_de_DE.zip




More information about the fedora-extras-commits mailing list