]> git.pld-linux.org Git - packages/amaya.git/blobdiff - amaya.spec
- up to 8.5
[packages/amaya.git] / amaya.spec
index 6c2f10c09ac5c06d1690565b62e3c84273a55cb5..3fb1d53de7408b5e963c044c1189b5a1ac0d2155 100644 (file)
@@ -1,12 +1,12 @@
 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:       8.1b
+Version:       8.5
 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: 4d7200e997d5e8fe9ce7cf0d1d4ad777
+# Source0-md5: 0ee123988b2e09fe60f9120df8dc9012
 #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
@@ -15,6 +15,7 @@ Source0:      ftp://ftp.w3.org/pub/amaya/%{name}-src-%{version}.tgz
 Patch0:                %{name}-install.patch
 URL:           http://www.w3.org/Amaya/
 BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: expat-devel
 BuildRequires: gtk+-devel
 BuildRequires: imlib-devel
@@ -23,7 +24,6 @@ BuildRequires:        libpng-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 Amaya is a complete web browsing and authoring environment and comes
 equipped with a WYSIWYG style of interface, similar to that of the
@@ -66,7 +66,7 @@ cd Linux
 
 %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 \
        prefix=$RPM_BUILD_ROOT%{_libdir} \
@@ -74,6 +74,9 @@ cd Linux
 
 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
@@ -85,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.024919 seconds and 4 git commands to generate.