Hello community,

here is the log from the commit of package libsoc for openSUSE:Factory checked 
in at 2016-11-21 14:25:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsoc (Old)
 and      /work/SRC/openSUSE:Factory/.libsoc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsoc"

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

--- /dev/null   2016-10-27 01:54:32.792041256 +0200
+++ /work/SRC/openSUSE:Factory/.libsoc.new/libsoc.changes       2016-11-21 
14:25:31.000000000 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Tue Aug 30 21:15:56 UTC 2016 - [email protected]
+
+- Initial package for version 0.8.2
+

New:
----
  libsoc-0.8.2.tar.gz
  libsoc.changes
  libsoc.spec

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

Other differences:
------------------
++++++ libsoc.spec ++++++
#
# spec file for package libsoc
#
# 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 sover   2
Name:           libsoc
Version:        0.8.2
Release:        0
Summary:        C library for interfacing with common SoC peripherals
License:        LGPL-2.1
Group:          Development/Libraries/C and C++
Url:            https://github.com/jackmitch/libsoc
Source0:        
https://github.com/jackmitch/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  libtool
BuildRequires:  fdupes
BuildRequires:  pkgconfig
BuildRequires:  i2c-tools
BuildRequires:  pkgconfig(python3)
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
libsoc is a C library to interface with common peripherals found in System
on Chips (SoC) through generic Linux Kernel interfaces.

It is aimed at new Linux users, and intends to be a stepping stone to
enable a user to get started quickly. It is optimised for reliability
rather than speed. While the library should be fast, no guarantees are made
on it's determinism and it should not be used in time critical routines.

%package -n %{name}%{sover}
Summary:        C library for interfacing with common SoC peripherals
Group:          System/Libraries
Recommends:     %{name}-common

%description -n %{name}%{sover}
libsoc is a C library to interface with common peripherals found in System
on Chips (SoC) through generic Linux Kernel interfaces.

It is aimed at new Linux users, and intends to be a stepping stone to
enable a user to get started quickly. It is optimised for reliability
rather than speed. While the library should be fast, no guarantees are made
on it's determinism and it should not be used in time critical routines.

%package -n %{name}-common
Summary:        Common files for %{name}
Group:          Development/Languages/C and C++

%description -n %{name}-common
libsoc is a C library to interface with common peripherals found in System
on Chips (SoC) through generic Linux Kernel interfaces.

It is aimed at new Linux users, and intends to be a stepping stone to
enable a user to get started quickly. It is optimised for reliability
rather than speed. While the library should be fast, no guarantees are made
on it's determinism and it should not be used in time critical routines.

This package contains common config files for %{name}.

%package -n python3-%{name}
Summary:        Python3 bindings for %{name}
Group:          Development/Languages/Python
Requires:       %{name}%{sover} = %{version}

%description -n python3-%{name}
libsoc is a C library to interface with common peripherals found in System
on Chips (SoC) through generic Linux Kernel interfaces.

It is aimed at new Linux users, and intends to be a stepping stone to
enable a user to get started quickly. It is optimised for reliability
rather than speed. While the library should be fast, no guarantees are made
on it's determinism and it should not be used in time critical routines.

This package contains python3 bindings for %{name}.

%package devel
Summary:        Development files for %{name}
Group:          Development/Languages/C and C++
Requires:       %{name}%{sover} = %{version}

%description devel
libsoc is a C library to interface with common peripherals found in System
on Chips (SoC) through generic Linux Kernel interfaces.

It is aimed at new Linux users, and intends to be a stepping stone to
enable a user to get started quickly. It is optimised for reliability
rather than speed. While the library should be fast, no guarantees are made
on it's determinism and it should not be used in time critical routines.

This package contains development files for %{name}.

%prep
%setup -q

%build
autoreconf -fiv
%configure \
  --enable-python=3 \
  --enable-static=no \
  --with-board-configs
make %{?_smp_mflags} V=1

%install
%make_install
%fdupes -s %{buildroot}%{python3_sitearch}
rm -rf %{buildroot}%{_libdir}/libsoc.la

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

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

%files -n %{name}-common
%defattr(-,root,root)
%{_datadir}/%{name}

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

%files -n python3-%{name}
%defattr(-,root,root)
%{python3_sitearch}/*

%changelog

Reply via email to