Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37569886
en ru br
ALT Linux repos
S:0.67-alt2
5.0: 0.46-alt0.1
4.1: 0.46-alt0.1
4.0: 0.46-alt0.1

Group :: Text tools
RPM: quilt

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: quilt
Version: 0.46
Release: alt0.1

Summary: Scripts for working with series of patches

License: GPL v2+
Group: Text tools
Url: http://savannah.nongnu.org/projects/quilt/

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source: http://savannah.nongnu.org/download/quilt/%name-%version.tar.bz2

# manually removed: postfix

# Automatically added by buildreq on Sun Jan 22 2006
BuildRequires: diffstat

BuildRequires: gettext-devel

%description
The scripts allow to manage a series of patches by keeping track of
the changes each patch makes. Patches can be applied, un-applied,
refreshed, etc.

The scripts are heavily based on Andrew Morton's patch scripts
found at <http://www.zip.com.au/~akpm/linux/patches/>.

%package -n bash-completion-quilt
Summary: bash completion for quilt
Group: Shells
Requires: bash-completion
Requires: %name = %version-%release

%description -n bash-completion-quilt
Bash completion for quilt.

%prep
%setup -q

%build
%configure
%__make

%install
%makeinstall \
docdir=%buildroot%_docdir

%find_lang %name

%files -f %name.lang
%doc AUTHORS TODO quilt.changes doc/{README,quilt.pdf,README.MAIL}
%config(noreplace) %verify(not md5 mtime size) %_sysconfdir/quilt.quiltrc
%attr(755,root,root) %_bindir/*
%_datadir/%name
%_man1dir/*
%_libdir/%name

%files -n bash-completion-quilt
/etc/bash_completion.d/%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