Hello community,

here is the log from the commit of package mythes for openSUSE:Factory checked 
in at 2012-12-20 11:02:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mythes (Old)
 and      /work/SRC/openSUSE:Factory/.mythes.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mythes", Maintainer is ""

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

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.mythes.new/mythes.changes       2012-12-20 
11:02:33.000000000 +0100
@@ -0,0 +1,15 @@
+-------------------------------------------------------------------
+Mon Dec 17 15:25:29 UTC 2012 - [email protected]
+
+- Remove copy&pastos.
+
+-------------------------------------------------------------------
+Mon Dec 17 15:19:40 UTC 2012 - [email protected]
+
+- Whitespace
+
+-------------------------------------------------------------------
+Mon Dec 17 15:16:11 UTC 2012 - [email protected]
+
+- Initial commit with version 1.2.3.
+

New:
----
  mythes-1.2.3.tar.gz
  mythes.changes
  mythes.spec

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

Other differences:
------------------
++++++ mythes.spec ++++++
#
# spec file for package mythes
#
# 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 libmythes-1_2-0

Name:           mythes
Version:        1.2.3
Release:        0
License:        BSD-2-Clause and MIT
Summary:        A simple thesaurus for Libreoffice
Url:            http://hunspell.sourceforge.net/
Group:          System/Libraries
Source0:        %name-%version.tar.gz
BuildRequires:  pkgconfig
BuildRequires:  hunspell-devel
BuildRequires:  gcc-c++
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
MyThes is a simple thesaurus that uses a structured text data file and an
index file with binary search to look up words and phrases and return 
information on part of speech, meanings, and synonyms.

%package -n %libname
Summary:        A simple thesaurus for Libreoffice
Group:          System/Libraries

%description -n %libname
MyThes is a simple thesaurus that uses a structured text data file and an
index file with binary search to look up words and phrases and return
information on part of speech, meanings, and synonyms.

%package devel
Summary:        Files for Developing with %name
Group:          Development/Libraries/C and C++
Requires:       %libname = %version

%description devel
MyThes is a simple thesaurus that uses a structured text data file and an
index file with binary search to look up words and phrases and return
information on part of speech, meanings, and synonyms.

This package contains the %name development files.

%prep
%setup -q

%build
%configure \
        --disable-static \
        --disable-rpath
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 -n %libname
%defattr(-,root,root)
%doc COPYING README* AUTHORS
%_libdir/*.so.*

%files devel
%defattr(-,root,root)
%_libdir/*.so
%_libdir/pkgconfig/%{name}*.pc
%_includedir/%{name}*
%_bindir/th_gen_idx.pl

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

Reply via email to