Hello community,

here is the log from the commit of package prison-qt5 for openSUSE:Factory 
checked in at 2017-01-19 10:43:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prison-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.prison-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "prison-qt5"

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

--- /dev/null   2016-12-08 12:47:06.134691974 +0100
+++ /work/SRC/openSUSE:Factory/.prison-qt5.new/prison-qt5.changes       
2017-01-19 10:43:05.883446652 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Thu Dec 15 21:27:17 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Activate prison-qt5 package
+

New:
----
  baselibs.conf
  prison-5.29.0.tar.xz
  prison-qt5.changes
  prison-qt5.spec

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

Other differences:
------------------
++++++ prison-qt5.spec ++++++
#
# spec file for package prison-qt5
#
# 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/
#


%define sonum   5
%define rname prison
%define _libname KF5Prison
%define _tar_path 5.29
Name:           prison-qt5
Version:        5.29.0
Release:        0
Summary:        A barcode abstraction layer library
License:        MIT
Group:          System/GUI/KDE
Url:            https://projects.kde.org/prison
Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{rname}-%{version}.tar.xz
Source99:       baselibs.conf
BuildRequires:  cmake >= 2.8.12
BuildRequires:  extra-cmake-modules >= %{_tar_path}
BuildRequires:  fdupes
BuildRequires:  kf5-filesystem
BuildRequires:  pkg-config
BuildRequires:  cmake(Qt5Core) >= 5.5.0
BuildRequires:  cmake(Qt5Gui) >= 5.5.0
BuildRequires:  pkgconfig(libdmtx)
BuildRequires:  pkgconfig(libqrencode)
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Prison is abarcode abstraction layer library providing
uniform access to generation of barcodes with data.

%package -n lib%{_libname}%{sonum}
Summary:        A barcode abstraction layer library - development files
Group:          System/GUI/KDE

%description -n lib%{_libname}%{sonum}
Prison is abarcode abstraction layer library providing
uniform access to generation of barcodes with data.

%package -n prison-qt5-devel
Summary:        A barcode abstraction layer library - development files
Group:          Development/Libraries/C and C++
Requires:       lib%{_libname}%{sonum} = %{version}
Requires:       cmake(Qt5Gui) >= 5.5.0

%description -n prison-qt5-devel
Development files for prison, a barcode abstraction layer library providing
uniform access to generation of barcodes with data.

%prep
%setup -q -n %{rname}-%{version}

%build
  %cmake_kf5 -d build
  %make_jobs

%install
  %kf5_makeinstall -C build
  %fdupes %{buildroot}

%post -n lib%{_libname}%{sonum} -p /sbin/ldconfig

%postun -n lib%{_libname}%{sonum} -p /sbin/ldconfig

%files -n lib%{_libname}%{sonum}
%defattr(-,root,root)
%doc LICENSE README*
%{_libqt5_libdir}/lib%{_libname}*.so.*

%files -n prison-qt5-devel
%defattr(-,root,root)
%{_kf5_libdir}/cmake/KF5Prison/
%{_libqt5_libdir}/lib%{_libname}*.so
%{_kf5_includedir}/
%{_kf5_mkspecsdir}/qt_Prison.pri

%changelog
++++++ baselibs.conf ++++++
libKF5Prison5
prison-qt5-devel
        requires "libKF5Prison5-<targettype> = <version>"

Reply via email to