Hello community,

here is the log from the commit of package cscope for openSUSE:Factory
checked in at Mon May 2 14:38:08 CEST 2011.



--------
--- cscope/cscope.changes       2009-05-04 14:06:08.000000000 +0200
+++ /mounts/work_src_done/STABLE/cscope/cscope.changes  2011-04-29 
14:33:51.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Apr 29 12:26:43 UTC 2011 - pu...@novell.com
+
+- use spec-cleaner
+- package cscope-indexer (bnc#690457)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cscope.spec ++++++
--- /var/tmp/diff_new_pack.JBqH5Y/_old  2011-05-02 14:36:46.000000000 +0200
+++ /var/tmp/diff_new_pack.JBqH5Y/_new  2011-05-02 14:36:46.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package cscope (Version 15.7a)
+# spec file for package cscope
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,41 +15,29 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           cscope
-BuildRequires:  ncurses-devel
-BuildRequires:  flex
-BuildRequires:  bison
-License:        BSD 3-Clause
-Group:          Development/Tools/Navigators
-AutoReqProv:    on
 Version:        15.7a
-Release:        1
+Release:        11
+License:        BSD3c
 Summary:        Interactive Tool for Browsing C Source Code
+Url:            http://cscope.sourceforge.net/
+Group:          Development/Tools/Navigators
 Source:         %{name}-%{version}.tar.bz2
 Patch1:         %{name}-null.patch
 Patch2:         %{name}-15.7-gcc-warnings.patch
 Patch3:         %{name}-15.7-vpath.patch
 Patch5:         %{name}-cleanup_on_sigterm.patch
-Url:            http://cscope.sourceforge.net/
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  ncurses-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Cscope is an interactive, screen-oriented tool that allows the user to
 browse through C source code files for specified elements of code.
 
-
-
-Authors:
---------
-    Petr Sorfa <p...@users.sourceforge.net>
-    Mike Hopkirk <h...@sco.com>
-    Darrylo Okahata <darr...@users.sourceforge.net>
-    Hans-Bernhard Broeker <broe...@physik.rwth-aachen.de>
-    Joshua Uziel <u...@suse.com>
-
 %prep
 %setup -q
 %patch1 -p1
@@ -63,16 +51,17 @@
 make
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{_bindir}
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
-install -m 755 src/cscope $RPM_BUILD_ROOT%{_bindir}/cscope
-install -m 644 doc/cscope.1 $RPM_BUILD_ROOT%{_mandir}/man1/cscope.1
+mkdir -p %{buildroot}%{_bindir}
+mkdir -p %{buildroot}%{_mandir}/man1
+install -m 755 src/cscope %{buildroot}%{_bindir}/cscope
+install -m 644 doc/cscope.1 %{buildroot}%{_mandir}/man1/cscope.1
+install -m 755 contrib/xcscope/cscope-indexer 
%{buildroot}%{_bindir}/cscope-indexer
 pushd contrib
-%makeinstall
+%make_install
 popd
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
@@ -80,5 +69,6 @@
 %doc %{_mandir}/man1/cscope.1.gz
 %{_bindir}/cscope
 %{_bindir}/ocs
+%{_bindir}/cscope-indexer
 
 %changelog


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to