Annotation of Amaya/amaya_wx.spec, revision 1.1

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: 
        !             9: # neededforbuild  autoconf automake mmcore mmbase mmslib xpm libz libpng libjpeg
        !            10: 
        !            11: %define version 8.6
        !            12: 
        !            13: Vendor:       W3C World Wide Web Consortium
        !            14: Distribution: W3C
        !            15: Name:         amaya_wx
        !            16: Release:      1
        !            17: Copyright:    Copyright 1995-2004 (MIT) (INRIA), (L)GPL compatible
        !            18: Group:        X11/Applications/Networking
        !            19: URL:          http://www.w3.org/Amaya/
        !            20: Autoreqprov:  on
        !            21: Packager:     Irene.Vatton@w3.org
        !            22: BuildRoot:    /var/tmp/%{name}-buildroot
        !            23: #BuildRoot:     /usr/src/redhat/BUILD/
        !            24: 
        !            25: Summary:      Web Browser/Editor from the World Wide Web Consortium
        !            26: Version:      %{version}
        !            27: Source: ftp://ftp.w3.org/pub/amaya/amaya-src-%{version}.tgz
        !            28: Source1: ftp://ftp.w3.org/pub/amaya/Dutch.tgz
        !            29: Source2: ftp://ftp.w3.org/pub/amaya/Spanish.tgz
        !            30: Source3: ftp://ftp.w3.org/pub/amaya/Italian.tgz
        !            31: Source4: ftp://ftp.w3.org/pub/amaya/Swedish.tgz
        !            32: Source5: ftp://ftp.w3.org/pub/amaya/German.tgz
        !            33: Source6: ftp://ftp.w3.org/pub/amaya/Mesa-src-6.0.1.tgz
        !            34: Source7: ftp://ftp.w3.org/pub/amaya/wxGTK-src-2.5.1.tgz
        !            35: # Patch: amaya-src-%{version}.diff
        !            36: %description
        !            37: 
        !            38: Amaya is a complete web browsing and authoring environment and comes
        !            39: equipped with a WYSIWYG style of interface, similar to that of the
        !            40: most popular commercial browsers. With such an interface, users do not
        !            41: need to know the HTML or CSS languages.
        !            42: 
        !            43: Authors:
        !            44: --------
        !            45:     Irene.Vatton@w3.org, Jose.Kahan@w3.org,
        !            46:     Vincent.Quint@w3.org, Laurent.Carcone@w3.org
        !            47: 
        !            48: %changelog
        !            49: * Tue Jul 06 2004 Irene Vatton (Irene.Vatton@w3.org>
        !            50:   First WX amaya version
        !            51: * Tue Feb 24 2004 Irene Vatton (Irene.Vatton@w3.org>
        !            52:   Updated for amaya-8.3
        !            53: * Fri Apr 23 2003 Irene Vatton <Irene.Vatton@w3.org        !            54:   Adaptation to redhat 8.0
        !            55: * Fri Jan 30 2003 Nabil Layaida (Nabil.Layaida@inria.fr>
        !            56:   Adaptation to rpmbuild
        !            57: * Mon Sep 16 2002 Irene Vatton <Irene.Vatton@w3.org>
        !            58:   GTK options.
        !            59: * Fri Nov 9 2001  Irene Vatton <Irene.Vatton@w3.org>
        !            60:   Integration of English and French dictionaries
        !            61: * Mon Feb 28 2001 Irene Vatton <Irene.Vatton@w3.org>
        !            62:   updated for amaya-4.2.1
        !            63: * Mon Jan 8 2001 Irene Vatton <Irene.Vatton@w3.org>
        !            64:   updated for amaya-4.1
        !            65: * Sat Nov 11 2000 Daniel Veillard <Daniel.Veillard@w3.org>
        !            66:   updated for amaya-4.0
        !            67: * Tue Jul 04 2000 Daniel Veillard <Daniel.Veillard@w3.org>
        !            68:   Updated for amaya-3.2
        !            69:   Removed Ramzi Guetari and Daniel Veillard from authors
        !            70: * Fri Jun 24 1999 Daniel Veillard <Daniel.Veillard@w3.org>
        !            71:   Updated for amaya-2.1
        !            72: * Fri Oct 16 1998 Daniel Veillard <Daniel.Veillard@w3.org>
        !            73:   took the spec file coming from SuSE-1.3 and updated it for RedHat,
        !            74:   description, license, and version 1.3b
        !            75: 
        !            76: %prep
        !            77: %setup -n Amaya
        !            78: # %patch
        !            79: %build
        !            80: export CFLAGS=
        !            81: mkdir -p $RPM_BUILD_ROOT/usr/share/
        !            82: autoconf
        !            83: mkdir linux
        !            84: cd linux
        !            85: export HOME=`pwd`
        !            86: ../configure --with-wx --enable-bookmarks --prefix=/usr/share --exec=/usr/share 
        !            87: #cp Options.orig Options
        !            88: make all
        !            89: %install
        !            90: if [ -e /usr/bin/amaya ] ; then
        !            91:   rm -f /usr/bin/amaya
        !            92: fi
        !            93: cd linux
        !            94: make install prefix=$RPM_BUILD_ROOT/usr/share
        !            95: #cd ..
        !            96: %files
        !            97: %doc README.amaya
        !            98: /usr/share/Amaya/
        !            99: %post
        !           100: /bin/ln -s /usr/share/Amaya/applis/bin/amaya /usr/bin/amaya
        !           101: %postun
        !           102: rm -f /usr/bin/amaya
        !           103: 

Webmaster