RPM Community Forums

Mailing List Message of <rpm-lsb>

Re: LSB (aka RPMv3) format question

From: Alexander E. Patrakov <patrakov@gmail.com>
Date: Wed 09 Jan 2008 - 15:52:58 CET
Message-ID: <c072ca310801090652l179cc31fy13c57eb8a57e03c9@mail.gmail.com>
2008/1/9, Jeff Johnson <n3npq@mac.com>:
> But I do ask the question:
>      What use is rpm as a LSB "standard" format if everything in
> rpmbuild needs disabling?
>      Isn't cpio or tar or ... a better choice than a lobotomized
> rpmbuild?

Good question. Another fact is that they don't actually use rpmbuild
for building packages (only for packaging already-built ones). They
use the abandoned-upstream "nALFS" tool for the actual build, and
their spec files look like this:

Summary: A text-based Web browser.
Name: lsb-lynx
Version: 2.8.6
Release: 1.lsb3
Vendor: Linux Foundation
Packager: Appbat Team <lsb-appbat@linux-foundation.org>
License: GPL
Group: Appbat/browsers
Buildroot: %{pkgroot}/%{name}
AutoReqProv: no
PreReq: lsb >= 3.2

%description
LSB conforming version of lynx. Lynx is a text-based Web browser. Lynx
is added to the LSB Application Battery primarly to demonstrate the use
of the ncurses library.

%pre

%install

%post

%preun

%postun

%clean

%files

%attr ( -   bin bin ) /opt/lsb/appbat


-- 
Alexander E. Patrakov
Received on Wed Jan 9 15:52:59 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.