Hello community,

here is the log from the commit of package libgepub for openSUSE:Factory 
checked in at 2016-08-25 09:56:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgepub (Old)
 and      /work/SRC/openSUSE:Factory/.libgepub.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgepub"

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

--- /dev/null   2016-07-07 10:01:34.856033756 +0200
+++ /work/SRC/openSUSE:Factory/.libgepub.new/libgepub.changes   2016-08-25 
09:56:51.000000000 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Tue Aug 23 15:22:02 UTC 2016 - dims...@opensuse.org
+
+- Initial package, version 0.3.
+

New:
----
  _service
  _servicedata
  libgepub-0.3.tar.xz
  libgepub.changes
  libgepub.spec

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

Other differences:
------------------
++++++ libgepub.spec ++++++
#
# spec file for package libgepub
#
# Copyright (c) 2016 SUSE LINUX 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/
#


%global sover   0
Name:           libgepub
Version:        0.3
Release:        0
Summary:        Epub Documents library
License:        LGPL-2.1+
Group:          Development/Languages/C and C++
Url:            https://git.gnome.org/browse/libgepub
Source:         %{name}-%{version}.tar.xz
BuildRequires:  gnome-common
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(gio-2.0)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gobject-2.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.30.0
BuildRequires:  pkgconfig(gtk+-3.0)
BuildRequires:  pkgconfig(libarchive)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
A GObject based library for handling and rendering epub documents.

%package -n %{name}%{sover}
Summary:        Epub Documents library -- Shared library
Group:          System/Libraries

%description -n %{name}%{sover}
A GObject based library for handling and rendering epub documents.

%package -n typelib-1_0-Gepub-0_3
Summary:        Epub Documents library -- Introspection bindings
Group:          System/Libraries

%description -n typelib-1_0-Gepub-0_3
A GObject based library for handling and rendering epub documents.

%package devel
Summary:        Epub Documents library -- Development files
Group:          Development/Languages/C and C++
Requires:       %{name}%{sover} = %{version}
Requires:       typelib-1_0-Gepub-0_3 = %{version}

%description devel
A GObject based library for handling and rendering epub documents.

%prep
%setup -q

%build
./autogen.sh
%configure \
    --disable-static
make %{?_smp_mflags}

%install
make %{?_smp_mflags} DESTDIR=%{buildroot} install
find %{buildroot} -type f -name "*.la" -delete -print

%post   -n %{name}%{sover} -p /sbin/ldconfig
%postun -n %{name}%{sover} -p /sbin/ldconfig

%files -n %{name}%{sover}
%defattr(-,root,root)
%doc README COPYING
%{_libdir}/%{name}.so.*

%files -n typelib-1_0-Gepub-0_3
%defattr(-,root,root)
%{_libdir}/girepository-1.0/Gepub-0.3.typelib

%files devel
%defattr(-,root,root)
%{_includedir}/%{name}/
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
%{_datadir}/gir-1.0/Gepub-0.3.gir

%changelog
++++++ _service ++++++
<services>
  <service mode="disabled" name="tar_scm">
    <param name="url">git://git.gnome.org/libgepub</param>
    <param name="scm">git</param>
    <param name="versionformat">@PARENT_TAG@</param>
    <param name="changesgenerate">enable</param>
    <param name="revision">refs/tags/0.3</param>
  </service>
  <service mode="disabled" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="disabled" name="set_version" />
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
            <param name="url">git://git.gnome.org/libgepub</param>
          <param 
name="changesrevision">f1c9898c40762d89e0fa7e9094c00265e183adbb</param></service></servicedata>

Reply via email to