This commit is contained in:
parent
e2ddf8a86a
commit
acc5300d1b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b046ad8836200157bc81fa8fe688da23b45e4beb65d29d427141c5d9be512b55
|
|
||||||
size 376548
|
|
3
quilt-0.46_cvs20071024.tar.bz2
Normal file
3
quilt-0.46_cvs20071024.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:028c6bbcad29e3f4ddad7ca5ca295b5d80b289b07ce2af5774bddc71770c0298
|
||||||
|
size 376497
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 24 12:50:55 CEST 2007 - bwalle@suse.de
|
||||||
|
|
||||||
|
- change version to '0.46_cvs20071024' to make it clear to the
|
||||||
|
user that this is a CVS version
|
||||||
|
- fix some rpmlint warnings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 15 15:51:48 CEST 2007 - agruen@suse.de
|
Mon Oct 15 15:51:48 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_cvs20071024)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 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
|
||||||
@ -15,11 +15,11 @@ BuildRequires: diffstat ed procmail
|
|||||||
Summary: A Tool for Working with Many Patches
|
Summary: A Tool for Working with Many Patches
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Text/Utilities
|
Group: Productivity/Text/Utilities
|
||||||
Version: 0.46
|
Version: 0.46_cvs20071024
|
||||||
Release: 63
|
Release: 1
|
||||||
Requires: coreutils diffutils patch gzip bzip2 perl mktemp diffstat
|
Requires: coreutils diffutils patch gzip bzip2 perl mktemp diffstat
|
||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
Source: %{name}-%{version}-cvs.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: suse-start-quilt-mode.el
|
Source1: suse-start-quilt-mode.el
|
||||||
Patch1: expand.diff
|
Patch1: expand.diff
|
||||||
Patch2: docdir.diff
|
Patch2: docdir.diff
|
||||||
@ -43,7 +43,7 @@ Authors:
|
|||||||
Andreas Gruenbacher <agruen@suse.de>
|
Andreas Gruenbacher <agruen@suse.de>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n quilt-0.46
|
%setup -q -n quilt-%{version}
|
||||||
%patch -p1 -P 1 -P 2 -P 3 -P 4
|
%patch -p1 -P 1 -P 2 -P 3 -P 4
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -63,14 +63,17 @@ CFLAGS="$RPM_OPT_FLAGS" \
|
|||||||
--with-patch=/usr/bin/patch \
|
--with-patch=/usr/bin/patch \
|
||||||
--with-rpmbuild=/usr/lib/rpm/rpmb
|
--with-rpmbuild=/usr/lib/rpm/rpmb
|
||||||
make BUILD_ROOT=$RPM_BUILD_ROOT RELEASE=%release
|
make BUILD_ROOT=$RPM_BUILD_ROOT RELEASE=%release
|
||||||
|
|
||||||
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# /usr/share/quilt/compat/mta will be a stale symlink: we don't want to add
|
# /usr/share/quilt/compat/mta will be a stale symlink: we don't want to add
|
||||||
# sendmail to neededforbuild just because of this.
|
# sendmail to neededforbuild just because of this.
|
||||||
export NO_BRP_STALE_LINK_ERROR=yes
|
export NO_BRP_STALE_LINK_ERROR=yes
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make install BUILD_ROOT=$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
|
# We only needed the /usr/bin/patch compatibility symlink for the
|
||||||
# test suite.
|
# test suite.
|
||||||
[ $RPM_BUILD_ROOT/usr/share/quilt/compat/patch -ef /usr/bin/patch ] \
|
[ $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/README.MAIL
|
||||||
%doc doc/quilt.pdf
|
%doc doc/quilt.pdf
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 24 2007 - bwalle@suse.de
|
||||||
|
- change version to '0.46_cvs20071024' to make it clear to the
|
||||||
|
user that this is a CVS version
|
||||||
|
- fix some rpmlint warnings
|
||||||
* Mon Oct 15 2007 - agruen@suse.de
|
* Mon Oct 15 2007 - agruen@suse.de
|
||||||
- Update to latest CVS version.
|
- Update to latest CVS version.
|
||||||
* Thu Jul 26 2007 - agruen@suse.de
|
* Thu Jul 26 2007 - agruen@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user