Hello community,

here is the log from the commit of package liblangtag for openSUSE:Factory 
checked in at 2012-11-15 09:42:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liblangtag (Old)
 and      /work/SRC/openSUSE:Factory/.liblangtag.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liblangtag", Maintainer is ""

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

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ /work/SRC/openSUSE:Factory/.liblangtag.new/liblangtag.changes       
2012-11-15 09:42:48.000000000 +0100
@@ -0,0 +1,29 @@
+-------------------------------------------------------------------
+Wed Nov 14 17:05:56 UTC 2012 - [email protected]
+
+- Fix Requires to demand glib2-devel not gtk1 variant
+  (thanks coolo)
+  * Fix copy&pasto in one summary.
+
+-------------------------------------------------------------------
+Tue Nov 13 08:40:34 UTC 2012 - [email protected]
+
+- Use both lpgl and mpl licenses.
+  * thanks to babelworx for the hint (merge request fails to
+    complete so doing it myself).
+
+-------------------------------------------------------------------
+Fri Nov  9 12:39:38 UTC 2012 - [email protected]
+
+- Fix desc not to contain mention of libexttextcat.
+
+-------------------------------------------------------------------
+Wed Nov  7 06:26:11 UTC 2012 - [email protected]
+
+- Add missing directory to the list.
+
+-------------------------------------------------------------------
+Tue Nov  6 15:20:40 UTC 2012 - [email protected]
+
+- Initial package. Version 0.4.0.
+

New:
----
  liblangtag-0.4.0.tar.bz2
  liblangtag.changes
  liblangtag.spec

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

Other differences:
------------------
++++++ liblangtag.spec ++++++
#
# spec file for package liblangtag
#
# 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 liblangtag1

Name:           liblangtag
Version:        0.4.0
Release:        0
License:        LGPL-3.0+ or MPL-2.0
Summary:        An interface library to access tags for identifying languages
Url:            https://github.com/tagoh/liblangtag/
Group:          Productivity/Publishing/Word
Source0:        %{name}-%{version}.tar.bz2
BuildRequires:  gcc-c++
BuildRequires:  glib2-devel
BuildRequires:  check
BuildRequires:  libxml2-devel
BuildRequires:  pkgconfig
BuildRequires:  gettext
BuildRequires:  gtk-doc
BuildRequires:  libtool
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
%{name} is an interface library to access tags for identifying
languages.

Features:
* several subtag registry database supports:
  - language
  - extlang
  - script
  - region
  - variant
  - extension
  - grandfathered
  - redundant
* handling of the language tags
  - parser
  - matching
  - canonicalizing

%package -n %{libname}
Summary:        C++ library for identification of the language from tags
Group:          System/Libraries

%description -n %{libname}
%{name} is an interface library to access tags for identifying
languages.

Features:
* several subtag registry database supports:
  - language
  - extlang
  - script
  - region
  - variant
  - extension
  - grandfathered
  - redundant
* handling of the language tags
  - parser
  - matching
  - canonicalizing

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

%description devel
%{name} is an interface library to access tags for identifying
languages.

Features:
* several subtag registry database supports:
  - language
  - extlang
  - script
  - region
  - variant
  - extension
  - grandfathered
  - redundant
* handling of the language tags
  - parser
  - matching
  - canonicalizing

This package contains the %{name} development files.

%package doc
Summary: Documentation of %{name} API
Group: Documentation/HTML
BuildArch: noarch

%description doc
The %{name}-doc package contains documentation files for %{name}.

%prep
%setup -q

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

%install
make DESTDIR=%{buildroot} install

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

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

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

%files -n %{libname}
%defattr(-,root,root)
%dir %{_libdir}/%{name}/
%dir %{_datadir}/%{name}/
%{_libdir}/*.so.1*
%{_libdir}/%{name}/*
%{_datadir}/%{name}/*

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

%files doc
%defattr(-,root,root)
%doc COPYING
%dir %{_datadir}/gtk-doc/html/
%{_datadir}/gtk-doc/html/%{name}


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


Reply via email to