Annotation of Amaya/amaya_wx.spec, revision 1.15

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: 
1.13      vatton     11: %define version 9.55
1.1       vatton     12: 
                     13: Vendor:       W3C World Wide Web Consortium
                     14: Distribution: W3C
                     15: Name:         amaya_wx
                     16: Release:      1
1.13      vatton     17: Copyright:    Copyright 1995-2007 (MIT) (INRIA), (L)GPL compatible
1.1       vatton     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}
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.4       vatton     41:     Irene.Vatton@inria.fr, Stephane.Gully@inria.fr,
                     42:     Vincent.Quint@inria.fr, Laurent.Carcone@w3.org
1.1       vatton     43: 
                     44: %changelog
1.13      vatton     45: * Mon Feb 26 2007 Irene Vatton <Irene.Vatton@inrialpes.fr>
                     46:   Introduction of a script to launch amaya
1.8       vatton     47: * Fri Sep 2 2005  Irene Vatton <Irene.Vatton@w3.org>
1.5       vatton     48:   and Stephane Gully
                     49:   Gnome/Kde integration
1.8       vatton     50: * Tue Oct 15 2004 Irene Vatton <Irene.Vatton@w3.org>
1.2       vatton     51:   Possibility to install GTK and WX amaya versions
1.8       vatton     52: * Tue Jul 06 2004 Irene Vatton <Irene.Vatton@w3.org>
1.1       vatton     53:   First WX amaya version
1.8       vatton     54: * Tue Feb 24 2004 Irene Vatton <Irene.Vatton@w3.org>
1.1       vatton     55:   Updated for amaya-8.3
                     56: * Fri Apr 23 2003 Irene Vatton <Irene.Vatton@w3.org> 
                     57:   Adaptation to redhat 8.0
1.8       vatton     58: * Fri Jan 30 2003 Nabil Layaida <Nabil.Layaida@inria.fr>
1.1       vatton     59:   Adaptation to rpmbuild
                     60: * Mon Sep 16 2002 Irene Vatton <Irene.Vatton@w3.org>
                     61:   GTK options.
                     62: * Fri Nov 9 2001  Irene Vatton <Irene.Vatton@w3.org>
                     63:   Integration of English and French dictionaries
                     64: * Mon Feb 28 2001 Irene Vatton <Irene.Vatton@w3.org>
                     65:   updated for amaya-4.2.1
                     66: * Mon Jan 8 2001 Irene Vatton <Irene.Vatton@w3.org>
                     67:   updated for amaya-4.1
                     68: * Sat Nov 11 2000 Daniel Veillard <Daniel.Veillard@w3.org>
                     69:   updated for amaya-4.0
                     70: * Tue Jul 04 2000 Daniel Veillard <Daniel.Veillard@w3.org>
                     71:   Updated for amaya-3.2
                     72:   Removed Ramzi Guetari and Daniel Veillard from authors
                     73: * Fri Jun 24 1999 Daniel Veillard <Daniel.Veillard@w3.org>
                     74:   Updated for amaya-2.1
                     75: * Fri Oct 16 1998 Daniel Veillard <Daniel.Veillard@w3.org>
                     76:   took the spec file coming from SuSE-1.3 and updated it for RedHat,
                     77:   description, license, and version 1.3b
                     78: 
                     79: %prep
                     80: %setup -n Amaya
                     81: # %patch
                     82: %build
                     83: export CFLAGS=
                     84: mkdir -p $RPM_BUILD_ROOT/usr/share/
                     85: autoconf
                     86: mkdir linux
                     87: cd linux
                     88: export HOME=`pwd`
1.3       vatton     89: ../configure --with-wx --prefix=/usr/share --exec=/usr/share 
1.1       vatton     90: #cp Options.orig Options
1.3       vatton     91: #make all
                     92: make
1.1       vatton     93: %install
                     94: cd linux
                     95: make install prefix=$RPM_BUILD_ROOT/usr/share
1.5       vatton     96: # Gnome/Kde integration
                     97: ./script_install_gnomekde ./bin $RPM_BUILD_ROOT/usr/share /usr/share
1.1       vatton     98: %files
1.15    ! vatton     99: %doc README
1.5       vatton    100: /usr/share/pixmaps/
                    101: /usr/share/applications/
1.13      vatton    102: /usr/share/Amaya/
1.1       vatton    103: %post
1.14      vatton    104: /bin/ln -f -s /usr/share/Amaya/wx/bin/amaya /usr/bin/amaya
1.1       vatton    105: %postun
                    106: rm -f /usr/bin/amaya
1.13      vatton    107: rm -f /usr/applications/Amaya.desktop
                    108: rm -f /usr/pixmaps/amaya.png
1.1       vatton    109: 

Webmaster