[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/aspell-bg/devel aspell-bg.spec,1.6,1.7
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/aspell-bg/devel aspell-bg.spec,1.6,1.7
- Date: Fri, 15 Jul 2005 02:55:21 -0400
Author: varekova
Update of /cvs/dist/rpms/aspell-bg/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv27132
Modified Files:
aspell-bg.spec
Log Message:
build with aspell-0.60.3
Index: aspell-bg.spec
===================================================================
RCS file: /cvs/dist/rpms/aspell-bg/devel/aspell-bg.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- aspell-bg.spec 24 Feb 2005 14:15:46 -0000 1.6
+++ aspell-bg.spec 15 Jul 2005 06:55:18 -0000 1.7
@@ -4,13 +4,13 @@
Name: aspell-%{lang}
Epoch: 50
Version: 0.50
-Release: 9
+Release: 10
License: GPL
Group: Applications/Text
URL: http://aspell.net/
Source: http://prdownloads.sourceforge.net/bgoffice/aspell-%{lang}-%{version}-%{langrelease}.tar.bz2
-Buildrequires: aspell >= 0.50
-Requires: aspell >= 0.50
+Buildrequires: aspell >= 0.60
+Requires: aspell >= 0.60
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%define debug_package %{nil}
@@ -26,10 +26,12 @@
echo "ASPELL = aspell" > Makefile
echo "DEST_DIR = $RPM_BUILD_ROOT" >> Makefile
echo "WORD_LIST_COMPRESS = word-list-compress" >> Makefile
-echo "dictdir = ${RPM_BUILD_ROOT}%{_libdir}/aspell" >> Makefile
-echo "datadir = ${RPM_BUILD_ROOT}%{_datadir}/aspell" >> Makefile
+echo "dictdir = ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60" >> Makefile
+echo "datadir = ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60" >> Makefile
cat Makefile.pre >> Makefile
make
+iconv -f windows-1251 -t utf-8 <bulgarian.kbd >bulgarian.kbd
+
%install
make install
@@ -40,10 +42,14 @@
%files
%defattr(-,root,root)
-%{_libdir}/aspell/*
-%{_datadir}/aspell/*
+%{_libdir}/aspell-0.60/*
+#%{_datadir}/aspell/*
%changelog
+* Fri Jul 15 2005 Ivana Varekova <varekova redhat com> 50:0.50-10
+- build with aspell-0.60.3
+- convert bulgarian.kdb to utf-8
+
* Thu Feb 24 2005 Ivana Varekova <varekova redhat com> 50:0.50-8
- build new version (tarball 0.50-2), bug #142238
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]