Resolves: bz 925201
This commit is contained in:
parent
52ae26d553
commit
7ff047163b
11
cscope-15.8-configure-in.patch
Normal file
11
cscope-15.8-configure-in.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
diff -up ./configure.in.orig ./configure.in
|
||||||
|
--- ./configure.in.orig 2013-03-25 11:56:12.588450042 -0400
|
||||||
|
+++ ./configure.in 2013-03-25 11:56:19.723645454 -0400
|
||||||
|
@@ -14,6 +14,7 @@ dnl AC_CHECK_YACC
|
||||||
|
dnl Checks for programs.
|
||||||
|
AC_PROG_INSTALL
|
||||||
|
AC_PROG_CC
|
||||||
|
+AM_PROG_CC_C_O
|
||||||
|
AC_EXEEXT
|
||||||
|
AM_PROG_LEX
|
||||||
|
AM_CONDITIONAL(USING_LEX, test "x$LEX" = "xlex")
|
@ -1,13 +1,14 @@
|
|||||||
Summary: C source code tree search and browse tool
|
Summary: C source code tree search and browse tool
|
||||||
Name: cscope
|
Name: cscope
|
||||||
Version: 15.8
|
Version: 15.8
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Source0: https://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
Source0: https://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
||||||
URL: http://cscope.sourceforge.net
|
URL: http://cscope.sourceforge.net
|
||||||
License: BSD and GPLv2+
|
License: BSD and GPLv2+
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}
|
BuildRoot: %{_tmppath}/%{name}-%{version}
|
||||||
BuildRequires: pkgconfig ncurses-devel flex bison m4
|
BuildRequires: pkgconfig ncurses-devel flex bison m4
|
||||||
|
BuildRequires: autoconf
|
||||||
Requires: emacs-filesystem xemacs-filesystem
|
Requires: emacs-filesystem xemacs-filesystem
|
||||||
|
|
||||||
%define cscope_share_path %{_datadir}/cscope
|
%define cscope_share_path %{_datadir}/cscope
|
||||||
@ -16,6 +17,7 @@ Requires: emacs-filesystem xemacs-filesystem
|
|||||||
%define vim_plugin_path %{_datadir}/vim/vimfiles/plugin
|
%define vim_plugin_path %{_datadir}/vim/vimfiles/plugin
|
||||||
|
|
||||||
Patch0: cscope-invindex-sizing.patch
|
Patch0: cscope-invindex-sizing.patch
|
||||||
|
Patch1: cscope-15.8-configure-in.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
cscope is a mature, ncurses based, C source code tree browsing tool. It
|
cscope is a mature, ncurses based, C source code tree browsing tool. It
|
||||||
@ -27,6 +29,8 @@ matches for use in file editing.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p0
|
%patch0 -p0
|
||||||
|
%patch1 -p0
|
||||||
|
autoreconf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -83,6 +87,9 @@ rm -f %{emacs_lisp_path}/xcscope.el
|
|||||||
rm -f %{vim_plugin_path}/cctree.vim
|
rm -f %{vim_plugin_path}/cctree.vim
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 25 2013 Neil Horman <nhorman@redhat.com> - 15.8-5
|
||||||
|
- Updated to run autoreconf for impending aarch64 introduction (bz 925201)
|
||||||
|
|
||||||
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15.8-4
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15.8-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user