SHA256
1
0
forked from pool/quilt
OBS User unknown 2008-08-18 20:54:17 +00:00 committed by Git OBS Bridge
parent bf7ba63b2d
commit 9fc4bd3c15
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 18 11:18:19 CEST 2008 - schwab@suse.de
- Fix name of completions file.
-------------------------------------------------------------------
Tue Aug 12 16:50:26 CEST 2008 - bwalle@suse.de

View File

@ -24,7 +24,7 @@ Summary: A Tool for Working with Many Patches
License: GPL v2 or later
Group: Productivity/Text/Utilities
Version: 0.46_cvs20080613
Release: 20
Release: 26
Requires: coreutils diffutils patch gzip bzip2 perl mktemp diffstat procmail
AutoReqProv: off
Source: %{name}-%{version}.tar.bz2
@ -81,6 +81,7 @@ make check
# sendmail to neededforbuild just because of this.
export NO_BRP_STALE_LINK_ERROR=yes
make install BUILD_ROOT=$RPM_BUILD_ROOT
mv $RPM_BUILD_ROOT/etc/bash_completion.d/quilt{,.sh}
#make rpmlint happy
chmod 755 $RPM_BUILD_ROOT/%{_datadir}/quilt/scripts/patchfns
# We only needed the /usr/bin/patch compatibility symlink for the
@ -106,7 +107,7 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/quilt/
/usr/share/emacs/
/usr/lib/quilt/
/etc/bash_completion.d/quilt
/etc/bash_completion.d/quilt.sh
%config /etc/quilt.quiltrc
%doc %{_mandir}/man1/guards.1.gz
%doc %{_mandir}/man1/quilt.1.gz
@ -115,6 +116,8 @@ rm -rf $RPM_BUILD_ROOT
%doc doc/quilt.pdf
%changelog
* Mon Aug 18 2008 schwab@suse.de
- Fix name of completions file.
* Tue Aug 12 2008 bwalle@suse.de
- fix completion of "quilt fold" (bnc#415762)
- mark /etc/quilt.quiltrc as %%config (rpmlint)