Blame SPECS/pipewire.spec

bc303d
%global apiversion   0.3
bc303d
%global spaversion   0.2
2e5435
2e5435
#global snap       20141103
2e5435
#global gitrel     327
2e5435
#global gitcommit  aec811798cd883a454b9b5cd82c77831906bbd2d
2e5435
#global shortcommit %(c=%{gitcommit}; echo ${c:0:5})
2e5435
2e5435
# https://bugzilla.redhat.com/983606
2e5435
%global _hardened_build 1
2e5435
2e5435
# where/how to apply multilib hacks
2e5435
%global multilib_archs x86_64 %{ix86} ppc64 ppc s390x s390 sparc64 sparcv9 ppc64le
2e5435
bc303d
%global enable_alsa 1
bc303d
bc303d
%if 0%{?fedora}
bc303d
%global enable_jack 1
bc303d
%global enable_pulse 1
bc303d
%global enable_vulkan 1
bc303d
%endif
bc303d
bc303d
# libpulse and libjack subpackages shouldn't have library provides
bc303d
# as the files they ship are not in the linker path. We also have
bc303d
# to exclude requires or else the subpackages wind up requiring the
bc303d
# libs they're no longer providing
bc303d
# FIXME: the jack-audio-connection-kit and pulseaudio subpackages
bc303d
# should get the auto-generated Provides: instead, but they do not,
bc303d
# either with or without the lines below, not sure how to fix that
bc303d
%global __provides_exclude_from ^%{_libdir}/pipewire-%{apiversion}/.*$
bc303d
%global __requires_exclude_from ^%{_libdir}/pipewire-%{apiversion}/.*$
bc303d
2e5435
Name:           pipewire
2e5435
Summary:        Media Sharing Server
bc303d
Version:        0.3.6
2e5435
Release:        1%{?snap:.%{snap}git%{shortcommit}}%{?dist}
bc303d
License:        MIT
2e5435
URL:            https://pipewire.org/
2e5435
%if 0%{?gitrel}
2e5435
# git clone git://anongit.freedesktop.org/gstreamer/pipewire
2e5435
# cd pipewire; git reset --hard %{gitcommit}; ./autogen.sh; make; make distcheck
2e5435
Source0:        pipewire-%{version}-%{gitrel}-g%{shortcommit}.tar.gz
2e5435
%else
bc303d
Source0:	https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/%{version}/pipewire-%{version}.tar.gz
2e5435
%endif
2e5435
2e5435
## upstream patches
2e5435
2e5435
## upstreamable patches
2e5435
bc303d
## fedora patches
bc303d
Patch0:		0001-conf-disable-bluez5.patch
bc303d
bc303d
BuildRequires:  meson >= 0.49.0
2e5435
BuildRequires:  gcc
2e5435
BuildRequires:  pkgconfig
2e5435
BuildRequires:  pkgconfig(libudev)
2e5435
BuildRequires:  pkgconfig(dbus-1)
2e5435
BuildRequires:  pkgconfig(glib-2.0) >= 2.32
2e5435
BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.32
2e5435
BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.10.0
2e5435
BuildRequires:  pkgconfig(gstreamer-base-1.0) >= 1.10.0
2e5435
BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 1.10.0
2e5435
BuildRequires:  pkgconfig(gstreamer-net-1.0) >= 1.10.0
2e5435
BuildRequires:  pkgconfig(gstreamer-allocators-1.0) >= 1.10.0
bc303d
%if 0%{?enable_vulkan}
bc303d
BuildRequires:  pkgconfig(vulkan)
bc303d
%endif
bc303d
BuildRequires:  pkgconfig(bluez)
2e5435
BuildRequires:  systemd-devel >= 184
2e5435
BuildRequires:  alsa-lib-devel
2e5435
BuildRequires:  libv4l-devel
2e5435
BuildRequires:  doxygen
2e5435
BuildRequires:  xmltoman
2e5435
BuildRequires:  graphviz
2e5435
BuildRequires:  sbc-devel
bc303d
BuildRequires:  libsndfile-devel
2e5435
2e5435
Requires(pre):  shadow-utils
2e5435
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
2e5435
Requires:       systemd >= 184
2e5435
Requires:       rtkit
2e5435
2e5435
# https://bugzilla.redhat.com/983606
2e5435
%global _hardened_build 1
2e5435
2e5435
## enable systemd activation
2e5435
%global systemd 1
2e5435
2e5435
%description
2e5435
PipeWire is a multimedia server for Linux and other Unix like operating
2e5435
systems.
2e5435
2e5435
%package libs
2e5435
Summary:        Libraries for PipeWire clients
bc303d
License:        MIT
3d7f7c
Recommends:     %{name}%{?_isa} = %{version}-%{release}
2e5435
2e5435
%description libs
2e5435
This package contains the runtime libraries for any application that wishes
2e5435
to interface with a PipeWire media server.
2e5435
bc303d
%package gstreamer
bc303d
Summary:        GStreamer elements for PipeWire
bc303d
License:        MIT
bc303d
Recommends:     %{name}%{?_isa} = %{version}-%{release}
bc303d
bc303d
%description gstreamer
bc303d
This package contains GStreamer elements to interface with a
bc303d
PipeWire media server.
bc303d
2e5435
%package devel
2e5435
Summary:        Headers and libraries for PipeWire client development
bc303d
License:        MIT
2e5435
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
2e5435
%description devel
2e5435
Headers and libraries for developing applications that can communicate with
2e5435
a PipeWire media server.
2e5435
2e5435
%package doc
2e5435
Summary:        PipeWire media server documentation
bc303d
License:        MIT
2e5435
2e5435
%description doc
2e5435
This package contains documentation for the PipeWire media server.
2e5435
2e5435
%package utils
2e5435
Summary:        PipeWire media server utilities
bc303d
License:        MIT
2e5435
Requires:       %{name}%{?_isa} = %{version}-%{release}
2e5435
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
2e5435
2e5435
%description utils
2e5435
This package contains command line utilities for the PipeWire media server.
2e5435
bc303d
%if 0%{?enable_alsa}
bc303d
%package alsa
bc303d
Summary:        PipeWire media server ALSA support
bc303d
License:        MIT
bc303d
Recommends:     %{name}%{?_isa} = %{version}-%{release}
bc303d
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
bc303d
bc303d
%description alsa
bc303d
This package contains an ALSA plugin for the PipeWire media server.
bc303d
%endif
bc303d
bc303d
%if 0%{?enable_jack}
bc303d
%package libjack
bc303d
Summary:        PipeWire libjack library
bc303d
License:        MIT
bc303d
Recommends:     %{name}%{?_isa} = %{version}-%{release}
bc303d
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
bc303d
BuildRequires:  jack-audio-connection-kit-devel >= 1.9.10
bc303d
# Renamed in F32
bc303d
Obsoletes:      pipewire-jack < 0.2.96-2
bc303d
bc303d
%description libjack
bc303d
This package contains a PipeWire replacement for JACK audio connection kit
bc303d
"libjack" library.
bc303d
bc303d
%package jack-audio-connection-kit
bc303d
Summary:        PipeWire JACK implementation
bc303d
License:        MIT
bc303d
Recommends:     %{name}%{?_isa} = %{version}-%{release}
bc303d
Requires:       %{name}-libjack%{?_isa} = %{version}-%{release}
bc303d
BuildRequires:  jack-audio-connection-kit-devel >= 1.9.10
bc303d
Conflicts:      jack-audio-connection-kit
bc303d
Conflicts:      jack-audio-connection-kit-dbus
bc303d
Provides:       jack-audio-connection-kit
bc303d
bc303d
%description jack-audio-connection-kit
bc303d
This package provides a JACK implementation based on PipeWire
bc303d
bc303d
%package plugin-jack
bc303d
Summary:        PipeWire media server JACK support
bc303d
License:        MIT
bc303d
BuildRequires:  jack-audio-connection-kit-devel
bc303d
Recommends:     %{name}%{?_isa} = %{version}-%{release}
bc303d
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
bc303d
Requires:       jack-audio-connection-kit
bc303d
bc303d
%description plugin-jack
bc303d
This package contains the PipeWire spa plugin to connect to a JACK server.
bc303d
%endif
bc303d
bc303d
%if 0%{?enable_pulse}
bc303d
%package libpulse
bc303d
Summary:        PipeWire libpulse library
bc303d
License:        MIT
bc303d
Recommends:     %{name}%{?_isa} = %{version}-%{release}
bc303d
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
bc303d
BuildRequires:  pulseaudio-libs-devel
bc303d
# Renamed in F32
bc303d
Obsoletes:      pipewire-pulseaudio < 0.2.96-2
bc303d
bc303d
%description libpulse
bc303d
This package contains a PipeWire replacement for PulseAudio "libpulse" library.
bc303d
bc303d
%package pulseaudio
bc303d
Summary:        PipeWire PulseAudio implementation
bc303d
License:        MIT
bc303d
Recommends:     %{name}%{?_isa} = %{version}-%{release}
bc303d
Requires:       %{name}-libpulse%{?_isa} = %{version}-%{release}
bc303d
BuildRequires:  pulseaudio-libs-devel
bc303d
Conflicts:      pulseaudio-libs
bc303d
Conflicts:      pulseaudio-libs-glib2
bc303d
Provides:       pulseaudio-libs
bc303d
Provides:       pulseaudio-libs-glib2
bc303d
bc303d
%description pulseaudio
bc303d
This package provides a PulseAudio implementation based on PipeWire
bc303d
%endif
bc303d
2e5435
%prep
2e5435
%setup -q -T -b0 -n %{name}-%{version}%{?gitrel:-%{gitrel}-g%{shortcommit}}
2e5435
bc303d
%patch0 -p1 -b .0000
bc303d
2e5435
%build
bc303d
%meson \
bc303d
    -D docs=true -D man=true -D gstreamer=true -D systemd=true 		\
bc303d
    %{!?enable_jack:-D jack=false -D pipewire-jack=false} 		\
bc303d
    %{!?enable_pulse:-D pipewire-pulseaudio=false}			\
bc303d
    %{!?enable_alsa:-D pipewire-alsa=false}				\
bc303d
    %{!?enable_vulkan:-D vulkan=false}
2e5435
2e5435
%install
2e5435
%meson_install
2e5435
2e5435
mkdir %{buildroot}%{_userunitdir}/sockets.target.wants
2e5435
ln -s ../pipewire.socket %{buildroot}%{_userunitdir}/sockets.target.wants/pipewire.socket
2e5435
bc303d
%if 0%{?enable_jack}
bc303d
ln -s pipewire-%{apiversion}/jack/libjack.so.0 %{buildroot}%{_libdir}/libjack.so.0.1.0
bc303d
ln -s libjack.so.0.1.0 %{buildroot}%{_libdir}/libjack.so.0
bc303d
ln -s pipewire-%{apiversion}/jack/libjackserver.so.0 %{buildroot}%{_libdir}/libjackserver.so.0.1.0
bc303d
ln -s libjackserver.so.0.1.0 %{buildroot}%{_libdir}/libjackserver.so.0
bc303d
ln -s pipewire-%{apiversion}/jack/libjacknet.so.0 %{buildroot}%{_libdir}/libjacknet.so.0.1.0
bc303d
ln -s libjacknet.so.0.1.0 %{buildroot}%{_libdir}/libjacknet.so.0
bc303d
%endif
bc303d
bc303d
%if 0%{?enable_pulse}
bc303d
ln -s pipewire-%{apiversion}/pulse/libpulse.so.0 %{buildroot}%{_libdir}/libpulse.so.0
bc303d
ln -s pipewire-%{apiversion}/pulse/libpulse-simple.so.0 %{buildroot}%{_libdir}/libpulse-simple.so.0
bc303d
ln -s pipewire-%{apiversion}/pulse/libpulse-mainloop-glib.so.0 %{buildroot}%{_libdir}/libpulse-mainloop-glib.so.0
bc303d
%endif
bc303d
bc303d
%if 0%{?enable_alsa}
bc303d
mkdir -p %{buildroot}%{_sysconfdir}/alsa/conf.d/
bc303d
cp %{buildroot}%{_datadir}/alsa/alsa.conf.d/50-pipewire.conf \
bc303d
        %{buildroot}%{_sysconfdir}/alsa/conf.d/50-pipewire.conf
bc303d
cp %{buildroot}%{_datadir}/alsa/alsa.conf.d/99-pipewire-default.conf \
bc303d
        %{buildroot}%{_sysconfdir}/alsa/conf.d/99-pipewire-default.conf
bc303d
%endif
bc303d
2e5435
%check
bc303d
%ifarch s390x
bc303d
# FIXME: s390x FAIL: pw-test-stream, pw-test-endpoint
bc303d
%global tests_nonfatal 1
bc303d
%endif
bc303d
%meson_test || TESTS_ERROR=$?
bc303d
if [ "${TESTS_ERROR}" != "" ]; then
bc303d
echo "test failed"
bc303d
%{!?tests_nonfatal:exit $TESTS_ERROR}
bc303d
fi
2e5435
2e5435
%pre
2e5435
getent group pipewire >/dev/null || groupadd -r pipewire
2e5435
getent passwd pipewire >/dev/null || \
2e5435
    useradd -r -g pipewire -d %{_localstatedir}/run/pipewire -s /sbin/nologin -c "PipeWire System Daemon" pipewire
2e5435
exit 0
2e5435
3d7f7c
%ldconfig_scriptlets libs
2e5435
2e5435
%files
bc303d
%license LICENSE COPYING
bc303d
%doc README.md
2e5435
%if 0%{?systemd}
2e5435
%{_userunitdir}/pipewire.*
2e5435
%{_userunitdir}/sockets.target.wants/pipewire.socket
2e5435
%endif
2e5435
%{_bindir}/pipewire
bc303d
%{_bindir}/pipewire-media-session
2e5435
%{_mandir}/man1/pipewire.1*
3d7f7c
%dir %{_sysconfdir}/pipewire/
bc303d
%config(noreplace) %{_sysconfdir}/pipewire/pipewire.conf
3d7f7c
%{_mandir}/man5/pipewire.conf.5*
2e5435
2e5435
%files libs
bc303d
%license LICENSE COPYING
bc303d
%doc README.md
3d7f7c
%{_libdir}/libpipewire-%{apiversion}.so.*
bc303d
%{_libdir}/pipewire-%{apiversion}/libpipewire-*.so
bc303d
%dir %{_libdir}/spa-%{spaversion}
bc303d
%{_libdir}/spa-%{spaversion}/alsa/
bc303d
%{_libdir}/spa-%{spaversion}/audioconvert/
bc303d
%{_libdir}/spa-%{spaversion}/audiomixer/
bc303d
%{_libdir}/spa-%{spaversion}/bluez5/
bc303d
%{_libdir}/spa-%{spaversion}/control/
bc303d
%{_libdir}/spa-%{spaversion}/support/
bc303d
%{_libdir}/spa-%{spaversion}/v4l2/
bc303d
%{_libdir}/spa-%{spaversion}/videoconvert/
bc303d
%if 0%{?enable_vulkan}
bc303d
%{_libdir}/spa-%{spaversion}/vulkan/
bc303d
%endif
bc303d
bc303d
%files gstreamer
bc303d
%{_libdir}/gstreamer-1.0/libgstpipewire.*
2e5435
2e5435
%files devel
2e5435
%{_libdir}/libpipewire-%{apiversion}.so
bc303d
%{_includedir}/pipewire-%{apiversion}/
bc303d
%{_includedir}/spa-%{spaversion}/
2e5435
%{_libdir}/pkgconfig/libpipewire-%{apiversion}.pc
2e5435
%{_libdir}/pkgconfig/libspa-%{spaversion}.pc
2e5435
2e5435
%files doc
2e5435
%{_datadir}/doc/pipewire/html
2e5435
2e5435
%files utils
bc303d
%{_bindir}/pw-mon
bc303d
%{_bindir}/pw-metadata
bc303d
%{_bindir}/pw-mididump
bc303d
%{_bindir}/pw-midiplay
bc303d
%{_bindir}/pw-midirecord
bc303d
%{_bindir}/pw-cli
bc303d
%{_bindir}/pw-dot
bc303d
%{_bindir}/pw-cat
bc303d
%{_bindir}/pw-play
bc303d
%{_bindir}/pw-profiler
bc303d
%{_bindir}/pw-record
bc303d
%{_mandir}/man1/pw-mon.1*
bc303d
%{_mandir}/man1/pw-cli.1*
bc303d
%{_mandir}/man1/pw-cat.1*
bc303d
%{_mandir}/man1/pw-dot.1*
bc303d
%{_mandir}/man1/pw-metadata.1*
bc303d
%{_mandir}/man1/pw-mididump.1*
bc303d
%{_mandir}/man1/pw-profiler.1*
bc303d
2e5435
%{_bindir}/spa-monitor
2e5435
%{_bindir}/spa-inspect
2e5435
bc303d
%if 0%{?enable_alsa}
bc303d
%files alsa
bc303d
%{_libdir}/alsa-lib/libasound_module_pcm_pipewire.so
bc303d
%{_datadir}/alsa/alsa.conf.d/50-pipewire.conf
bc303d
%{_datadir}/alsa/alsa.conf.d/99-pipewire-default.conf
bc303d
%config(noreplace) %{_sysconfdir}/alsa/conf.d/50-pipewire.conf
bc303d
%config(noreplace) %{_sysconfdir}/alsa/conf.d/99-pipewire-default.conf
bc303d
%endif
bc303d
bc303d
%if 0%{?enable_jack}
bc303d
%files libjack
bc303d
%{_libdir}/pipewire-%{apiversion}/jack/libjack.so*
bc303d
%{_libdir}/pipewire-%{apiversion}/jack/libjacknet.so*
bc303d
%{_libdir}/pipewire-%{apiversion}/jack/libjackserver.so*
bc303d
%{_bindir}/pw-jack
bc303d
%{_mandir}/man1/pw-jack.1*
bc303d
bc303d
%files jack-audio-connection-kit
bc303d
%{_libdir}/libjack.so.*
bc303d
%{_libdir}/libjackserver.so.*
bc303d
%{_libdir}/libjacknet.so.*
bc303d
bc303d
%files plugin-jack
bc303d
%{_libdir}/spa-%{spaversion}/jack/
bc303d
%endif
bc303d
bc303d
%if 0%{?enable_pulse}
bc303d
%files libpulse
bc303d
%{_libdir}/pipewire-%{apiversion}/pulse/libpulse.so*
bc303d
%{_libdir}/pipewire-%{apiversion}/pulse/libpulse-simple.so*
bc303d
%{_libdir}/pipewire-%{apiversion}/pulse/libpulse-mainloop-glib.so*
bc303d
%{_bindir}/pw-pulse
bc303d
%{_mandir}/man1/pw-pulse.1*
bc303d
bc303d
%files pulseaudio
bc303d
%{_libdir}/libpulse.so.0
bc303d
%{_libdir}/libpulse-simple.so.0
bc303d
%{_libdir}/libpulse-mainloop-glib.so.0
bc303d
%endif
3d7f7c
2e5435
%changelog
bc303d
* Tue Jun 23 2020 Wim Taymans <wtaymans@redhat.com> - 0.3.6-1
bc303d
- Update to 0.3.6
bc303d
- Resolves: rhbz#1832347
bc303d
bc303d
* Mon Jun 15 2020 Wim Taymans <wtaymans@redhat.com> - 0.3.5-3
bc303d
- Rebuild
bc303d
- Resolves: rhbz#1832347
bc303d
bc303d
* Tue May 19 2020 Wim Taymans <wtaymans@redhat.com> - 0.3.5-2
bc303d
- Disable vulkan
bc303d
- Resolves: rhbz#1832347
bc303d
bc303d
* Tue May 19 2020 Wim Taymans <wtaymans@redhat.com> - 0.3.5-1
bc303d
- Update to 0.3.5
bc303d
- Disable pulse and jack
bc303d
- Add patch to work with meson 0.49
bc303d
- Add patch to fix neon compilation
bc303d
- Resolves: rhbz#1832347
bc303d
3d7f7c
* Fri Oct 18 2019 David King <dking@redhat.com> - 0.2.7-1
3d7f7c
- Rebase to 0.2.7 (#1748331)
3d7f7c
2e5435
* Fri Jan 11 2019 Wim Taymans <wtaymans@redhat.com> - 0.2.5-1
2e5435
- Update to 0.2.5
2e5435
- Revert patch that requires too new meson
2e5435
- Add patch to avoid invalid conversion error with C++ compilers
2e5435
- Resolves: #1664569
2e5435
2e5435
* Fri Nov 30 2018 Wim Taymans <wtaymans@redhat.com> - 0.2.4-1
2e5435
- Update to 0.2.4
2e5435
- Add defines for cursor and bitmap metadata
2e5435
- Revert patch that requires too new meson
2e5435
- Resolves: #1655028
2e5435
2e5435
* Thu Oct 18 2018 Wim Taymans <wtaymans@redhat.com> - 0.2.3-2
2e5435
- Add systemd socket activation
2e5435
- Resolves: #1639871
2e5435
2e5435
* Fri Oct 12 2018 Wim Taymans <wtaymans@redhat.com> - 0.2.3-1
2e5435
- Update to 0.2.3
2e5435
- Resolves: #1638046
2e5435
2e5435
* Wed Aug 01 2018 Wim Taymans <wtaymans@redhat.com> - 0.2.2-1
2e5435
- Update to 0.2.2
2e5435
2e5435
* Tue Feb 27 2018 Wim Taymans <wtaymans@redhat.com> - 0.1.9-1
2e5435
- Update to 0.1.9
2e5435
2e5435
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-3
2e5435
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2e5435
2e5435
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.8-2
2e5435
- Switch to %%ldconfig_scriptlets
2e5435
2e5435
* Tue Jan 23 2018 Wim Taymans <wtaymans@redhat.com> - 0.1.8-1
2e5435
- Update to 0.1.8
2e5435
2e5435
* Fri Nov 24 2017 Wim Taymans <wtaymans@redhat.com> - 0.1.7-1
2e5435
- Update to 0.1.7
2e5435
- Add to build when memfd_create is already defined
2e5435
2e5435
* Fri Nov 03 2017 Wim Taymans <wtaymans@redhat.com> - 0.1.6-1
2e5435
- Update to 0.1.6
2e5435
2e5435
* Tue Sep 19 2017 Wim Taymans <wtaymans@redhat.com> - 0.1.5-2
2e5435
- Add patch to avoid segfault when probing
2e5435
2e5435
* Tue Sep 19 2017 Wim Taymans <wtaymans@redhat.com> - 0.1.5-1
2e5435
- Update to 0.1.5
2e5435
2e5435
* Thu Sep 14 2017 Kalev Lember <klember@redhat.com> - 0.1.4-3
2e5435
- Rebuilt for GNOME 3.26.0 megaupdate
2e5435
2e5435
* Fri Sep 08 2017 Wim Taymans <wtaymans@redhat.com> - 0.1.4-2
2e5435
- Install SPA hooks
2e5435
2e5435
* Wed Aug 23 2017 Wim Taymans <wtaymans@redhat.com> - 0.1.4-1
2e5435
- Update to 0.1.4
2e5435
2e5435
* Wed Aug 09 2017 Wim Taymans <wtaymans@redhat.com> - 0.1.3-1
2e5435
- Update to 0.1.3
2e5435
2e5435
* Tue Jul 04 2017 Wim Taymans <wtaymans@redhat.com> - 0.1.2-1
2e5435
- Update to 0.1.2
2e5435
- Added more build requirements
2e5435
- Make separate doc package
2e5435
2e5435
* Mon Jun 26 2017 Wim Taymans <wtaymans@redhat.com> - 0.1.1-1
2e5435
- Update to 0.1.1
2e5435
- Add dbus-1 to BuildRequires
2e5435
- change libs-devel to -devel
2e5435
2e5435
* Wed Sep 9 2015 Wim Taymans <wtaymans@redhat.com> - 0.1.0-2
2e5435
- Fix BuildRequires to use pkgconfig, add all dependencies found in configure.ac
2e5435
- Add user and groups  if needed
2e5435
- Add license to %%licence
2e5435
2e5435
* Tue Sep 1 2015 Wim Taymans <wtaymans@redhat.com> - 0.1.0-1
2e5435
- First version