info:less.spec -devel
Wojtek Slusarczyk
wojtek at SHADOW.EU.ORG
Tue Oct 6 18:40:03 CEST 1998
I jeszcze jeden ...
Wojciech Slusarczyk (091)4494148
Technical University of Szczecin
PGP KeyServer pgpkeys.mit.edu
-------------- next part --------------
Summary: text file browser -- less is more
Summary(pl): Przegl±darka plików tekstowych -- mniej jest wiêcej ;)
Name: less
Version: 332
Release: 4d
Copyright: distributable
Group: Utilities/Text
Source: ftp://prep.ai.mit.edu:/pub/gnu/%{name}-%{version}.tar.gz
Buildroot: /var/tmp/%{name}-%{version}-%{release}-root
Summary(de): Programm zum Anzeigen von Textdateien - weniger ist mehr
Summary(fr): une lecteur de fichiers texte.
Summary(tr): less, more aracýna çok benzeyen ama ondan daha yetenekli bir dosya görüntüleme aracýdýr. Metin dosyalarýnýn sayfa sayfa gösterilmesini saðlar.
%description
less is a text file viewer much like 'more', only better.
%description -l pl
Less jest programem podobnym w dzia³aniu do standardowego unixowego `more',
lecz o znacznie wiêkszych mo¿liwo¶ciach.
%description -l de
less ist ein Textdatei-Viewer ähnlich 'more' ... aber besser!
%description -l fr
less est un visualisateur de fichier texte, comme « more », mais en mieux
%description -l tr
Metin dosyasý görüntüleyici - more benzeri
%prep
%setup -q
%build
CFLAGS=$RPM_OPT_FLAGS LDFLAGS=-s ./configure --prefix=/usr
make datadir=/usr/doc
%install
rm -rf $RPM_BUILD_ROOT
make prefix=$RPM_BUILD_ROOT/usr install
%ifarch axp
install -d $RPM_BUILD_ROOT/bin
ln -sf /usr/bin/less /bin/more
%endif
%files
%defattr(644, root, root, 755)
%doc README NEWS
%attr(711, root, root) /usr/bin/*
%attr(644, root, man) /usr/man/man1/*
%ifarch axp
%attr(711, root, root) /bin/more
%endif
%clean
rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Oct 06 1998 Wojtek ¦lusarczyk <wojtek at shadow.eu.org>
[322-4d]
- translation modified for pl,
- restricted ELF binaries permissions,
- fixed all files permissions,
- major modifications of the spec file.
* Wed Jun 17 1998 Wojtek ¦lusarczyk <wojtek at shadow.eu.org>
[322-4]
- build against glibc-2.1
* Thu May 07 1998 Prospector System <bugs at redhat.com>
- translations modified for de, fr, tr
* Wed Apr 08 1998 Cristian Gafton <gafton at redhat.com>
- updated to 332 and built for Manhattan
- added buildroot
* Mon Jun 02 1997 Erik Troan <ewt at redhat.com>
- built against glibc
More information about the pld-devel-pl
mailing list