Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37709882
en ru br
ALT Linux repos
5.0: 0.0.1-alt4
4.1: 0.0.1-alt4
4.0: 0.0.1-alt4

Group :: Development/Other
RPM: mkrpmbox

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# -*- mode: RPM-SPEC; tab-width: 8; fill-column: 70; -*-
# $Id: mkrpmbox.spec,v 0.0.1 2006/06/05 14:50:27 legion Exp $

Name: mkrpmbox
Version: 0.0.1
Release: alt4

Summary: Utility to create RPM box to build and install RPM packages
License: GPL
Group: Development/Other
BuildArch: noarch

Requires: sh
Source: %name-%version.tar.bz2

# Automatically added by buildreq on Mon Jun 05 2006 (-bi)

BuildRequires: sh help2man

%description
This package provides %name utility that creates RPM environment: rpm, rpm database (so called RPM box).
RPM box allows to install and builds RPM packages in an isolated RPM database. This utility doesn't create chroot.

%prep
%setup -q

%build
%make

%install
%__mkdir_p %buildroot%_bindir %buildroot%_man1dir

%__install -p -m755 %name %buildroot%_bindir/
%__install -p -m644 %name.1 %buildroot%_man1dir/

%files
%_bindir/*
%_man1dir/*

%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