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