Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37404964
en ru br
ALT Linux repos
S:0.9.12-alt2

Group :: Development/Other
RPM: rpm-utils-lite

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: rpm-utils-lite
Version: 0.9.12
Release: alt2
BuildArch: noarch

Summary: Portions from full blown rpm-utils
License: GPL
Group: Development/Other

Requires: getopt, time
Requires: mktemp >= 1:1.3.1
# strace version that works properly without -F/-k options
Requires: strace >= 4.5.18-alt5

BuildRequires: rpm-utils

%description
This package contains following utilities:
+ stamp_spec.lite - generates timestamp for rpm specfile changelog entry;
+ add_changelog.lite - generates and adds changelog entry to rpm specfile;

Instead of rpm-utils, it does not require rpm-build

%prep

%build

%install
mkdir -p %buildroot/%_bindir/

cp %_bindir/stamp_spec %buildroot/%_bindir/stamp_spec.lite
cp %_bindir/add_changelog %buildroot/%_bindir/add_changelog.lite

sed -i 's,stamp_spec,stamp_spec.lite,' %buildroot/%_bindir/add_changelog.lite

%files
%_bindir/*

%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