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

Group :: File tools
RPM: rpmrepair

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: rpmrepair
Version: 1.2
Release: alt1

Summary: Bash script for repair broken RPM's
License: GPL-3
Group: File tools

Url: https://www.altlinux.org/RPM-repair
Source: %name-%version.tar
BuildArch: noarch
AutoReq: yes

Requires: rpm-build rsync fakeroot

Packager: Leonid Krivoshein <klark at altlinux.org>

%description
This script repacks broken RPM's for ALT-specific repo.

%prep
%setup

%install
mkdir -p -m755 %{buildroot}%_bindir
cat %name.in |sed -E                            \
-e 's,\{\{\{NAME\}\}\},%name,g'         \
-e 's,\{\{\{VERSION\}\}\},%version,g'   \
-e 's,\{\{\{PACKAGER\}\}\},%packager,g' \
> "%{buildroot}%_bindir/%name"
chmod -- 0755 "%{buildroot}%_bindir/%name"

%files
%_bindir/%name

%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