Why not 1.2.x?

--- Charles A Edwards <[EMAIL PROTECTED]> wrote:
> [Contrib-RPM]
> 
> --=-=-=
> Name        : abiword                     
> Relocations: (not relocateable)
> Version     : 1.0.3                            
> Vendor: MandrakeSoft
> Release     : 1mdk                          Build
> Date: Thu Dec 19 23:12:48 2002
> Install date: (not installed)               Build
> Host: klama.mandrake.org
> Group       : Office                        Source
> RPM: (none)
> Size        : 17299220                        
> License: GPL
> Packager    : Lenny Cartier <[EMAIL PROTECTED]>
> URL         : http://www.abisource.com/
> Summary     : Lean and fast full-featured word
> processor
> Description :
> AbiWord is a cross-platform, Open Source Word
> Processor developed
> by the people at AbiSource, Inc. and by developers
> from around the world.
> 
> It is a lean and fast full-featured word processor.
> It works on Microsoft
> Windows and most Unix Systems. Features include:
> 
>    * Basic character formatting (bold, underline,
> italics, etc.)
>    * Paragraph alignment
>    * Spell-check
>    * Import of Word97 and RTF documents
>    * Export to RTF, Text, HTML, and LaTeX formats
>    * Interactive rulers and tabs
>    * Styles
>    * Unlimited undo/redo
>    * Multiple column control
>    * Widow/orphan control
>    * Find/Replace
>    * Images
> 
> Abiword with the GNOME front-end is part of the
> GNOME Office Suite.
> 
> 
> --=-=-=
> 
> * Thu Dec 19 2002 Charles A Edwards
> <[EMAIL PROTECTED]> 1.0.3-1mdk
> 
> - 1.0.3
> - convert src tar.gz to tar.bz2 and correct
> permissions
> - disable pspell--too lazy worry with new aspell
> patch-- diable patch1
> - disable abicommand (build fails if enabled)
> - enable jpeg
> - rm configure.aw--force automake to use
> configure.in 
> - use nexgen.sh to build plgins (fails in AbiCommand
> if autogen.sh is used)
> - enable/add plugins gdict, ImageMagick, GdkPixbuf
> - remove unused files from file list
> 
> --=-=-=
> 
> --=-=-=
> abiword-1.0.2-aspell.patch removed
> abiword.spec changed
> 
> 
> 
> 
> 
> --- abiword-1.0.2-2mdk.src.rpm/abiword.spec   Thu Dec
> 19 23:30:44 2002
> +++ abiword-1.0.3-1mdk.src.rpm/abiword.spec   Thu Dec
> 19 23:30:45 2002
> @@ -2,23 +2,28 @@
>  %define enable_debug 0
>  %define enable_optimize 1
>  %define enable_bidi 1
> -%define enable_perl 0
> +%define enable_perl 1
>  %define enable_xml2 0
> -%define enable_pspell 1
> +%define enable_pspell 0
> +%define enable_jpeg 1
>  
>  # PLUGIN OPTIONS: 1 for yes, 0 for no
> -%define enable_aiksaurus 0
> -%define enable_gdict 0
> +%define enable_abicommand 0
> +%define enable_aiksaurus 0 
>  %define enable_babelfish 1
>  %define enable_urldict 1
>  %define enable_wikipedia 1
>  %define enable_freetranslation 1
> -%define enable_imagemagick 0
> +%define enable_imagemagick 1
>  %define enable_openwriter 1
>  %define enable_eml 0
>  %define enable_festvox 0
> +%define enable_gdict 1
>  %define enable_shell 1
>  %define enable_eg 0
> +%define enable_html 1
> +%define enable_bz2abw 1
> +%define enable_gdkpixbuf 1
>  
>  %if %{enable_aiksaurus}
>  %define plugin_aiksaurus --enable-aiksaurus
> @@ -84,6 +89,12 @@
>  %define plugin_festvox --disable-festvox
>  %endif
>  
> +%if %{enable_gdict}
> +%define plugin_gdict --enable-gdict
> +%else
> +%define plugin_gdict --disable-gdict
> +%endif
> +
>  %if %{enable_shell}
>  %define plugin_shell --enable-shell
>  %else
> @@ -101,8 +112,8 @@
>  
>  Name:                abiword
>  Summary:     Lean and fast full-featured word processor
> -Version:     1.0.2
> -Release:     2mdk
> +Version:     1.0.3
> +Release:     1mdk
>  Group:               Office
>  URL:         http://www.abisource.com/
>  License:     GPL
> @@ -118,7 +129,7 @@
>  # (fc) 0.99.1-1mdk fix options given to wv
>  Patch0: abiword-1.0.2-wv.patch.bz2
>  # (fc) 1.0.2-2mdk fix compilation with aspell >=
> 0.50.2
> -Patch1: abiword-1.0.2-aspell.patch.bz2
> +#Patch1: abiword-1.0.2-aspell.patch.bz2
>  BuildRoot:   %_tmppath/%name-%version-buildroot
>  # Basic requirements
>  BuildRequires: GConf-devel
> @@ -133,7 +144,7 @@
>  BuildRequires: libjpeg-devel
>  BuildRequires: libtool-devel
>  BuildRequires: libwmf-devel >= 0.2.1
> -BuildRequires: libaspell-devel >= 0.50.2
> +#BuildRequires: libaspell-devel >= 0.50.2
>  BuildRequires: texinfo
>  Requires: gtk+ >= 1.2.7
>  Requires: glib >= 1.2.7
> @@ -142,7 +153,8 @@
>  Requires: gnome-print >= 0.29
>  Requires: gnome-vfs
>  Requires: libjpeg
> -Requires: aspell >= 0.50.2
> +#Requires: aspell >= 0.50.2
> +Prereq: chkfontpath
>  
>  %if %{enable_xml2}
>  BuildRequires: libxml2-devel
> @@ -155,7 +167,6 @@
>  Obsoletes: abisuite
>  Provides: abisuite = %version
>  
> -
>  %description
>  AbiWord is a cross-platform, Open Source Word
> Processor developed
>  by the people at AbiSource, Inc. and by developers
> from around the world.
> @@ -176,7 +187,7 @@
>     * Find/Replace
>     * Images 
>  
> -Abiword with the GNOME front-end is part of the
> GNOME Office Suite.
> +Abiword with the GNOME front-end is part of the
> GNOME Office Suite. 
>  
>  %if %{enable_perl}
>  %package perl
> @@ -209,18 +220,7 @@
>  %description plugin-urldict
>  Installing this plugin will allow abiword to use
> dict through a web 
>  browser on selected text.
> -%endif
> -
> -%if %{enable_gdict}
> -%package plugin-gdict
> -Summary: Plugin to allow abiword to use gdict as a
> dictionary
> -Group: Office
> -Requires: abiword
> -
> -%description plugin-gdict
> -Installing this plugin will allow abiword to use
> gdict as a dictionary 
> -on selected text.
> -%endif
> +%endif 
>  
>  %package plugin-bz2abw
>  Summary: Plugin to allow abiword documents
> compressed with bzip2
> @@ -252,6 +252,16 @@
>  Plugin for festvox
>  %endif
>  
> +%if %{enable_gdict}
> +%package plugin-gdict
> +Summary: Plugin to allow abiword to use gdict
> +Group: Office
> +BuildRequires: gdict
> +
> +%description plugin-gdict
> +Plugin to allow abiword to use gdict
> +%endif
> +
>  %package plugin-abigimp
>  Summary: Enables editing of your images in The
> GIMP.
>  Group: Office
> @@ -303,17 +313,40 @@
>  Go to http://www.aiksaurus.com and download
> AikSaurus and AikSaurusGTK.
>  %endif
>  
> +%if %{enable_imagemagick}
> +%package plugin-imagemagick
> +Summary: Plugin to allow abiword to use
> imagemagick.
> +Group: Office
> +BuildRequires: ImageMagick-devel
> +Requires: abiword, ImageMagick 
> +
> +%description plugin-imagemagick
> +Installing this plugin will allow abiword to use
> imagemagick.
> +%endif
> +
> +%if %{enable_gdkpixbuf} 
> +%package plugin-gdkpixbuf
> +Summary: Plugin to allow abiword to import several
> image types with gdk-pixbuf
> +Group: Office
> +Requires: gdk-pixbuf, abiword
> +BuildRequires: gdk-pixbuf-devel
> +
> +%description plugin-gdkpixbuf
> +Installing this plugin will allow abiword to import
> all image types supported by gdk-pixbuf.
> +%endif
>  
>  %prep
>  rm -rf $RPM_BUILD_ROOT
>  
>  %setup -q -a1
>  %patch0 -p1 -b .wv
> -%patch1 -p1 -b .aspell
> +#%patch1 -p1 -b .aspell
>  
>  #needed by patch1
>  cd abi
> -autoconf
> +#force automake to use configure.in
> +rm -f configure.ac
> +#autoconf
>  cd ..
>  
>  %build
> @@ -323,17 +356,15 @@
>  #for i in missing mkinstalldirs install-sh;do ln
> -sf /usr/share/automake/$i ac-helpers/;done
>  ./autogen.sh|| :
>  perl -pi -e 's!top_builddir = \@top_builddir\@!!g'
> GNUmakefile.in
> -%configure2_5x --with-pspell --enable-gnome
> +%configure2_5x  --enable-gnome
>  #perl -pi -e 's!-1.5d!!g' GNUmakefile
>  
>  make %{version_flag} ABI_OPT_DEBUG=%{enable_debug}
> ABI_OPT_LIBXML2=%{enable_xml2}
> UNIX_CAN_BUILD_STATIC=0} ABI_OPT_GNOME=1
> ABI_OPT_LIBJPEG=1
> ABI_OPT_BIDI_ENABLED=%{enable_bidi}
> ABI_OPT_PERL=%{enable_perl}
> ABI_OPT_OPTIMIZE=%{enable_optimize}
> prefix=$RPM_BUILD_ROOT%_datadir
>  
>  cd ../abiword-plugins/
> -./autogen.sh
> -./configure
> --prefix=$RPM_BUILD_ROOT%_datadir/AbiSuite
> %{plugin_aiksaurus} %{plugin_gdict}
> %{plugin_babelfish} %{plugin_urldict}
> %{plugin_wikipedia} %{plugin_freetranslation}
> %{plugin_bz2abw} %{plugin_imagemagick}
> %{plugin_gdkpixbuf} %{plugin_openwriter}
> %{plugin_eml} --enable-html %{plugin_festvox}
> --enable-abigimp %{plugin_shell} %{plugin_tests}
> -%make
> -
> -
> +./nextgen.sh
> +./configure
> --prefix=$RPM_BUILD_ROOT%_datadir/AbiSuite
> %{plugin_aiksaurus} %{plugin_gdict}
> %{plugin_babelfish} %{plugin_urldict}
> %{plugin_wikipedia} %{plugin_freetranslation}
> %{plugin_bz2abw} %{plugin_imagemagick}
> %{plugin_gdkpixbuf} %{plugin_openwriter}
> %{plugin_eml} --enable-html %{plugin_festvox}
> --enable-abigimp %{plugin_shell} %{plugin_tests}
> --libdir=%_libdir
> +%make 
>  %install
>  [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/"
> ] && rm -rf $RPM_BUILD_ROOT
>  cd abi
> @@ -344,7 +375,6 @@
>  %make install
>  cd ../abi
>  
> -
>  # Fixes for symlink in _bindir
>  rm -f $RPM_BUILD_ROOT%_bindir/{abiword,AbiWord_s}
>  ln -s %_bindir/AbiWord
> $RPM_BUILD_ROOT%_bindir/abiword
> @@ -378,14 +408,14 @@
>  install -c -m 0644 %SOURCE23
>
$RPM_BUILD_ROOT%_datadir/AbiSuite/fonts/zh-CN.GBK/fonts.dir
>  mkdir -p $RPM_BUILD_ROOT%_mandir/man8
>  cp -a ../abiword-docs/man/*.8
> $RPM_BUILD_ROOT%_mandir/man8/
> -#cp -a ../wv/help/man/*.1
> $RPM_BUILD_ROOT%_mandir/man1/
> +#cp -a ../wv/help/man/*.1
> $RPM_BUILD_ROOT%_mandir/man1/ 
>  
>  #remove unpackage files
>  rm -f
>
$RPM_BUILD_ROOT%{_datadir}/AbiSuite/AbiWord/plugins/{libAbiCommand.*,libAbiSDW.*}
> \
>  
>
$RPM_BUILD_ROOT%{_datadir}/AbiSuite/GNOME_AbiWord_Control_1_0.oaf
> \
>  
>
$RPM_BUILD_ROOT%{_datadir}/AbiSuite/AbiWord/system.profile
> \
>  
>
$RPM_BUILD_ROOT%{_datadir}/AbiSuite/fonts/zh-*/fonts.dir
> -
> +rm -rfd
>
$RPM_BUILD_ROOT%{_datadir}/AbiSuite/AbiWord//help/fr-FR
>  
>  %clean
>  [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/"
> ] && rm -fr $RPM_BUILD_ROOT
> @@ -396,24 +426,11 @@
>  %doc abi/docs/*.abw abi/docs/*.txt abi/docs/*.html
> abi/docs/status/*.xsl abi/docs/status/*.xml
>  %_bindir/*
>  %_menudir/%name
> -%dir %_datadir/AbiSuite
> -#%_datadir/AbiSuite/AbiWord
> +%dir %_datadir/AbiSuite 
>  %_datadir/AbiSuite/README
>  %_datadir/AbiSuite/clipart
>  %dir %_datadir/AbiSuite/dictionary
> -%_datadir/AbiSuite/dictionary/*american*.hash
> -#%lang(en_GB)
> %_datadir/AbiSuite/dictionary/british.hash
> -#%lang(pt_BR)
> %_datadir/AbiSuite/dictionary/brazilian.hash
> -#%lang(de)
> %_datadir/AbiSuite/dictionary/deutsch.hash
> -#%lang(es)
> %_datadir/AbiSuite/dictionary/espanol.hash
> -#%lang(fr)
> %_datadir/AbiSuite/dictionary/francais.hash
> -#%lang(ga)
> %_datadir/AbiSuite/dictionary/galician.hash
> -#%lang(it)
> %_datadir/AbiSuite/dictionary/italian.hash
> -## don't ship latin, I don't know which lang is the
> good one for it..
> -##%_datadir/AbiSuite/dictionary/mlatin.hash
> -#%lang(pt_PT)
> %_datadir/AbiSuite/dictionary/portugues.hash
> -#%lang(sl)
> %_datadir/AbiSuite/dictionary/slovensko.hash
> -#%lang(sk)
> %_datadir/AbiSuite/dictionary/svenska.hash
> +%_datadir/AbiSuite/dictionary/*american*.hash 
>  %_datadir/AbiSuite/icons
>  %_datadir/AbiSuite/templates
>  %_iconsdir/%name.png
> @@ -426,22 +443,15 @@
>  %_datadir/AbiSuite/fonts/*.pfb
>  %_datadir/AbiSuite/fonts/*.e2u
>  %_datadir/AbiSuite/fonts/*.u2g
> -%_datadir/AbiSuite/AbiWord/readme.txt
> -#%_datadir/AbiSuite/AbiWord/sample
> +%_datadir/AbiSuite/AbiWord/readme.txt 
>  %_datadir/AbiSuite/AbiWord/strings
>  %_datadir/AbiSuite/AbiWord/scripts
> -%_datadir/AbiSuite/AbiWord/system.profile-*
> -#%_datadir/AbiSuite/bin
> +%_datadir/AbiSuite/AbiWord/system.profile-* 
>  %_mandir/*/*
>  %attr(644,root,root)
> %_datadir/pixmaps/abiword_48.png
>  %attr(644,root,root)
> %_datadir/gnome/apps/Applications/abiword.desktop
> -%attr(644,root,root)
> %_datadir/AbiSuite/AbiWord/plugins/libAbiGdkPixbuf.*
> -#%_datadir/AbiSuite/AbiWord/help/images
> -#%_datadir/AbiSuite/AbiWord/help/index.html
> -#%lang(de) %_datadir/AbiSuite/AbiWord/help/de-DE
> -#%lang(es)%_datadir/AbiSuite/AbiWord/help/es-ES
> +%attr(644,root,root)
> %_datadir/AbiSuite/AbiWord/plugins/libAbiGdkPixbuf.*
> 
>  %lang(en)%_datadir/AbiSuite/AbiWord/help/en-US
> -#%lang(fr)%_datadir/AbiSuite/AbiWord/help/fr-FR
>  
>  %if %{enable_gdict}
>  %files plugin-gdict
> @@ -482,8 +492,8 @@
>  %if %{enable_festvox}
>  %files plugin-festvox
>  %attr(-,root,root)
> %_datadir/AbiSuite/AbiWord/plugins/libAbiFestVox.*
> -%endif
> -
> +%endif 
> + 
>  %files plugin-abigimp
>  %attr(-,root,root)
> %_datadir/AbiSuite/AbiWord/plugins/libAbiGimp.*
>  
> @@ -492,7 +502,15 @@
>  %attr(-,root,root)
> %_datadir/AbiSuite/AbiWord/plugins/libScriptHappy.*
>  %endif
>  
> +%if %{enable_imagemagick}
> +%files plugin-imagemagick  
> +%attr(-,root,root)
> %_datadir/AbiSuite/AbiWord/plugins/libAbiMagick.*
> +%endif
>  
> +%if %{enable_gdkpixbuf} 
> +%files plugin-gdkpixbuf
> +%attr(-,root,root)
>
%{_datadir}/AbiSuite/AbiWord/plugins/libAbiGdkPixbuf.*
> +%endif
>  
>  %post
>  %update_menus
> @@ -512,6 +530,17 @@
>  
>  
>  %changelog
> +* Thu Dec 19 2002 Charles A Edwards
> <[EMAIL PROTECTED]> 1.0.3-1mdk
> +- 1.0.3
> +- convert src tar.gz to tar.bz2 and correct
> permissions
> +- disable pspell--too lazy worry with new aspell
> patch-- diable patch1
> +- disable abicommand (build fails if enabled)
> +- enable jpeg
> +- rm configure.aw--force automake to use
> configure.in 
> +- use nexgen.sh to build plgins (fails in
> AbiCommand if autogen.sh is used)
> +- enable/add plugins gdict, ImageMagick, GdkPixbuf
> +- remove unused files from file list
> +
>  * Wed Nov 13 2002 Frederic Crozat
> <[EMAIL PROTECTED]> 1.0.2-2mdk
>  - Recompiled against latest gal/aspell
>  - Patch
> 
> 
> 
> 
> --=-=-=
> 
> -- 
> http://www.mandrake-linux.com/en/cookerdevel.php3
> 

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

Reply via email to