rpms/hunspell-ti/devel hunspell-ti.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Caolan McNamara caolanm at fedoraproject.org
Tue Jul 7 08:32:27 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/hunspell-ti/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10895/devel

Modified Files:
	.cvsignore sources 
Added Files:
	hunspell-ti.spec import.log 
Log Message:



--- NEW FILE hunspell-ti.spec ---
Name: hunspell-ti
Summary: Tigrigna hunspell dictionaries
%define upstreamid 20090704
Version: 0.%{upstreamid}
Release: 1%{?dist}
Source: http://www.cs.ru.nl/~biniam/geez/dict/ti_ER.zip
Group: Applications/Text
URL: http://www.cs.ru.nl/~biniam/geez/index.php
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: GPL+
BuildArch: noarch

Requires: hunspell

%description
Tigrigna hunspell dictionaries.

%prep
%setup -q -n ti_ER

%build
tr -d '\r' < README.txt > README.txt.new
touch -r README.txt README.txt.new
mv -f README.txt.new README.txt

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p ti_ER.* $RPM_BUILD_ROOT/%{_datadir}/myspell/
pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
ti_ER_aliases="ti_ET"
for lang in $ti_ER_aliases; do
        ln -s ti_ER.aff $lang.aff
        ln -s ti_ER.dic $lang.dic
done

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Mon Jul 06 2009 Caolan McNamara <caolanm at redhat.com> - 0.20090704-1
- initial version


--- NEW FILE import.log ---
hunspell-ti-0_20090704-1_fc11:HEAD:hunspell-ti-0.20090704-1.fc11.src.rpm:1246955444


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-ti/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	7 Jul 2009 04:13:28 -0000	1.1
+++ .cvsignore	7 Jul 2009 08:31:56 -0000	1.2
@@ -0,0 +1 @@
+ti_ER.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-ti/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	7 Jul 2009 04:13:28 -0000	1.1
+++ sources	7 Jul 2009 08:31:56 -0000	1.2
@@ -0,0 +1 @@
+49c38651aa02a5fa88a644dff378aef9  ti_ER.zip




More information about the scm-commits mailing list