Hello community,

here is the log from the commit of package libexttextcat for openSUSE:Factory 
checked in at 2013-01-02 12:58:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libexttextcat (Old)
 and      /work/SRC/openSUSE:Factory/.libexttextcat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libexttextcat", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ /work/SRC/openSUSE:Factory/.libexttextcat.new/libexttextcat.changes 
2013-01-02 12:58:04.000000000 +0100
@@ -0,0 +1,47 @@
+-------------------------------------------------------------------
+Thu Dec 27 12:19:39 UTC 2012 - [email protected]
+
+- license update: BSD-4-Clause
+  BSD is not acceptable (not SPDX format). BSD-4-Clause is the better
+  choice because of e.g. src/fingerprint.c
+
+-------------------------------------------------------------------
+Wed Nov  7 10:36:25 UTC 2012 - [email protected]
+
+- Require data of the same version of the package.
+
+-------------------------------------------------------------------
+Tue Nov  6 14:46:35 UTC 2012 - [email protected]
+
+- Use variables instead of hard declarations.
+
+-------------------------------------------------------------------
+Tue Nov  6 14:45:17 UTC 2012 - [email protected]
+
+- Add vala dirs to the list so it builds.
+
+-------------------------------------------------------------------
+Tue Nov  6 13:02:28 UTC 2012 - [email protected]
+
+- License is BSD.
+
+-------------------------------------------------------------------
+Tue Nov  6 13:00:58 UTC 2012 - [email protected]
+
+- Homepage fix.
+
+-------------------------------------------------------------------
+Tue Nov  6 12:57:50 UTC 2012 - [email protected]
+
+- Remove copy&pasto requires.
+
+-------------------------------------------------------------------
+Tue Nov  6 12:55:54 UTC 2012 - [email protected]
+
+- Remove pointless file.
+
+-------------------------------------------------------------------
+Tue Nov  6 12:33:48 UTC 2012 - [email protected]
+
+- Initial commit of 3.4.0 release.
+

New:
----
  libexttextcat-3.4.0.tar.xz
  libexttextcat.changes
  libexttextcat.spec

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

Other differences:
------------------
++++++ libexttextcat.spec ++++++
#
# spec file for package libexttextcat
#
# Copyright (c) 2012 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define libname libexttextcat-2_0-0

Name:           libexttextcat
Version:        3.4.0
Release:        0
License:        BSD-4-Clause
Summary:        Text categorization library datafiles and documents
Url:            http://www.freedesktop.org/wiki/Software/%{name}
Group:          Productivity/Text/Convertors
Source0:        
http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
BuildRequires:  pkgconfig
BuildRequires:  xz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Obsoletes: libtextcat < 3.2.0
Provides: libtextcat = %{version}

%description
The %{name} is a library implementing N-gram-based text categorization

%package -n %{libname}
Summary:        Text categorization library
Group:          System/Libraries
Requires:       %{name} = %{version}

%description -n %{libname}
The %{name} is a library implementing N-gram-based text categorization

%package devel
Summary:        Files for Developing with %{name}
Group:          Development/Libraries/C and C++
Requires:       %{libname} = %{version}
Obsoletes:      libtextcat-devel < 3.2.0
Provides:       libtextcat-devel = %{version}

%description devel
The %{name} is a library implementing N-gram-based text categorization

This package contains the libexttextcat development files.

%package tools
Summary:        Tool for creating custom document fingerprints
Group:          Productivity/Text/Convertors

%description tools
The %{name}-tools package contains the createfp program that allows
you to easily create your own document fingerprints.

%prep
%setup -q

%build
%configure \
        --disable-static \
        --disable-werror \
        --docdir=%_docdir/%name
make %{?_smp_mflags}

%install
make DESTDIR=%{buildroot} install

rm %{buildroot}%{_libdir}/*.la

%post -n %{libname} -p /sbin/ldconfig

%postun -n %{libname} -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc LICENSE README*
%{_datadir}/%{name}*

%files -n %{libname}
%defattr(-,root,root)
%{_libdir}/*.so.0*

%files devel
%defattr(-,root,root)
%dir %{_datadir}/vala
%dir %{_datadir}/vala/vapi
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}*.pc
%{_includedir}/%{name}*
%{_datadir}/vala/vapi/%{name}.vapi

%files tools
%defattr(-,root,root)
%{_bindir}/*

%changelog
++++++ libexttextcat-3.4.0.tar.xz ++++++
++++ 3835 lines (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


Reply via email to