]> git.pld-linux.org Git - packages/w3m.git/commitdiff
- initial release
authorwaszi <waszi@pld-linux.org>
Wed, 20 Oct 1999 06:17:56 +0000 (06:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    w3m.spec -> 1.1

w3m.spec [new file with mode: 0644]

diff --git a/w3m.spec b/w3m.spec
new file mode 100644 (file)
index 0000000..f094322
--- /dev/null
+++ b/w3m.spec
@@ -0,0 +1,70 @@
+# $Revision: 1.1 $
+Summary:       Text based browser for the world wide web
+Summary(de):   Text-Browser für das WWW 
+Summary(fr):   Navigateur en mode texte pour le world wide web
+Summary(pl):   Przegl±darka WWW pracuj±ca w trybie tekstowym
+Summary(tr):   Metin ekranda WWW tarayýcý
+Name:          w3m
+Version:       991015
+Release:       1
+Copyright:     GPL
+Group:         Networking
+Group(pl):     Sieciowe
+Source0:       http://sol.slcc.edu/lynx/current/%{name}-%{version}.tar.gz
+Patch0:                %{name}-config.patch
+Patch1:                %{name}-makefile.patch
+BuildRoot:     /tmp/%{name}-%{version}-root
+
+%description
+This a terminal based WWW browser. While it does not make any attempt
+at displaying graphics, it has good support for HTML text formatting,
+forms, and tables.
+
+%description -l de
+Dies ist ein WWW-Browser auf Terminal-Basis. Während kein Versuch 
+unternommen wird, Grafiken darzustellen, so bietet er doch guten 
+Support für HTML-Textformatierung, Formulare und Tabellen. 
+
+%description -l fr
+Navigateur WWW en mode texte. Bien qu'il n'affiche aucun graphique, il
+sait bien gérer le formatage HTML du texte, les formulaires et les tableaux.
+
+%description -l pl
+Lynx jest przegl±dark± WWW dzia³aj±c± w trybie tekstowym. Dobrze
+formatuje tekst w HTML ale nie pozwala na wy¶wietlanie grafiki.
+
+%description -l tr
+Metin ekranda çalýþan bir WWW tarayýcýdýr. Þekil gösteremese de, formlar ve
+tablolar için desteði vardýr.
+
+%prep
+%setup -q -n %{name}
+%patch0 -p1
+%patch1 -p1
+
+%build
+LDFLAGS="-s"; export LDFLAGS
+
+make CC="gcc $RPM_OPT_FLAGS"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
+
+make install DESTDIR=$RPM_BUILD_ROOT
+
+mv doc/w3m.1 $RPM_BUILD_ROOT%{_mandir}/man1/w3m.1
+
+gzip -9fn $RPM_BUILD_ROOT%{_mandir}/man1/* doc/*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc doc/*.gz
+%attr(755,root,root) %dir %{_datadir}/w3m
+%attr(644,root,root) %{_datadir}/w3m/*
+%attr(755,root,root) %{_bindir}/*
+%attr(644,root,root) %{_mandir}/man1/*
This page took 0.128771 seconds and 4 git commands to generate.