]> git.pld-linux.org Git - packages/amaya.git/blob - amaya.spec
625712eee6d677b0c5a2b05a1c364bcb30277075
[packages/amaya.git] / amaya.spec
1 Summary:        Web Browser/Editor from the World Wide Web Consortium
2 Summary(pl):    Przegl±darka/edytor stron www z World Wide Web Consortium
3 Name:           amaya
4 Version:        7.1
5 Release:        0.1
6 License:        Copyright 1995-2002 (MIT) (INRIA), (L)GPL compatible
7 Group:          X11/Applications/Networking
8 URL:            http://www.w3.org/Amaya/
9 Source0:        ftp://ftp.w3.org/pub/amaya/%{name}-src-%{version}.tgz
10 #Source1:       ftp://ftp.w3.org/pub/amaya/Dutch.tgz
11 #Source2:       ftp://ftp.w3.org/pub/amaya/Spanish.tgz
12 #Source3:       ftp://ftp.w3.org/pub/amaya/Italian.tgz
13 #Source4:       ftp://ftp.w3.org/pub/amaya/Swedish.tgz
14 #Source5:       ftp://ftp.w3.org/pub/amaya/German.tgz
15 Patch0: %{name}-ac-gtkglarea.patch
16 BuildRequires:  autoconf
17 BuildRequires:  expat-devel
18 BuildRequires:  gtkglarea-devel
19 BuildRequires:  libjpeg-devel
20 BuildRequires:  libpng-devel
21 BuildRequires:  zlib-devel
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %define         _prefix         /usr/X11R6
25 %define         _mandir         %{_prefix}/man
26
27 %description
28
29 Amaya is a complete web browsing and authoring environment and comes
30 equipped with a WYSIWYG style of interface, similar to that of the
31 most popular commercial browsers. With such an interface, users do not
32 need to know the HTML or CSS languages.
33
34 Authors:
35 --------- Irene.Vatton@w3.org, Jose.Kahan@w3.org,
36   Vincent.Quint@w3.org, Laurent.Carcone@w3.org
37
38 %description -l pl
39
40 Amaya jest kompletn± przegl±dark± www i ¶rodowiskiem tworzenia stron
41 www, wyposa¿ona jest w interfejs WYSIWYG podobny do stosowanego w
42 najbardziej popularnych komercyjnych przegl±darkach. Z takim
43 interfejsem u¿ytkownicy nie musz± wiedzieæ co to jest HTML czy CSS.
44
45 Autorzy:
46 --------- Irene.Vatton@w3.org, Jose.Kahan@w3.org,
47   Vincent.Quint@w3.org, Laurent.Carcone@w3.org
48
49 %prep
50 %setup -q -n Amaya
51 %patch0 -p1
52
53 %build
54 %{__autoconf}
55 cp -f /usr/share/automake/{config.,missing}* .
56 mkdir Linux
57 cd Linux
58 ../%configure \
59         --without-graphic-libs \
60         --with-dav \
61         --with-gl \
62         --with-x
63 %{__make}
64
65 %install
66 rm -rf $RPM_BUILD_ROOT
67 cd Linux
68 %{__make} install
69
70 %files
71 %defattr(644,root,root,755)
72 %doc COPYRIGHT README.amaya
73 %attr(755,root,root) %{_bindir}/amaya
74 %{_datadir}/Amaya
75
76 %clean
77 rm -rf $RPM_BUILD_ROOT
This page took 0.049015 seconds and 2 git commands to generate.