]> git.pld-linux.org Git - packages/amaya.git/blobdiff - amaya.spec
- force to links aginst libjpeg, libpng and zlib
[packages/amaya.git] / amaya.spec
index 625712eee6d677b0c5a2b05a1c364bcb30277075..4a9a5fa6f234c7c814b64bf4c692e8da4ec90d0a 100644 (file)
@@ -2,30 +2,30 @@ Summary:      Web Browser/Editor from the World Wide Web Consortium
 Summary(pl):   Przegl±darka/edytor stron www z World Wide Web Consortium
 Name:          amaya
 Version:       7.1
-Release:       0.1
+Release:       2
 License:       Copyright 1995-2002 (MIT) (INRIA), (L)GPL compatible
 Group:         X11/Applications/Networking
-URL:           http://www.w3.org/Amaya/
 Source0:       ftp://ftp.w3.org/pub/amaya/%{name}-src-%{version}.tgz
 #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
+Patch0:                %{name}-ac-gtkglarea.patch
+Patch1:                %{name}-install.patch
+URL:           http://www.w3.org/Amaya/
 BuildRequires: autoconf
 BuildRequires: expat-devel
-BuildRequires: gtkglarea-devel
+BuildRequires: gtk+-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
 BuildRequires: zlib-devel
-BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+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
 most popular commercial browsers. With such an interface, users do not
@@ -36,7 +36,6 @@ Authors:
   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
@@ -49,29 +48,40 @@ Autorzy:
 %prep
 %setup -q -n Amaya
 %patch0 -p1
+%patch1 -p1
 
 %build
+#%{__aclocal}
 %{__autoconf}
+#%{__autoheader}
 cp -f /usr/share/automake/{config.,missing}* .
 mkdir Linux
 cd Linux
 ../%configure \
+       --prefix=$RPM_BUILD_ROOT%{_libdir} \
        --without-graphic-libs \
        --with-dav \
-       --with-gl \
        --with-x
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_prefix}/bin,%{_libdir}}
 cd Linux
 %{__make} install
+ln -sf %{_libdir}/Amaya/applis/bin/amaya $RPM_BUILD_ROOT%{_bindir}/amaya
 
 %files
 %defattr(644,root,root,755)
-%doc COPYRIGHT README.amaya
+%doc amaya/COPYRIGHT README README.amaya README.gl
 %attr(755,root,root) %{_bindir}/amaya
-%{_datadir}/Amaya
+%dir %{_libdir}/Amaya
+%{_libdir}/Amaya/amaya
+%{_libdir}/Amaya/annotlib
+%{_libdir}/Amaya/[cdf]*
+%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.067591 seconds and 4 git commands to generate.