rpms/aspell-no/devel aspell-no.spec,1.15,1.16

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jul 19 08:01:27 UTC 2005


Author: varekova

Update of /cvs/dist/rpms/aspell-no/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13307

Modified Files:
	aspell-no.spec 
Log Message:
build with aspell-0.60.3



Index: aspell-no.spec
===================================================================
RCS file: /cvs/dist/rpms/aspell-no/devel/aspell-no.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- aspell-no.spec	11 Apr 2005 11:47:05 -0000	1.15
+++ aspell-no.spec	19 Jul 2005 08:01:21 -0000	1.16
@@ -5,14 +5,14 @@
 Name: aspell-no
 Epoch: 50
 Version: 0.50.1
-Release: 8
+Release: 9
 License: GPL
 Group: Applications/Text
 URL: http://aspell.net/
 Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell-%{lang}-%{version}-%{langrelease}.tar.bz2
 Patch: aspell-nb-0.50.1-0.utf-filename.patch
-Buildrequires: aspell >= 0.50
-Requires: aspell >= 0.50
+Buildrequires: aspell >= 12:0.60
+Requires: aspell >= 12:0.60
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 %define debug_package %{nil}
@@ -30,14 +30,14 @@
 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
 
 %install
 make install
-cp ${RPM_BUILD_ROOT}%{_libdir}/aspell/nb.multi ${RPM_BUILD_ROOT}%{_libdir}/aspell/no.multi
+cp ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60/nb.multi ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60/no.multi
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -45,10 +45,13 @@
 %files
 %defattr(-,root,root)
 
-%{_libdir}/aspell/*
-%{_datadir}/aspell/*
+%{_libdir}/aspell-0.60/*
+#%{_datadir}/aspell/*
 
 %changelog
+* Tue Jul 19 2005 Ivana Varekova <varekova at redhat.com> 50:0.50.1-9
+- build with aspell-0.60.3
+
 * Mon Apr 11 2005 Ivana Varekova <varekova at redhat.com> 50:0.50.1-8
 - rebuilt
 




More information about the fedora-cvs-commits mailing list