# # spec file for package amaya (Version 4.3.1) # # Copyright (c) 1998 S.u.S.E. GmbH Fuerth, Germany. # # please send bugfixes or comments to feedback@suse.de. # # neededforbuild autoconf automake mmcore mmbase mmslib xpm libz libpng libjpeg %define version 9.55 Vendor: W3C World Wide Web Consortium Distribution: W3C Name: amaya_wx Release: 1 Copyright: Copyright 1995-2007 (MIT) (INRIA), (L)GPL compatible Group: X11/Applications/Networking URL: http://www.w3.org/Amaya/ Autoreqprov: on Packager: Irene.Vatton@w3.org BuildRoot: /var/tmp/%{name}-buildroot #BuildRoot: /usr/src/redhat/BUILD/ Summary: Web Browser/Editor from the World Wide Web Consortium Version: %{version} Source: amaya-fullsrc-%{version}.tgz #Source: ftp://ftp.w3.org/pub/amaya/amaya-src-%{version}.tgz #Source1: ftp://ftp.w3.org/pub/amaya/amaya-lib-src-%{version}.tgz # Patch: amaya-src-%{version}.diff %description Amaya is a complete Web authoring tool with some browsing funtionalities and comes equipped with a WYSIWYG style of interface, similar to that of the most popular commercial browsers. With such an interface, users do not need to well know the HTML, MathML or CSS languages. Authors: -------- Irene.Vatton@inria.fr, Stephane.Gully@inria.fr, Vincent.Quint@inria.fr, Laurent.Carcone@w3.org %changelog * Mon Feb 26 2007 Irene Vatton Introduction of a script to launch amaya * Fri Sep 2 2005 Irene Vatton and Stephane Gully Gnome/Kde integration * Tue Oct 15 2004 Irene Vatton Possibility to install GTK and WX amaya versions * Tue Jul 06 2004 Irene Vatton First WX amaya version * Tue Feb 24 2004 Irene Vatton Updated for amaya-8.3 * Fri Apr 23 2003 Irene Vatton Adaptation to redhat 8.0 * Fri Jan 30 2003 Nabil Layaida Adaptation to rpmbuild * Mon Sep 16 2002 Irene Vatton GTK options. * Fri Nov 9 2001 Irene Vatton Integration of English and French dictionaries * Mon Feb 28 2001 Irene Vatton updated for amaya-4.2.1 * Mon Jan 8 2001 Irene Vatton updated for amaya-4.1 * Sat Nov 11 2000 Daniel Veillard updated for amaya-4.0 * Tue Jul 04 2000 Daniel Veillard Updated for amaya-3.2 Removed Ramzi Guetari and Daniel Veillard from authors * Fri Jun 24 1999 Daniel Veillard Updated for amaya-2.1 * Fri Oct 16 1998 Daniel Veillard took the spec file coming from SuSE-1.3 and updated it for RedHat, description, license, and version 1.3b %prep %setup -n Amaya # %patch %build export CFLAGS= mkdir -p $RPM_BUILD_ROOT/usr/share/ autoconf mkdir linux cd linux export HOME=`pwd` ../configure --prefix=/usr/share --exec=/usr/share --datadir=/usr/share #cp Options.orig Options #make all make %install cd linux make install prefix=$RPM_BUILD_ROOT/usr/share # Gnome/Kde integration ./script_install_gnomekde ./bin $RPM_BUILD_ROOT/usr/share /usr/share %files %doc README /usr/share/pixmaps/ /usr/share/applications/ /usr/share/Amaya/ %post /bin/ln -f -s /usr/share/Amaya/wx/bin/amaya /usr/bin/amaya %postun rm -f /usr/bin/amaya rm -f /usr/applications/Amaya.desktop rm -f /usr/pixmaps/amaya.png