]> git.pld-linux.org Git - packages/amaya.git/blobdiff - amaya.spec
- use system libwww
[packages/amaya.git] / amaya.spec
index 4a9a5fa6f234c7c814b64bf4c692e8da4ec90d0a..9a1c13c46540deaa0c6b4dae786721a4797f6901 100644 (file)
@@ -1,30 +1,29 @@
 Summary:       Web Browser/Editor from the World Wide Web Consortium
-Summary(pl):   Przegl±darka/edytor stron www z World Wide Web Consortium
+Summary(pl.UTF-8):     Przeglądarka/edytor stron WWW z World Wide Web Consortium
 Name:          amaya
-Version:       7.1
-Release:       2
+Version:       8.6
+Release:       1
 License:       Copyright 1995-2002 (MIT) (INRIA), (L)GPL compatible
 Group:         X11/Applications/Networking
 Source0:       ftp://ftp.w3.org/pub/amaya/%{name}-src-%{version}.tgz
+# Source0-md5: a70d4fcb5c3f8d81eff78522dc7f8b01
 #Source1:      ftp://ftp.w3.org/pub/amaya/Dutch.tgz
 #Source2:      ftp://ftp.w3.org/pub/amaya/Spanish.tgz
 #Source3:      ftp://ftp.w3.org/pub/amaya/Italian.tgz
 #Source4:      ftp://ftp.w3.org/pub/amaya/Swedish.tgz
 #Source5:      ftp://ftp.w3.org/pub/amaya/German.tgz
-Patch0:                %{name}-ac-gtkglarea.patch
-Patch1:                %{name}-install.patch
+Patch0:                %{name}-install.patch
 URL:           http://www.w3.org/Amaya/
 BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: expat-devel
 BuildRequires: gtk+-devel
+BuildRequires: imlib-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
-
 %description
 Amaya is a complete web browsing and authoring environment and comes
 equipped with a WYSIWYG style of interface, similar to that of the
@@ -35,11 +34,11 @@ Authors:
 --------- Irene.Vatton@w3.org, Jose.Kahan@w3.org,
   Vincent.Quint@w3.org, Laurent.Carcone@w3.org
 
-%description -l pl
-Amaya jest kompletn± przegl±dark± www i ¶rodowiskiem tworzenia stron
-www, wyposa¿ona jest w interfejs WYSIWYG podobny do stosowanego w
-najbardziej popularnych komercyjnych przegl±darkach. Z takim
-interfejsem u¿ytkownicy nie musz± wiedzieæ co to jest HTML czy CSS.
+%description -l pl.UTF-8
+Amaya jest kompletną przeglądarką WWW i środowiskiem tworzenia stron
+WWW, wyposażona jest w interfejs WYSIWYG podobny do stosowanego w
+najbardziej popularnych komercyjnych przeglądarkach. Z takim
+interfejsem użytkownicy nie muszą wiedzieć co to jest HTML czy CSS.
 
 Autorzy:
 --------- Irene.Vatton@w3.org, Jose.Kahan@w3.org,
@@ -48,32 +47,39 @@ Autorzy:
 %prep
 %setup -q -n Amaya
 %patch0 -p1
-%patch1 -p1
 
 %build
-#%{__aclocal}
+%{__aclocal}
 %{__autoconf}
-#%{__autoheader}
+%{__autoheader}
 cp -f /usr/share/automake/{config.,missing}* .
 mkdir Linux
 cd Linux
 ../%configure \
-       --prefix=$RPM_BUILD_ROOT%{_libdir} \
+       --prefix=%{_prefix} \
+       --datadir=%{_libdir} \
        --without-graphic-libs \
        --with-dav \
+       --with-gtk \
        --with-x
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_prefix}/bin,%{_libdir}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}}
 cd Linux
-%{__make} install
+%{__make} install \
+       prefix=$RPM_BUILD_ROOT%{_libdir} \
+       datadir=$RPM_BUILD_ROOT%{_libdir}
+
 ln -sf %{_libdir}/Amaya/applis/bin/amaya $RPM_BUILD_ROOT%{_bindir}/amaya
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files
 %defattr(644,root,root,755)
-%doc amaya/COPYRIGHT README README.amaya README.gl
+%doc amaya/COPYRIGHT README README.amaya README.gl README.wx
 %attr(755,root,root) %{_bindir}/amaya
 %dir %{_libdir}/Amaya
 %{_libdir}/Amaya/amaya
@@ -82,6 +88,3 @@ ln -sf %{_libdir}/Amaya/applis/bin/amaya $RPM_BUILD_ROOT%{_bindir}/amaya
 %dir %{_libdir}/Amaya/applis
 %dir %{_libdir}/Amaya/applis/bin
 %attr(755,root,root) %{_libdir}/Amaya/applis/bin/*
-
-%clean
-rm -rf $RPM_BUILD_ROOT
This page took 0.4896 seconds and 4 git commands to generate.