diff --git a/quilt-0.46-cvs.tar.bz2 b/quilt-0.46-cvs.tar.bz2 deleted file mode 100644 index 182ded4..0000000 --- a/quilt-0.46-cvs.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b046ad8836200157bc81fa8fe688da23b45e4beb65d29d427141c5d9be512b55 -size 376548 diff --git a/quilt-0.46_cvs20071024.tar.bz2 b/quilt-0.46_cvs20071024.tar.bz2 new file mode 100644 index 0000000..a13f980 --- /dev/null +++ b/quilt-0.46_cvs20071024.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028c6bbcad29e3f4ddad7ca5ca295b5d80b289b07ce2af5774bddc71770c0298 +size 376497 diff --git a/quilt.changes b/quilt.changes index 1d83c8f..f10b64e 100644 --- a/quilt.changes +++ b/quilt.changes @@ -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 diff --git a/quilt.spec b/quilt.spec index 1ee2264..233dc3f 100644 --- a/quilt.spec +++ b/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. # 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: 63 +Version: 0.46_cvs20071024 +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 %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 +* 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 - Update to latest CVS version. * Thu Jul 26 2007 - agruen@suse.de