diff --git a/libffado.spec b/libffado.spec index 1446c9642c512d23826dbdb1f58605a22f521c40..58e5154d062480092853b279775d469b24d9c867 100644 --- a/libffado.spec +++ b/libffado.spec @@ -5,7 +5,7 @@ export LDFLAGS="%{build_ldflags}" Name: libffado Version: 2.4.1 -Release: 5 +Release: 6 Summary: Free firewire audio driver library License: LGPLv2+ and GPLv2 and GPLv3 and GPLv3+ URL: http://www.ffado.org/ @@ -15,7 +15,7 @@ Source1: libffado-snapshot.sh BuildRequires: alsa-lib-devel dbus-c++-devel dbus-devel python2-dbus desktop-file-utils doxygen gcc-c++ glibmm24-devel BuildRequires: graphviz libappstream-glib libconfig-devel libiec61883-devel libraw1394-devel libxml++-devel pkgconfig BuildRequires: python2-PyQt5-devel python2-devel python2-enum34 python2-scons subversion -Requires: udev dbus python2-dbus python2-qt5 +Requires: udev Provides: ffado = %{version}-%{release} Obsoletes: ffado < %{version}-%{release} @@ -32,6 +32,15 @@ Requires: %{name} = %{version}-%{release} %description devel The libffado-devel package conatins development files to build applications for libffado. +%package -n ffado +Summary: Free firewire audio driver library applications and utilities +License: GPLv3 and GPLv3+ and (GPLv2 or GPLv3) +Requires: %{name} = %{version}-%{release} +Requires: dbus python2-dbus python2-qt5 + +%description -n ffado +Applications and utilities for use with libffado. + %package help Summary: Help documents for libffado @@ -76,17 +85,13 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/ffado-mi %files %doc LICENSE.* + %dir %{_datadir}/libffado/ %{_bindir}/* %{_libdir}/libffado.so.* %{_libdir}/libffado/static_info.txt %{_datadir}/libffado/* %{_prefix}/lib/udev/rules.d/* -%{_datadir}/dbus-1/services/org.ffado.Control.service -%{_datadir}/applications/ffado.org-ffadomixer.desktop -%{_datadir}/icons/hicolor/64x64/apps/ffado.png -%{_datadir}/metainfo/ffado-mixer.appdata.xml -%{python_sitelib}/ffado/ %files devel %doc doc/reference/html/ @@ -94,10 +99,24 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/ffado-mi %{_libdir}/pkgconfig/libffado.pc %{_libdir}/libffado.so +%files -n ffado +%{_mandir}/man1/ffado-*.1* +%{_bindir}/* +%{_datadir}/libffado/*.xml +%{_datadir}/libffado/icons/ +%{_datadir}/dbus-1/services/org.ffado.Control.service +%{_datadir}/applications/ffado.org-ffadomixer.desktop +%{_datadir}/icons/hicolor/64x64/apps/ffado.png +%{_datadir}/metainfo/ffado-mixer.appdata.xml +%{python_sitelib}/ffado/ + %files help %doc AUTHORS ChangeLog README %{_mandir}/man1/ffado-*.1* %changelog +* Sun Feb 23 2020 yuxiangyang - 2.4.1-6 +- add ffado.rpm + * Tue Dec 03 2019 liujing - 2.4.1-5 - Package init