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