rpms/hyphen-nl/devel hyphen-nl.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:26:21 UTC 2007


Author: caolanm

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

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



--- NEW FILE hyphen-nl.spec ---
Name: hyphen-nl
Summary: Dutch hyphenation rules
%define upstreamid 20050617
Version: 0.%{upstreamid}
Release: 1%{?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
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: GPLv2
BuildArch: noarch
Requires: hyphen

%description
Dutch hyphenation rules.

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

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

pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/
nl_NL_aliases="nl_BE"
for lang in $nl_NL_aliases; do
        ln -s hyph_nl_NL.dic hyph_$lang.dic
done

%clean
rm -rf $RPM_BUILD_ROOT

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hyphen-nl/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Nov 2007 17:36:53 -0000	1.1
+++ .cvsignore	26 Nov 2007 20:25:49 -0000	1.2
@@ -0,0 +1 @@
+hyph_nl_NL.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hyphen-nl/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Nov 2007 17:36:53 -0000	1.1
+++ sources	26 Nov 2007 20:25:49 -0000	1.2
@@ -0,0 +1 @@
+6f0b18ce830445ae8337df8913155196  hyph_nl_NL.zip




More information about the fedora-extras-commits mailing list