forked from pool/quilt
This commit is contained in:
parent
ad7b153f8b
commit
64c34187c5
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 15 20:43:22 CET 2007 - olh@suse.de
|
||||||
|
|
||||||
|
- force mandir to fix build in sles10
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 19 20:47:06 CEST 2006 - agruen@suse.de
|
Thu Oct 19 20:47:06 CEST 2006 - agruen@suse.de
|
||||||
|
|
||||||
|
11
quilt.spec
11
quilt.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package quilt (Version 0.46)
|
# spec file for package quilt (Version 0.46)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -13,10 +13,10 @@
|
|||||||
Name: quilt
|
Name: quilt
|
||||||
BuildRequires: ed
|
BuildRequires: ed
|
||||||
Summary: A Tool for Working with Many Patches
|
Summary: A Tool for Working with Many Patches
|
||||||
License: GNU General Public License (GPL) - all versions
|
License: GNU General Public License (GPL)
|
||||||
Group: Productivity/Text/Utilities
|
Group: Productivity/Text/Utilities
|
||||||
Version: 0.46
|
Version: 0.46
|
||||||
Release: 3
|
Release: 20
|
||||||
Requires: coreutils diffutils patch gzip bzip2 perl mktemp
|
Requires: coreutils diffutils patch gzip bzip2 perl mktemp
|
||||||
Autoreqprov: off
|
Autoreqprov: off
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -56,6 +56,7 @@ autoconf
|
|||||||
# rpmbuild for the tar and patch wrappers.
|
# rpmbuild for the tar and patch wrappers.
|
||||||
CFLAGS="$RPM_OPT_FLAGS" \
|
CFLAGS="$RPM_OPT_FLAGS" \
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
|
--mandir=%{_mandir} \
|
||||||
--with-sendmail=/usr/sbin/sendmail \
|
--with-sendmail=/usr/sbin/sendmail \
|
||||||
--with-diffstat=/usr/bin/diffstat \
|
--with-diffstat=/usr/bin/diffstat \
|
||||||
--with-patch-wrapper \
|
--with-patch-wrapper \
|
||||||
@ -98,6 +99,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc doc/quilt.pdf
|
%doc doc/quilt.pdf
|
||||||
|
|
||||||
%changelog -n quilt
|
%changelog -n quilt
|
||||||
|
* Thu Feb 15 2007 - olh@suse.de
|
||||||
|
- force mandir to fix build in sles10
|
||||||
* Thu Oct 19 2006 - agruen@suse.de
|
* Thu Oct 19 2006 - agruen@suse.de
|
||||||
- Switch to the upstream 0.46 tarball.
|
- Switch to the upstream 0.46 tarball.
|
||||||
- Add a few missing pieces in the "refresh -z" patch.
|
- Add a few missing pieces in the "refresh -z" patch.
|
||||||
@ -136,7 +139,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
patches to end up half-reversed.
|
patches to end up half-reversed.
|
||||||
* Mon Feb 13 2006 - agruen@suse.de
|
* Mon Feb 13 2006 - agruen@suse.de
|
||||||
- quiltrc.diff: Change the default patch options to
|
- quiltrc.diff: Change the default patch options to
|
||||||
--ignore-whitespace --unified-reject.
|
--ignore-whitespace --unified-reject.
|
||||||
* Sun Feb 12 2006 - agruen@suse.de
|
* Sun Feb 12 2006 - agruen@suse.de
|
||||||
- Fix two bash 3.1 compatibility bugs.
|
- Fix two bash 3.1 compatibility bugs.
|
||||||
- Run the test suite after building.
|
- Run the test suite after building.
|
||||||
|
Loading…
Reference in New Issue
Block a user