Commit Briefs

679fa73a41 Rene Kita

Add a README (master)


f451cf301d Rene Kita

Add option to set default header


0a04ceb189 Rene Kita

Build before installing


b5d31b091b Jean Delvare

contrib/spec-filters/obs: /usr/bin/sh -> /bin/sh

The /bin/sh is more common than /usr/bin/sh, the later one doesn't exist on distributions such as Ubuntu 22.04. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Jean Delvare <jdelvare@suse.de>


7922252dfd Jean Delvare

setup: Deal with ExclusiveArch

If the spec file includes an ExclusiveArch statement and the local architecture isn't part of the list, rpmbuild will fail. Check for the presence of this statement before calling rpmbuild, and if it would fail, pass option --target to set the architecture to a supported one. Signed-off-by: Jean Delvare <jdelvare@suse.de>


ada3fdfa57 Jean Delvare

Fix "make publish"

Pass option -O to scp to use the old SCP protocol, the only one supported by the Savannah server at the moment.


67d6d4a6c5 Jean Delvare

Avoid backslash character in NEWS file

It breaks the generation of the spec file.


cf91eb1ac2 Jean Delvare

Set version to 0.69.


0245c06b04 Jean Delvare

Update the quilt setup usage message


e082aa2fdc Jean Delvare

Update the German translation

Thanks to Holger Hetterich for proofreading.


Branches

Tags

This repository contains no tags

Tree

.gitignorecommits | blame
AUTHORScommits | blame
COPYINGcommits | blame
Makefile.incommits | blame
NEWScommits | blame
READMEcommits | blame
TODOcommits | blame
aclocal.m4commits | blame
bash_completioncommits | blame
bin/
compat/
config/
configure*commits | blame
configure.accommits | blame
contrib/
doc/
git-desc*commits | blame
lib/
po/
quilt/
quilt.quiltrccommits | blame
quilt.spec.incommits | blame
test/

README

Clone of https://savannah.nongnu.org/projects/quilt

Upstream git:
https://git.savannah.nongnu.org/git/quilt.git

OpenBSD:
# pkg_add gmake coreutils ggrep gsed gpatch gdiff diffstat
$ ./configure --prefix=$HOME/.local --with-grep=$(which ggrep) --with-sed=$(which gsed) --without-getopt --with-diff=$(which gdiff) --with-patch=$(which gpatch)
$ gmake install