]> git.pld-linux.org Git - packages/amaya.git/commitdiff
- initial release based on spec supplied with amaya
authorjuandon <witekfl@pld-linux.org>
Fri, 3 Jan 2003 00:24:22 +0000 (00:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ac-gtklarea.patch
- doesn't build yet

Changed files:
    amaya.spec -> 1.1

amaya.spec [new file with mode: 0644]

diff --git a/amaya.spec b/amaya.spec
new file mode 100644 (file)
index 0000000..625712e
--- /dev/null
@@ -0,0 +1,77 @@
+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
+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
+BuildRequires: autoconf
+BuildRequires: expat-devel
+BuildRequires: gtkglarea-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
+most popular commercial browsers. With such an interface, users do not
+need to know the HTML or CSS languages.
+
+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.
+
+Autorzy:
+--------- Irene.Vatton@w3.org, Jose.Kahan@w3.org,
+  Vincent.Quint@w3.org, Laurent.Carcone@w3.org
+
+%prep
+%setup -q -n Amaya
+%patch0 -p1
+
+%build
+%{__autoconf}
+cp -f /usr/share/automake/{config.,missing}* .
+mkdir Linux
+cd Linux
+../%configure \
+       --without-graphic-libs \
+       --with-dav \
+       --with-gl \
+       --with-x
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+cd Linux
+%{__make} install
+
+%files
+%defattr(644,root,root,755)
+%doc COPYRIGHT README.amaya
+%attr(755,root,root) %{_bindir}/amaya
+%{_datadir}/Amaya
+
+%clean
+rm -rf $RPM_BUILD_ROOT
This page took 0.222069 seconds and 4 git commands to generate.