rpms/mythes-nl/devel import.log, NONE, 1.1 mythes-nl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Caolan McNamara caolanm at fedoraproject.org
Sat Mar 28 15:54:09 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/mythes-nl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15684/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log mythes-nl.spec 
Log Message:



--- NEW FILE import.log ---
mythes-nl-0_20090325-1_fc10:HEAD:mythes-nl-0.20090325-1.fc10.src.rpm:1238255585


--- NEW FILE mythes-nl.spec ---
Name: mythes-nl
Summary: Dutch thesaurus
%define upstreamid 20090325
Version: 0.%{upstreamid}
Release: 1%{?dist}
Source: http://www.opentaal.org/opentaalbank/thesaurus/download/thes_nl_v2.zip
Group: Applications/Text
URL: http://www.opentaal.org/opentaalbank/thesaurus
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: LGPLv2+
BuildArch: noarch

%description
Dutch thesaurus.

%prep
%setup -q -c

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

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
cp -p th_nl_v2.dat $RPM_BUILD_ROOT/%{_datadir}/mythes/th_nl_NL_v2.dat
cp -p th_nl_v2.idx $RPM_BUILD_ROOT/%{_datadir}/mythes/th_nl_NL_v2.idx

pushd $RPM_BUILD_ROOT/%{_datadir}/mythes/
nl_NL_aliases="nl_BE"
for lang in $nl_NL_aliases; do
        ln -s th_nl_NL_v2.dat "th_"$lang"_v2.dat"
        ln -s th_nl_NL_v2.idx "th_"$lang"_v2.idx"
done

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README_th_nl_v2.txt
%dir %{_datadir}/mythes
%{_datadir}/mythes/*

%changelog
* Wed Mar 25 2009 Caolan McNamara <caolanm at redhat.com> - 0.20090325-1
- initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mythes-nl/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Mar 2009 20:18:31 -0000	1.1
+++ .cvsignore	28 Mar 2009 15:53:39 -0000	1.2
@@ -0,0 +1 @@
+thes_nl_v2.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mythes-nl/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Mar 2009 20:18:31 -0000	1.1
+++ sources	28 Mar 2009 15:53:39 -0000	1.2
@@ -0,0 +1 @@
+a3e8bb6f70957a6e35b11d59e0ad4716  thes_nl_v2.zip




More information about the fedora-extras-commits mailing list