Browse Source

upgrading package: cscope 15.8 -> 15.8b

master
parent
commit
a0cf96049e
  1. 12
      cscope/cscope.patch
  2. 8
      cscope/cscope.spec

12
cscope/cscope.patch

@ -1,16 +1,16 @@
Index: Makefile.in
--- Makefile.in.orig 2006-09-30 17:14:58 +0200
+++ Makefile.in 2006-10-24 08:52:41 +0200
@@ -202,12 +202,9 @@
--- Makefile.in.orig 2016-03-05 16:10:45.852581000 +0100
+++ Makefile.in 2016-03-05 16:11:17.663273268 +0100
@@ -330,12 +330,9 @@
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- $(SHELL) ./config.status --recheck
$(top_srcdir)/configure: $(am__configure_deps)
- cd $(srcdir) && $(AUTOCONF)
- $(am__cd) $(srcdir) && $(AUTOCONF)
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
- cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
- $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
$(am__aclocal_m4_deps):
config.h: stamp-h1
@if test ! -f $@; then \

8
cscope/cscope.spec

@ -31,11 +31,11 @@ Distribution: OpenPKG Community
Class: PLUS
Group: Development
License: BSD
Version: 15.8
Release: 20120616
Version: 15.8b
Release: 20160305
# list of sources
Source0: http://download.sourceforge.net/cscope/cscope-%{version}.tar.bz2
Source0: http://download.sourceforge.net/cscope/cscope-%{version}.tar.gz
Patch0: cscope.patch
# build information
@ -52,7 +52,7 @@ PreReq: OpenPKG, openpkg >= 20100101, ncurses
prog cscope = {
version = %{version}
url = http://sourceforge.net/projects/cscope/files/
regex = cscope-(__VER__)\.tar\.bz2
regex = cscope-(__VER__)\.tar\.gz
}
%prep

Loading…
Cancel
Save