Hello community, here is the log from the commit of package apulse for openSUSE:Factory checked in at 2018-03-19 23:37:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apulse (Old) and /work/SRC/openSUSE:Factory/.apulse.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apulse" Mon Mar 19 23:37:49 2018 rev:9 rq:587877 version:0.1.10 Changes: -------- --- /work/SRC/openSUSE:Factory/apulse/apulse.changes 2017-07-21 22:49:43.629952915 +0200 +++ /work/SRC/openSUSE:Factory/.apulse.new/apulse.changes 2018-03-19 23:37:50.438516899 +0100 @@ -0,0 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 12 17:50:15 UTC 2018 - [email protected] + +- Refresh spec-file via spec-cleaner. + * Add %license macro. + * Add cmake -LA option for print local variables. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apulse.spec ++++++ --- /var/tmp/diff_new_pack.JJL27Z/_old 2018-03-19 23:37:51.710471014 +0100 +++ /var/tmp/diff_new_pack.JJL27Z/_new 2018-03-19 23:37:51.714470869 +0100 @@ -1,7 +1,7 @@ # # spec file for package apulse # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -12,10 +12,9 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org # - %define __provides_exclude_from ^%{_libdir}/apulse/.*.so.*$ Name: apulse Version: 0.1.10 @@ -23,7 +22,7 @@ Summary: PulseAudio emulation for ALSA License: MIT Group: System/Libraries -Url: https://github.com/i-rinat/apulse +URL: https://github.com/i-rinat/apulse Source0: https://github.com/i-rinat/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: baselibs.conf Source2: %{name}.conf @@ -48,7 +47,7 @@ %patch0 -p1 %build -%cmake -DUSE_BUNDLED_PULSEAUDIO_HEADERS=OFF -DAPULSEPATH=%{_libdir}/%{name} +%cmake -LA -DUSE_BUNDLED_PULSEAUDIO_HEADERS=OFF -DAPULSEPATH=%{_libdir}/%{name} make %{?_smp_mflags} %install @@ -59,12 +58,16 @@ mkdir %{buildroot}%{_bindir} install %{SOURCE3} %{buildroot}%{_bindir} +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + %files -%defattr(-,root,root) -%{_bindir}/%{name} +%defattr(0644,root,root,-) +%license LICENSE.MIT +%doc README.md +%config(noreplace) %{_sysconfdir}/%{name}.conf +%attr(0755,root,root) %{_bindir}/%{name} %dir %{_libdir}/%{name} %{_libdir}/%{name}/libpulse*.so.* -%config(noreplace) %{_sysconfdir}/%{name}.conf -%doc LICENSE.MIT README.md %changelog
