rpms/hunspell-be/devel .cvsignore, 1.1, 1.2 hunspell-be.spec, 1.2, 1.3 sources, 1.1, 1.2

Caolan McNamara caolanm at fedoraproject.org
Mon Jun 1 14:46:20 UTC 2009


Author: caolanm

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

Modified Files:
	.cvsignore hunspell-be.spec sources 
Log Message:
most recent version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-be/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	30 Sep 2008 09:41:10 -0000	1.1
+++ .cvsignore	1 Jun 2009 14:45:49 -0000	1.2
@@ -0,0 +1 @@
+dict-be-official.oxt


Index: hunspell-be.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-be/devel/hunspell-be.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- hunspell-be.spec	25 Feb 2009 04:26:30 -0000	1.2
+++ hunspell-be.spec	1 Jun 2009 14:45:49 -0000	1.3
@@ -1,10 +1,10 @@
 Name: hunspell-be
 Summary: Belarusian hunspell dictionaries
-Version: 0.1
-Release: 2%{?dist}
-Source: http://downloads.sourceforge.net/mozilla-be/belarusian_dictionary-%{version}-fx+tb+sm.xpi
+Version: 1.0.0
+Release: 1%{?dist}
+Source: http://extensions.services.openoffice.org/files/2412/0/dict-be-official.oxt
 Group: Applications/Text
-URL: http://mozilla-be.sourceforge.net/
+URL: http://extensions.services.openoffice.org/project/dict-be-official
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 License: GPL+
 BuildArch: noarch
@@ -14,26 +14,43 @@ Requires: hunspell
 %description
 Belarusian hunspell dictionaries.
 
+%package -n hyphen-be
+Requires: hyphen
+Summary: Belarusian hyphenation rules
+Group: Applications/Text
+
+%description -n hyphen-be
+Belarusian hyphenation rules.
+
 %prep
 %setup -q -c -n hunspell-be
 
 %build
+sed -i -e "s/microsoft-cp1251/CP1251/g" be-official.aff hyph_be_BY.dic
 
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
-cp -p dictionaries/be.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/be_BY.aff
-cp -p dictionaries/be.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/be_BY.dic
+cp -p be-official.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/be_BY.aff
+cp -p be-official.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/be_BY.dic
+mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
+cp -p hyph_be_BY.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hyph_be_BY.dic
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc dictionaries/README-be.txt
 %{_datadir}/myspell/*
 
+%files -n hyphen-be
+%defattr(-,root,root,-)
+%{_datadir}/hyphen/*
+
 %changelog
+* Mon Jun 01 2009 Caolan McNamara <caolanm at redhat.com> - 1.0.0-1
+- latest version
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-be/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	30 Sep 2008 09:41:10 -0000	1.1
+++ sources	1 Jun 2009 14:45:49 -0000	1.2
@@ -0,0 +1 @@
+060aa3aeefade79d2712b4b756c337f2  dict-be-official.oxt




More information about the fedora-extras-commits mailing list