rpms/aspell-da/devel .cvsignore, 1.6, 1.7 aspell-da.spec, 1.20, 1.21 sources, 1.6, 1.7

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Mar 28 17:54:51 UTC 2007


Author: varekova

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

Modified Files:
	.cvsignore aspell-da.spec sources 
Log Message:
 use configure script to create Makefile
 update to 1.4.42



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/aspell-da/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	9 Sep 2004 03:08:16 -0000	1.6
+++ .cvsignore	28 Mar 2007 17:54:49 -0000	1.7
@@ -1 +1 @@
-aspell-da-0.50-2.tar.bz2
+aspell5-da-1.4.42-1.tar.bz2


Index: aspell-da.spec
===================================================================
RCS file: /cvs/dist/rpms/aspell-da/devel/aspell-da.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- aspell-da.spec	23 Feb 2007 14:43:49 -0000	1.20
+++ aspell-da.spec	28 Mar 2007 17:54:49 -0000	1.21
@@ -1,14 +1,15 @@
 %define lang da
-%define langrelease 2
+%define langrelease 1
+%define aspellversion 5
 Summary: Danish dictionaries for Aspell
 Name: aspell-%{lang}
 Epoch: 50
-Version: 0.50
-Release: 13%{?dist}
+Version: 1.4.42
+Release: 1%{?dist}
 License: GPL
 Group: Applications/Text
 URL: http://aspell.net/
-Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell-%{lang}-%{version}-%{langrelease}.tar.bz2
+Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell%{aspellversion}-%{lang}-%{version}-%{langrelease}.tar.bz2
 Buildrequires: aspell >= 12:0.60
 Requires: aspell >= 12:0.60
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -19,18 +20,15 @@
 Provides the word list/dictionaries for the following: Danish
 
 %prep
-%setup -q -n aspell-%{lang}-%{version}-%{langrelease}
+%setup -q -n aspell%{aspellversion}-%{lang}-%{version}-%{langrelease}
 
 %build
-echo "ASPELL = aspell" > Makefile
-echo "WORD_LIST_COMPRESS = word-list-compress" >> Makefile
-cat Makefile.pre >> Makefile
+./configure
 make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DEST_DIR=$RPM_BUILD_ROOT \
-     dictdir=${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60 datadir=${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60
+make install DESTDIR=$RPM_BUILD_ROOT 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -41,6 +39,10 @@
 %{_libdir}/aspell-0.60/*
 
 %changelog
+* Wed Mar 28 2007 Ivana Varekova <varekova at redhat.com> - 50:1.4.42-1
+- use configure script to create Makefile
+- update to 1.4.42
+
 * Fri Feb 23 2007 Ivana Varekova <varekova at redhat.com> - 50:0.50-13
 - spec file cleanup
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/aspell-da/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	9 Sep 2004 03:08:16 -0000	1.6
+++ sources	28 Mar 2007 17:54:49 -0000	1.7
@@ -1 +1 @@
-c023f246ef448128e6a3b93388ed57e7  aspell-da-0.50-2.tar.bz2
+d14c03dca23b572606279d7317b022d0  aspell5-da-1.4.42-1.tar.bz2




More information about the fedora-cvs-commits mailing list