Hello community,

here is the log from the commit of package clucene-core for openSUSE:Factory
checked in at Thu Sep 15 12:04:32 CEST 2011.



--------
--- clucene-core/clucene-core.changes   2009-12-15 23:05:21.000000000 +0100
+++ /mounts/work_src_done/STABLE/clucene-core/clucene-core.changes      
2011-09-14 17:12:13.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Sep 14 15:09:49 UTC 2011 - idon...@suse.com
+
+- Fix license string to be LGPL-2.1 or Apache-2.0 , bnc#717711 
+
+-------------------------------------------------------------------
+Tue Sep 13 11:38:36 UTC 2011 - idon...@suse.com
+
+- Fix license string
+- Use the correct tarball URL
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  clucene-core-0.9.21.tar.bz2

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

Other differences:
------------------
++++++ clucene-core.spec ++++++
--- /var/tmp/diff_new_pack.9ZzFS4/_old  2011-09-15 12:04:28.000000000 +0200
+++ /var/tmp/diff_new_pack.9ZzFS4/_new  2011-09-15 12:04:28.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package clucene-core (Version 0.9.21)
+# spec file for package clucene-core
 #
-# 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,95 +15,60 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           clucene-core
-%define pkg_name clucene-core
 Version:        0.9.21
-Release:        4
-License:        ASLv..
-Group:          Development/Libraries/C and C++
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  doxygen gcc-c++
+Release:        77
+License:        LGPL-2.1 or Apache-2.0
+Summary:        CLucene is a C++ port of Lucene
 Url:            http://clucene.sourceforge.net/
-Source:         
http://prdownloads.sourceforge.net/clucene/%{pkg_name}-%{version}-stripped.tar.bz2
+Group:          Development/Libraries/C and C++
+Source:         
http://prdownloads.sourceforge.net/clucene/%{name}-%{version}.tar.bz2
 Source2:        baselibs.conf
 Patch0:         gcc-4.4.diff
-Summary:        CLucene is a C++ port of Lucene
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 CLucene is a C++ port of Lucene. It is a high-performance,
 full-featured text search engine written in C++. CLucene is faster than
 lucene as it is written in C++.
 
-
-
-Authors:
---------
-    Doug Cutting
-    John Wheeler
-    Robert G. Ristroph
-    David Rushby
-    Jimmy Pritts
-    Peter Edwards
-    Jorge Sabater Redondo
-    Daniel Glassey
-    Peter Gladkikh
-    Pedja
-    Peter Hodges
-    Ben van Klinken
-
 %package devel
-License:        ASLv..
+
+Summary:        Development files for clucene library
 Group:          Development/Libraries/C and C++
-Requires:       %{name} = %{version} libstdc++-devel
-Summary:        CLucene is a C++ port of Lucene
+Requires:       %{name} = %{version}
+Requires:       libstdc++-devel
 
 %description devel
 CLucene is a C++ port of Lucene. It is a high-performance,
 full-featured text search engine written in C++. CLucene is faster than
 lucene as it is written in C++.
 
-
-
-Authors:
---------
-    Doug Cutting
-    John Wheeler
-    Robert G. Ristroph
-    David Rushby
-    Jimmy Pritts
-    Peter Edwards
-    Jorge Sabater Redondo
-    Daniel Glassey
-    Peter Gladkikh
-    Pedja
-    Peter Hodges
-
 %prep
-%setup -q -n %{pkg_name}-%{version}
+%setup -q
 %patch0
-if [ -e test/data ]; then
-    echo "test/data is not allowed to be distributed."
-    echo "see #253602"
-    exit -1
-fi
+
+# test/data is not allowed to be distributed bnc#253602
+rm -rf test/data/reuters* tests/data/utf*
 
 %build
 ./autogen.sh
 %configure --with-pic --disable-static
-%{__make} %{?jobs:-j %jobs}
+make %{?_smp_mflags}
 
 %check
-%{__make} check || true
+make check || true
 
 %install
-%makeinstall
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+%make_install
+rm -f %{buildroot}%{_libdir}/*.la
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 %post -p /sbin/ldconfig
 


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



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