This commit is contained in:
parent
624a623e10
commit
f141288d9f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb1240d0c0b3df2b860d6a62852c9bff5120f6829c1abf88c17f5ae0947dac99
|
||||
size 373946
|
3
quilt-0.46_cvs20071026.tar.bz2
Normal file
3
quilt-0.46_cvs20071026.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:708baae2c449d66600538cf5b4f3304343fa2ec7a1e1f55adb58cbcbb8d3c132
|
||||
size 376467
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 26 11:56:55 CEST 2007 - bwalle@suse.de
|
||||
|
||||
- change version to '0.46_cvs20071026' to make it clear to the
|
||||
user that this is a CVS version
|
||||
- fix some rpmlint warnings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 25 14:07:46 CEST 2007 - agruen@suse.de
|
||||
|
||||
|
19
quilt.spec
19
quilt.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package quilt (Version 0.46)
|
||||
# spec file for package quilt (Version 0.46_cvs20071026)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -15,11 +15,11 @@ BuildRequires: diffstat ed procmail
|
||||
Summary: A Tool for Working with Many Patches
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Text/Utilities
|
||||
Version: 0.46
|
||||
Release: 67
|
||||
Version: 0.46_cvs20071026
|
||||
Release: 1
|
||||
Requires: coreutils diffutils patch gzip bzip2 perl mktemp diffstat
|
||||
AutoReqProv: off
|
||||
Source: %{name}-%{version}-cvs.tar.bz2
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: suse-start-quilt-mode.el
|
||||
Patch1: expand.diff
|
||||
Patch2: docdir.diff
|
||||
@ -43,7 +43,7 @@ Authors:
|
||||
Andreas Gruenbacher <agruen@suse.de>
|
||||
|
||||
%prep
|
||||
%setup -q -n quilt-0.46
|
||||
%setup -q -n quilt-%{version}
|
||||
%patch -p1 -P 1 -P 2 -P 3 -P 4
|
||||
|
||||
%build
|
||||
@ -63,14 +63,17 @@ CFLAGS="$RPM_OPT_FLAGS" \
|
||||
--with-patch=/usr/bin/patch \
|
||||
--with-rpmbuild=/usr/lib/rpm/rpmb
|
||||
make BUILD_ROOT=$RPM_BUILD_ROOT RELEASE=%release
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%install
|
||||
# /usr/share/quilt/compat/mta will be a stale symlink: we don't want to add
|
||||
# sendmail to neededforbuild just because of this.
|
||||
export NO_BRP_STALE_LINK_ERROR=yes
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install BUILD_ROOT=$RPM_BUILD_ROOT
|
||||
#make rpmlint happy
|
||||
chmod 755 $RPM_BUILD_ROOT/%{_datadir}/quilt/scripts/patchfns
|
||||
# We only needed the /usr/bin/patch compatibility symlink for the
|
||||
# test suite.
|
||||
[ $RPM_BUILD_ROOT/usr/share/quilt/compat/patch -ef /usr/bin/patch ] \
|
||||
@ -102,6 +105,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc doc/README.MAIL
|
||||
%doc doc/quilt.pdf
|
||||
%changelog
|
||||
* Fri Oct 26 2007 - bwalle@suse.de
|
||||
- change version to '0.46_cvs20071026' to make it clear to the
|
||||
user that this is a CVS version
|
||||
- fix some rpmlint warnings
|
||||
* Thu Oct 25 2007 - agruen@suse.de
|
||||
- quilt/mail.in: Make sure that shell meta-characters like * in
|
||||
subjects won't get expanded by accident (this was broken). Add
|
||||
|
Loading…
Reference in New Issue
Block a user