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

Caolan McNamara caolanm at fedoraproject.org
Tue Feb 3 08:44:41 UTC 2009


Author: caolanm

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

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



--- NEW FILE import.log ---
mythes-pt-0_20060817-1_fc10:HEAD:mythes-pt-0.20060817-1.fc10.src.rpm:1233650600


--- NEW FILE mythes-pt.spec ---
Name: mythes-pt
Summary: Portuguese thesaurus
%define upstreamid 20060817
Version: 0.%{upstreamid}
Release: 1%{?dist}
Source: http://openthesaurus.caixamagica.pt/download/thes_pt_PT_v2.zip
Group: Applications/Text
URL: http://openthesaurus.caixamagica.pt/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: unzip
License: GPLv2+
BuildArch: noarch

%description
Portuguese thesaurus.

%prep
%setup -q -c

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

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
cp -p th_pt_PT_v2.* $RPM_BUILD_ROOT/%{_datadir}/mythes
pushd $RPM_BUILD_ROOT/%{_datadir}/mythes/
pt_PT_aliases="pt_BR"
for lang in $it_IT_aliases; do
        ln -s th_pt_PR_v2.dat "th_"$lang"_v2.dat"
        ln -s th_pt_PR_v2.idx "th_"$lang"_v2.idx"
done

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Mon Feb 02 2009 Caolan McNamara <caolanm at redhat.com> - 0.20060817-1
- initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mythes-pt/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Feb 2009 04:20:55 -0000	1.1
+++ .cvsignore	3 Feb 2009 08:44:10 -0000	1.2
@@ -0,0 +1 @@
+thes_pt_PT_v2.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mythes-pt/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Feb 2009 04:20:55 -0000	1.1
+++ sources	3 Feb 2009 08:44:10 -0000	1.2
@@ -0,0 +1 @@
+2fa9a6845405ebb574c2f82a5cddbcbf  thes_pt_PT_v2.zip




More information about the scm-commits mailing list