Annotation of Amaya/amaya_wx.spec, revision 1.32

1.1       vatton      1: #
                      2: # spec file for package amaya (Version 4.3.1)
                      3: # 
                      4: # Copyright  (c)  1998  S.u.S.E. GmbH  Fuerth, Germany.
                      5: #
                      6: # please send bugfixes or comments to feedback@suse.de.
                      7: #
                      8: 
1.31      vatton      9: # neededforbuild  autoconf automake mmcore mmbase mmslib libz libpng libjpeg
1.1       vatton     10: 
1.32    ! vatton     11: %define version 11.3.1
1.1       vatton     12: 
                     13: Vendor:       W3C World Wide Web Consortium
                     14: Distribution: W3C
                     15: Name:         amaya_wx
1.23      vatton     16: Release:      0
1.18      vatton     17: License:    W3C http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
1.21      vatton     18: Group:        Applications/Networking
1.1       vatton     19: URL:          http://www.w3.org/Amaya/
                     20: Autoreqprov:  on
1.21      vatton     21: Packager:     Irene.Vatton@inria.fr
1.32    ! vatton     22: #BuildRoot:    /var/tmp/%{name}-buildroot
1.1       vatton     23: #BuildRoot:     /usr/src/redhat/BUILD/
                     24: 
                     25: Summary:      Web Browser/Editor from the World Wide Web Consortium
                     26: Version:      %{version}
1.10      vatton     27: Source:       amaya-fullsrc-%{version}.tgz
                     28: #Source:      ftp://ftp.w3.org/pub/amaya/amaya-src-%{version}.tgz
                     29: #Source1:     ftp://ftp.w3.org/pub/amaya/amaya-lib-src-%{version}.tgz
                     30: # Patch:      amaya-src-%{version}.diff
1.1       vatton     31: %description
                     32: 
1.5       vatton     33: Amaya is a complete Web authoring tool with some browsing 
                     34: funtionalities and comes equipped with a WYSIWYG style of
                     35: interface, similar to that of the most popular commercial
                     36: browsers. With such an interface, users do not need to 
                     37: well know the HTML, MathML or CSS languages.
1.1       vatton     38: 
                     39: Authors:
                     40: --------
1.22      vatton     41:     Irene.Vatton@inria.fr,
1.4       vatton     42:     Vincent.Quint@inria.fr, Laurent.Carcone@w3.org
1.1       vatton     43: 
                     44: %changelog
1.32    ! vatton     45: * Fri Dec 4 2009 Irene Vatton <Irene.Vatton@inrialpes.fr>
        !            46:   The application uses now libssl.so and libcrypt.so
1.27      vatton     47: * Fri Jan 30 2009 Irene Vatton <Irene.Vatton@inrialpes.fr>
                     48:   The application uses now libraptor.so.1
1.22      vatton     49: * Wed Nov 20 2008 Irene Vatton <Irene.Vatton@inrialpes.fr>
                     50:   Possiblity to use system libraries and force flags
1.13      vatton     51: * Mon Feb 26 2007 Irene Vatton <Irene.Vatton@inrialpes.fr>
                     52:   Introduction of a script to launch amaya
1.8       vatton     53: * Fri Sep 2 2005  Irene Vatton <Irene.Vatton@w3.org>
1.5       vatton     54:   and Stephane Gully
                     55:   Gnome/Kde integration
1.8       vatton     56: * Tue Oct 15 2004 Irene Vatton <Irene.Vatton@w3.org>
1.2       vatton     57:   Possibility to install GTK and WX amaya versions
1.8       vatton     58: * Tue Jul 06 2004 Irene Vatton <Irene.Vatton@w3.org>
1.1       vatton     59:   First WX amaya version
1.8       vatton     60: * Tue Feb 24 2004 Irene Vatton <Irene.Vatton@w3.org>
1.1       vatton     61:   Updated for amaya-8.3
                     62: * Fri Apr 23 2003 Irene Vatton <Irene.Vatton@w3.org> 
                     63:   Adaptation to redhat 8.0
1.8       vatton     64: * Fri Jan 30 2003 Nabil Layaida <Nabil.Layaida@inria.fr>
1.1       vatton     65:   Adaptation to rpmbuild
                     66: * Mon Sep 16 2002 Irene Vatton <Irene.Vatton@w3.org>
                     67:   GTK options.
                     68: * Fri Nov 9 2001  Irene Vatton <Irene.Vatton@w3.org>
                     69:   Integration of English and French dictionaries
                     70: * Mon Feb 28 2001 Irene Vatton <Irene.Vatton@w3.org>
                     71:   updated for amaya-4.2.1
                     72: * Mon Jan 8 2001 Irene Vatton <Irene.Vatton@w3.org>
                     73:   updated for amaya-4.1
                     74: * Sat Nov 11 2000 Daniel Veillard <Daniel.Veillard@w3.org>
                     75:   updated for amaya-4.0
                     76: * Tue Jul 04 2000 Daniel Veillard <Daniel.Veillard@w3.org>
                     77:   Updated for amaya-3.2
                     78:   Removed Ramzi Guetari and Daniel Veillard from authors
                     79: * Fri Jun 24 1999 Daniel Veillard <Daniel.Veillard@w3.org>
                     80:   Updated for amaya-2.1
                     81: * Fri Oct 16 1998 Daniel Veillard <Daniel.Veillard@w3.org>
                     82:   took the spec file coming from SuSE-1.3 and updated it for RedHat,
                     83:   description, license, and version 1.3b
                     84: 
                     85: %prep
                     86: %setup -n Amaya
                     87: # %patch
                     88: %build
1.23      vatton     89: export CFLAGS=
                     90: export CXXFLAGS=
1.1       vatton     91: mkdir -p $RPM_BUILD_ROOT/usr/share/
1.25      vatton     92: # Force 64-bit Mesa configure
                     93: # WARNING: Check that Mesa/configs/linux-x86-64 uses
                     94: #          "LIB_DIR = lib" "EXTRA_LIB_PATH = -L/usr/X11R6/lib"
                     95: #cp ../Mesa/configs/linux-x86-64-static ../Mesa/configs/current
1.29      vatton     96: #autoconf
                     97: #cd libwww  && libtoolize --force --copy
                     98: #cd libwww && aclocal; autoheader; automake; autoconf
1.1       vatton     99: mkdir linux
                    100: cd linux
                    101: export HOME=`pwd`
1.20      vatton    102: ../configure --enable-system-raptor --prefix=/usr/share --exec=/usr/share  --datadir=/usr/share
1.1       vatton    103: #cp Options.orig Options
1.19      vatton    104: make depend
1.3       vatton    105: make
1.1       vatton    106: %install
                    107: cd linux
                    108: make install prefix=$RPM_BUILD_ROOT/usr/share
1.5       vatton    109: # Gnome/Kde integration
                    110: ./script_install_gnomekde ./bin $RPM_BUILD_ROOT/usr/share /usr/share
1.1       vatton    111: %files
1.15      vatton    112: %doc README
1.5       vatton    113: /usr/share/pixmaps/
                    114: /usr/share/applications/
1.13      vatton    115: /usr/share/Amaya/
1.1       vatton    116: %post
1.14      vatton    117: /bin/ln -f -s /usr/share/Amaya/wx/bin/amaya /usr/bin/amaya
1.1       vatton    118: %postun
                    119: rm -f /usr/bin/amaya
1.17      vatton    120: rm -f /usr/share/applications/Amaya.desktop
                    121: rm -f /usr/share/pixmaps/amaya.png
1.1       vatton    122: 

Webmaster