Hello community,

here is the log from the commit of package libksi for openSUSE:Factory checked 
in at 2015-07-08 06:59:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libksi (Old)
 and      /work/SRC/openSUSE:Factory/.libksi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libksi"

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

--- /dev/null   2015-06-25 09:04:34.320025005 +0200
+++ /work/SRC/openSUSE:Factory/.libksi.new/libksi.changes       2015-07-08 
06:59:16.000000000 +0200
@@ -0,0 +1,17 @@
+-------------------------------------------------------------------
+Fri Jul  3 13:16:47 UTC 2015 - [email protected]
+
+- correct license header of rest/resigner.c (as sent by copyright
+  holder in https://github.com/rgerhards/libksi/pull/1)
+
+-------------------------------------------------------------------
+Thu Jul  2 06:34:16 UTC 2015 - [email protected]
+
+- import and adjust from adiscon src rpm for SUSE
+
+-------------------------------------------------------------------
+Fri Jun 26 00:00:00 UTC 2015 - [email protected]
+
+- Created initial RPM for libksi!
+
+

New:
----
  libksi-3.2.2.0.tar.gz
  libksi.changes
  libksi.spec

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

Other differences:
------------------
++++++ libksi.spec ++++++
#
# spec file for package libksi
#
# Copyright (c) 2015 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/
#


Name:           libksi
Version:        3.2.2.0
Release:        0
Summary:        GuardTime KSI API
License:        Apache-2.0
Group:          Development/Libraries/C and C++
Url:            http://www.rsyslog.com/
# https://github.com/rsyslog/libksi
# extracted from 
http://rpms.adiscon.com/v8-stable/epel-7/x86_64/RPMS/libksi-3.2.2.0-1.el7.src.rpm
# Source0:        
http://libgt.adiscon.com/files/download/%{name}-%{version}.tar.gz
# applied: 488e6fb from https://github.com/rgerhards/libksi/pull/1
Source0:        %{name}-%{version}.tar.gz
BuildRequires:  curl-devel
BuildRequires:  openssl-devel
BuildRequires:  pkg-config
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
LibKSI - Keyless Signature Infrastructure GuardTime client library

%package -n %{name}0
Summary:        GuardTime KSI API
Group:          System/Libraries

%description -n %{name}0
LibKSI - Keyless Signature Infrastructure GuardTime client library

%package devel
Summary:        Development files for the %{name} package
Group:          Development/Libraries/C and C++
Requires:       %{name}0 = %{version}

%description devel
LibKSI - Keyless Signature Infrastructure GuardTime client library
The libksi-devel package contains the header files and libraries
needed to develop applications using libksi.

%prep
%setup -q

%build
%configure \
        --disable-static \
        --with-cafile=%{_sysconfdir}/ssl/ca-bundle.pem
make %{?_smp_mflags}

%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
find %{buildroot} -type f -name "*.la" -delete -print
rm -v %{buildroot}/%{_datadir}/doc/%{name}/license.txt
rm -v %{buildroot}/%{_datadir}/doc/%{name}/changelog

%check
#make check
#make test

%post -n %{name}0 -p /sbin/ldconfig

%postun -n %{name}0 -p /sbin/ldconfig

%files -n %{name}0
%defattr(-,root,root)
%doc license.txt changelog
%{_libdir}/libksi.so.0
%{_libdir}/libksi.so.0.0.0

%files devel
%defattr(-,root,root)
%doc license.txt changelog doc/
%{_includedir}/ksi
%{_libdir}/libksi.so
%{_libdir}/pkgconfig/libksi.pc

%changelog

Reply via email to