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

Caolan McNamara caolanm at fedoraproject.org
Tue Feb 10 23:21:38 UTC 2009


Author: caolanm

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

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



--- NEW FILE import.log ---
mythes-es-0_20090206-1_fc10:HEAD:mythes-es-0.20090206-1.fc10.src.rpm:1234307989


--- NEW FILE mythes-es.spec ---
Name: mythes-es
Summary: Spanish thesaurus
%define upstreamid 20090206
Version: 0.%{upstreamid}
Release: 1%{?dist}
Source: http://openthes-es.berlios.de/download/OOo2-thes_es_ES.tar.bz2
Group: Applications/Text
URL: http://openthes-es.berlios.de
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: LGPLv2+
BuildArch: noarch

%description
Spanish thesaurus.

%prep
%setup -q -c

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

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
cp -p th_es_ES_v2.* $RPM_BUILD_ROOT/%{_datadir}/mythes
pushd $RPM_BUILD_ROOT/%{_datadir}/mythes/
es_ES_aliases="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_US es_UY es_VE"

for lang in $es_ES_aliases; do
        ln -s th_es_ES_v2.dat "th_"$lang"_v2.dat"
        ln -s th_es_ES_v2.idx "th_"$lang"_v2.idx"
done
popd

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Fri Feb 06 2009 Caolán McNamara <caolanm at redhat.com> - 0.20090206-1
- initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mythes-es/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Feb 2009 22:33:54 -0000	1.1
+++ .cvsignore	10 Feb 2009 23:21:08 -0000	1.2
@@ -0,0 +1 @@
+OOo2-thes_es_ES.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mythes-es/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Feb 2009 22:33:54 -0000	1.1
+++ sources	10 Feb 2009 23:21:08 -0000	1.2
@@ -0,0 +1 @@
+286b0a85dd41523f07585edf718f76cb  OOo2-thes_es_ES.tar.bz2




More information about the fedora-extras-commits mailing list