Hello community,

here is the log from the commit of package apulse for openSUSE:Factory checked 
in at 2015-09-02 00:35:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apulse (Old)
 and      /work/SRC/openSUSE:Factory/.apulse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apulse"

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

--- /dev/null   2015-08-24 19:43:32.284261900 +0200
+++ /work/SRC/openSUSE:Factory/.apulse.new/apulse.changes       2015-09-02 
00:35:45.000000000 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Thu Aug 20 17:47:01 UTC 2015 - sor.ale...@meowr.ru
+
+- Initial package.

New:
----
  apulse-0.1.6.tar.gz
  apulse.changes
  apulse.spec
  baselibs.conf

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

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


%define __provides_exclude_from ^%{_libdir}/apulse/.*.so.*$
Name:           apulse
Version:        0.1.6
Release:        0
Summary:        PulseAudio emulation for ALSA
License:        MIT
Group:          System/Libraries
Url:            https://github.com/i-rinat/apulse
Source:         
https://github.com/i-rinat/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1:        baselibs.conf
BuildRequires:  cmake
BuildRequires:  gcc-c++
BuildRequires:  pkg-config
BuildRequires:  pkgconfig(alsa)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(libpulse) >= 5.0
%if %{?_lib} == lib64
Recommends:     %{name}-32bit = %{version}
%endif

%description
PulseAudio emulation intended to be used with Skype.

%prep
%setup -q

%build
%cmake \
  -DUSE_BUNDLED_PULSEAUDIO_HEADERS=0 \
  -DAPULSEPATH=%{_libdir}/%{name}/
make %{?_smp_mflags}

%install
%cmake_install
rm -f %{buildroot}%{_libdir}/%{name}/*.so

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc LICENSE.MIT README.md
%{_bindir}/%{name}
%{_libdir}/%{name}/

%changelog
++++++ baselibs.conf ++++++
apulse

Reply via email to