]> git.pld-linux.org Git - packages/amaya.git/blob - amaya.spec
- Release 0.9
[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.9
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 Patch1:         %{name}-install.patch
17 BuildRequires:  autoconf
18 BuildRequires:  expat-devel
19 BuildRequires:  gtk+-devel
20 BuildRequires:  libjpeg-devel
21 BuildRequires:  libpng-devel
22 BuildRequires:  zlib-devel
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %define         _prefix         /usr/X11R6
26 %define         _mandir         %{_prefix}/man
27
28 %description
29
30 Amaya is a complete web browsing and authoring environment and comes
31 equipped with a WYSIWYG style of interface, similar to that of the
32 most popular commercial browsers. With such an interface, users do not
33 need to know the HTML or CSS languages.
34
35 Authors:
36 --------- Irene.Vatton@w3.org, Jose.Kahan@w3.org,
37   Vincent.Quint@w3.org, Laurent.Carcone@w3.org
38
39 %description -l pl
40
41 Amaya jest kompletn± przegl±dark± www i ¶rodowiskiem tworzenia stron
42 www, wyposa¿ona jest w interfejs WYSIWYG podobny do stosowanego w
43 najbardziej popularnych komercyjnych przegl±darkach. Z takim
44 interfejsem u¿ytkownicy nie musz± wiedzieæ co to jest HTML czy CSS.
45
46 Autorzy:
47 --------- Irene.Vatton@w3.org, Jose.Kahan@w3.org,
48   Vincent.Quint@w3.org, Laurent.Carcone@w3.org
49
50 %prep
51 %setup -q -n Amaya
52 %patch0 -p1
53 %patch1 -p1
54
55 %build
56 %{__autoconf}
57 cp -f /usr/share/automake/{config.,missing}* .
58 mkdir Linux
59 cd Linux
60 ../%configure \
61         --prefix=$RPM_BUILD_ROOT%{_prefix} \
62         --without-graphic-libs \
63         --with-dav \
64         --with-x
65 %{__make}
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69 install -d $RPM_BUILD_ROOT%{_prefix}/bin
70 cd Linux
71 %{__make} install
72 ln -sf %{_prefix}/Amaya/applis/bin/%{name} $RPM_BUILD_ROOT%{_prefix}/bin/%{name} 
73
74 %files
75 %defattr(644,root,root,755)
76 %doc amaya/COPYRIGHT README README.amaya README.gl
77 %attr(755,root,root) %{_bindir}/amaya
78 %dir %{_prefix}/Amaya
79 %{_prefix}/Amaya
80
81 %clean
82 rm -rf $RPM_BUILD_ROOT
This page took 0.073978 seconds and 3 git commands to generate.