Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37562378
en ru br
ALT Linux repos
S:5.0-alt1

Group :: System/Base
RPM: lsb-init

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name:         lsb-init
Summary:      ALT Linux implementation of LSB compliant init functions
Version:      5.0
Release:      alt1
License:      GPL
URL:          http://www.linuxbase.org
Source:       %name-%version.tar
Source101:    test-initscript.sh
Group:        System/Base
Packager:     Igor Vlasenko <viy at altlinux.ru>

# LSB 3.2 defined only for: IA32 IA64 PPC32 PPC64 S390 S390X AMD64

# http://www.linuxfoundation.org/en/Specifications
#Exclusivearch: %{ix86} x86_64
BuildArch: noarch

# Requires:     lsb-core

Patch: lsb-init-alt-log.patch

%description
The Linux Standard Base (http://www.linuxbase.org/) is a standard core
system that third-party applications written for Linux can depend
upon.

The package provides the ALT Linux implementation of LSB compliant
init functions for the Linux Standard Base %version core support package.

%prep
%setup
%patch -p1 -d lib/lsb
install -m 755 %SOURCE101 -t ./

%build

%install
mkdir -p %buildroot{/lib/lsb,%{_sysconfdir}/altlinux-lsb}
install -m 755 ./%{_sysconfdir}/altlinux-lsb/* %buildroot%{_sysconfdir}/altlinux-lsb/
install -m 644 ./lib/lsb/* %buildroot/lib/lsb

%files
%doc ./lib/lsb/copyright
%{_sysconfdir}/altlinux-lsb
/lib/lsb
%doc test-initscript.sh

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin