rpms/openoffice-lv/devel .cvsignore, 1.4, 1.5 openoffice-lv.spec, 1.6, 1.7 sources, 1.4, 1.5

Caolan McNamara caolanm at fedoraproject.org
Sat Sep 19 08:51:36 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice-lv/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17832

Modified Files:
	.cvsignore openoffice-lv.spec sources 
Log Message:
latest version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice-lv/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	11 May 2009 08:50:01 -0000	1.4
+++ .cvsignore	19 Sep 2009 08:51:34 -0000	1.5
@@ -1 +1 @@
-lv_LV-0.8b1.zip
+dict_lv_LV-0.8.2.oxt


Index: openoffice-lv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice-lv/devel/openoffice-lv.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- openoffice-lv.spec	25 Jul 2009 20:50:19 -0000	1.6
+++ openoffice-lv.spec	19 Sep 2009 08:51:35 -0000	1.7
@@ -1,12 +1,10 @@
 Name: openoffice-lv
 Summary: Latvian linguistic dictionaries
-Version: 0.8
-Release: 0.3.b1%{?dist}
-Source: http://downloads.sourceforge.net/%{name}/lv_LV-0.8b1.zip
-# Source: http://dict.dv.lv/dl/lv_LV-0.8b1.zip ?
+Version: 0.8.2
+Release: 1%{?dist}
+Source: http://dict.dv.lv/dl/dict_lv_LV-%{version}.oxt
 Group: Applications/Text
-URL: http://sourceforge.net/projects/openoffice-lv/
-# URL: http://dict.dv.lv/ ?
+URL: http://dict.dv.lv/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 License: GPLv2+
 BuildArch: noarch
@@ -14,6 +12,14 @@ BuildArch: noarch
 %description
 Latvian linguistic dictionaries.
 
+%package -n hunspell-lv
+Summary: Latvian hunspell dictionaries
+Group: Applications/Text
+Requires: hunspell
+
+%description -n hunspell-lv
+Latvian hunspell dictionaries.
+
 %package -n hyphen-lv
 Summary: Latvian hyphenation rules
 Group: Applications/Text
@@ -22,19 +28,18 @@ Requires: hyphen
 %description -n hyphen-lv
 Latvian hyphenation rules.
 
-%package -n hunspell-lv
-Summary: Latvian hunspell dictionaries
+%package -n mythes-lv
+Summary: Latvian thesaurus
 Group: Applications/Text
-Requires: hunspell
 
-%description -n hunspell-lv
-Latvian hunspell dictionaries.
+%description -n mythes-lv
+Latvian thesaurus.
 
 %prep
 %setup -q -c
 
 %build
-for i in README_lv_LV.txt README_hyph_lv_LV.txt changelog.txt; do
+for i in README_lv_LV.txt README_hyph_lv_LV.txt; do
   if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
     iconv -f ISO-8859-4 -t UTF-8 $i > $i.new
     touch -r $i $i.new
@@ -50,23 +55,33 @@ done
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
+mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
 cp -p lv_LV.dic lv_LV.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
 cp -p hyph_lv_LV.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
+cp -p th_lv_LV_v2.* $RPM_BUILD_ROOT/%{_datadir}/mythes
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%files -n hunspell-lv
+%defattr(-,root,root,-)
+%doc README_lv_LV.txt
+%{_datadir}/myspell/*
+
 %files -n hyphen-lv
 %defattr(-,root,root,-)
 %doc README_hyph_lv_LV.txt
 %{_datadir}/hyphen/*
 
-%files -n hunspell-lv
+%files -n mythes-lv
 %defattr(-,root,root,-)
-%doc README_lv_LV.txt changelog.txt
-%{_datadir}/myspell/*
+%doc package-description.txt
+%{_datadir}/mythes/*
 
 %changelog
+* Sat Sep 19 2009 Caolan McNamara <caolanm at redhat.com> - 0.8.2-1
+- latest version
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8-0.3.b1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice-lv/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	11 May 2009 08:50:01 -0000	1.4
+++ sources	19 Sep 2009 08:51:35 -0000	1.5
@@ -1 +1 @@
-24909097ab47916b6e3447f311a7a94a  lv_LV-0.8b1.zip
+c0858cb7e10568f681a91f7ca0031c66  dict_lv_LV-0.8.2.oxt




More information about the fedora-extras-commits mailing list