]> git.pld-linux.org Git - packages/amaya.git/blob - amaya.spec
- fixed permissions
[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:        2
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}-ac-gtkglarea.patch
15 Patch1:         %{name}-install.patch
16 URL:            http://www.w3.org/Amaya/
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 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 Amaya jest kompletn± przegl±dark± www i ¶rodowiskiem tworzenia stron
40 www, wyposa¿ona jest w interfejs WYSIWYG podobny do stosowanego w
41 najbardziej popularnych komercyjnych przegl±darkach. Z takim
42 interfejsem u¿ytkownicy nie musz± wiedzieæ co to jest HTML czy CSS.
43
44 Autorzy:
45 --------- Irene.Vatton@w3.org, Jose.Kahan@w3.org,
46   Vincent.Quint@w3.org, Laurent.Carcone@w3.org
47
48 %prep
49 %setup -q -n Amaya
50 %patch0 -p1
51 %patch1 -p1
52
53 %build
54 #%{__aclocal}
55 %{__autoconf}
56 #%{__autoheader}
57 cp -f /usr/share/automake/{config.,missing}* .
58 mkdir Linux
59 cd Linux
60 ../%configure \
61         --prefix=$RPM_BUILD_ROOT%{_libdir} \
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,%{_libdir}}
70 cd Linux
71 %{__make} install
72 ln -sf %{_libdir}/Amaya/applis/bin/amaya $RPM_BUILD_ROOT%{_bindir}/amaya
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 %{_libdir}/Amaya
79 %{_libdir}/Amaya/amaya
80 %{_libdir}/Amaya/annotlib
81 %{_libdir}/Amaya/[cdf]*
82 %dir %{_libdir}/Amaya/applis
83 %dir %{_libdir}/Amaya/applis/bin
84 %attr(755,root,root) %{_libdir}/Amaya/applis/bin/*
85
86 %clean
87 rm -rf $RPM_BUILD_ROOT
This page took 0.068707 seconds and 4 git commands to generate.