Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37509216
en ru br
Репозитории ALT

Группа :: Разработка/Прочее
Пакет: rpm-utils-lite

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin