]> git.pld-linux.org Git - packages/amaya.git/blame - amaya.spec
- converted to UTF-8
[packages/amaya.git] / amaya.spec
CommitLineData
e157f8ba 1Summary: Web Browser/Editor from the World Wide Web Consortium
b93d60f7 2Summary(pl.UTF-8): Przeglądarka/edytor stron WWW z World Wide Web Consortium
e157f8ba 3Name: amaya
b01b5274 4Version: 8.6
ca3b2a8b 5Release: 1
e157f8ba 6License: Copyright 1995-2002 (MIT) (INRIA), (L)GPL compatible
7Group: X11/Applications/Networking
e157f8ba 8Source0: ftp://ftp.w3.org/pub/amaya/%{name}-src-%{version}.tgz
b01b5274 9# Source0-md5: a70d4fcb5c3f8d81eff78522dc7f8b01
e157f8ba 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
ca3b2a8b 15Patch0: %{name}-install.patch
701003ac 16URL: http://www.w3.org/Amaya/
e157f8ba 17BuildRequires: autoconf
d40d69cb 18BuildRequires: automake
e157f8ba 19BuildRequires: expat-devel
e2ca440e 20BuildRequires: gtk+-devel
ca3b2a8b 21BuildRequires: imlib-devel
e157f8ba 22BuildRequires: libjpeg-devel
23BuildRequires: libpng-devel
24BuildRequires: zlib-devel
701003ac 25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
e157f8ba 26
701003ac 27%description
e157f8ba 28Amaya is a complete web browsing and authoring environment and comes
29equipped with a WYSIWYG style of interface, similar to that of the
30most popular commercial browsers. With such an interface, users do not
31need to know the HTML or CSS languages.
32
33Authors:
34--------- Irene.Vatton@w3.org, Jose.Kahan@w3.org,
35 Vincent.Quint@w3.org, Laurent.Carcone@w3.org
36
b93d60f7
JR
37%description -l pl.UTF-8
38Amaya jest kompletną przeglądarką WWW i środowiskiem tworzenia stron
39WWW, wyposażona jest w interfejs WYSIWYG podobny do stosowanego w
40najbardziej popularnych komercyjnych przeglądarkach. Z takim
41interfejsem użytkownicy nie muszą wiedzieć co to jest HTML czy CSS.
e157f8ba 42
43Autorzy:
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
b01b5274 52%{__aclocal}
e157f8ba 53%{__autoconf}
b01b5274 54%{__autoheader}
e157f8ba 55cp -f /usr/share/automake/{config.,missing}* .
56mkdir Linux
57cd Linux
58../%configure \
020215f7
AM
59 --prefix=%{_prefix} \
60 --datadir=%{_libdir} \
e157f8ba 61 --without-graphic-libs \
62 --with-dav \
020215f7 63 --with-gtk \
e157f8ba 64 --with-x
65%{__make}
66
67%install
68rm -rf $RPM_BUILD_ROOT
d40d69cb 69install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}}
e157f8ba 70cd Linux
020215f7
AM
71%{__make} install \
72 prefix=$RPM_BUILD_ROOT%{_libdir} \
73 datadir=$RPM_BUILD_ROOT%{_libdir}
74
701003ac 75ln -sf %{_libdir}/Amaya/applis/bin/amaya $RPM_BUILD_ROOT%{_bindir}/amaya
e157f8ba 76
d40d69cb
JB
77%clean
78rm -rf $RPM_BUILD_ROOT
79
e157f8ba 80%files
81%defattr(644,root,root,755)
b01b5274 82%doc amaya/COPYRIGHT README README.amaya README.gl README.wx
e157f8ba 83%attr(755,root,root) %{_bindir}/amaya
6fbb0282 84%dir %{_libdir}/Amaya
85%{_libdir}/Amaya/amaya
86%{_libdir}/Amaya/annotlib
87%{_libdir}/Amaya/[cdf]*
ec79e74c 88%dir %{_libdir}/Amaya/applis
89%dir %{_libdir}/Amaya/applis/bin
6fbb0282 90%attr(755,root,root) %{_libdir}/Amaya/applis/bin/*
This page took 0.112828 seconds and 4 git commands to generate.