forked from pool/quilt
This commit is contained in:
parent
bf7ba63b2d
commit
9fc4bd3c15
@ -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
|
Tue Aug 12 16:50:26 CEST 2008 - bwalle@suse.de
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ 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_cvs20080613
|
Version: 0.46_cvs20080613
|
||||||
Release: 20
|
Release: 26
|
||||||
Requires: coreutils diffutils patch gzip bzip2 perl mktemp diffstat procmail
|
Requires: coreutils diffutils patch gzip bzip2 perl mktemp diffstat procmail
|
||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -81,6 +81,7 @@ make check
|
|||||||
# 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
|
||||||
make install BUILD_ROOT=$RPM_BUILD_ROOT
|
make install BUILD_ROOT=$RPM_BUILD_ROOT
|
||||||
|
mv $RPM_BUILD_ROOT/etc/bash_completion.d/quilt{,.sh}
|
||||||
#make rpmlint happy
|
#make rpmlint happy
|
||||||
chmod 755 $RPM_BUILD_ROOT/%{_datadir}/quilt/scripts/patchfns
|
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
|
||||||
@ -106,7 +107,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/quilt/
|
/usr/share/quilt/
|
||||||
/usr/share/emacs/
|
/usr/share/emacs/
|
||||||
/usr/lib/quilt/
|
/usr/lib/quilt/
|
||||||
/etc/bash_completion.d/quilt
|
/etc/bash_completion.d/quilt.sh
|
||||||
%config /etc/quilt.quiltrc
|
%config /etc/quilt.quiltrc
|
||||||
%doc %{_mandir}/man1/guards.1.gz
|
%doc %{_mandir}/man1/guards.1.gz
|
||||||
%doc %{_mandir}/man1/quilt.1.gz
|
%doc %{_mandir}/man1/quilt.1.gz
|
||||||
@ -115,6 +116,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc doc/quilt.pdf
|
%doc doc/quilt.pdf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 18 2008 schwab@suse.de
|
||||||
|
- Fix name of completions file.
|
||||||
* Tue Aug 12 2008 bwalle@suse.de
|
* Tue Aug 12 2008 bwalle@suse.de
|
||||||
- fix completion of "quilt fold" (bnc#415762)
|
- fix completion of "quilt fold" (bnc#415762)
|
||||||
- mark /etc/quilt.quiltrc as %%config (rpmlint)
|
- mark /etc/quilt.quiltrc as %%config (rpmlint)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user