Update to 1.9.14

This commit is contained in:
lei_ju 2020-11-12 15:58:35 +08:00
parent 31c230ad8b
commit b8eb2cce12
5 changed files with 31 additions and 10 deletions

View File

@ -0,0 +1,13 @@
diff --git a/doxyfile.in b/doxyfile.in
index f92e264a..2335adab 100644
--- a/doxyfile.in
+++ b/doxyfile.in
@@ -792,7 +792,7 @@ HTML_HEADER =
# each generated HTML page. If it is left blank doxygen will generate a
# standard footer.
-HTML_FOOTER = @SRCDIR@/no_date_footer.html
+HTML_FOOTER =
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
# style sheet that is used by each HTML page. It can be used to

View File

@ -1,13 +1,14 @@
Name: jack-audio-connection-kit
Version: 1.9.12
Release: 9
Version: 1.9.14
Release: 1
Summary: A professional sound server
License: GPLv2 and GPLv2+ and LGPLv2+
URL: http://www.jackaudio.org
URL: http://github.com/jackaudio/jack2
Source0: https://github.com/jackaudio/jack2/releases/download/v%{version}/jack2-%{version}.tar.gz
Patch0: %{name}-doxygen.patch
BuildRequires: alsa-lib-devel dbus-devel doxygen expat-devel gcc-c++ libffado-devel libsamplerate-devel
BuildRequires: libsndfile-devel ncurses-devel opus-devel pkgconfig python2 readline-devel
BuildRequires: alsa-lib-devel dbus-devel doxygen expat-devel gcc-c++ libffado-devel libsamplerate-devel libdb-devel < 6.0.20
BuildRequires: libsndfile-devel ncurses-devel opus-devel pkgconfig python3 readline-devel
Requires(pre): shadow-utils
Requires: pam
Provides: jack-audio-connection-kit-dbus = %{version}-%{release}
@ -35,12 +36,12 @@ The package contains the libraries and headers necessary for the Jack Audio Conn
export CPPFLAGS="$RPM_OPT_FLAGS"
export LDFLAGS="$RPM_LD_FLAGS"
export PREFIX=%{_prefix}
./waf configure %{?_smp_mflags} --mandir=%{_mandir}/man1 --libdir=%{_libdir} --doxygen --dbus \
python3 ./waf configure %{?_smp_mflags} --mandir=%{_mandir}/man1 --libdir=%{_libdir} --doxygen --dbus --db \
--classic --firewire --alsa --clients 256 --ports-per-application=2048
./waf build %{?_smp_mflags} -v
python3 ./waf build %{?_smp_mflags} -v
%install
./waf --destdir=$RPM_BUILD_ROOT install
python3 ./waf --destdir=$RPM_BUILD_ROOT install
mv $RPM_BUILD_ROOT%{_datadir}/jack-audio-connection-kit/reference .
@ -58,7 +59,7 @@ exit 0
/sbin/ldconfig
%files
%doc ChangeLog
%doc ChangeLog.rst
%{_bindir}/jackd
%{_bindir}/jackrec
%{_libdir}/jack/
@ -81,11 +82,14 @@ exit 0
%exclude %{_bindir}/jack_control
%files help
%doc README README_NETJACK2 TODO
%doc README.rst README_NETJACK2
%doc reference/html/
%{_mandir}/man1/*
%exclude %{_mandir}/man1/jack_impulse_grabber.1*
%changelog
* Thu Nov 12 2020 leiju<leiju4@huawei.com> - 1.9.14-1
- Update to 1.9.14
* Fri Feb 25 2020 xuxijian<xuxijian@huawei.com> - 1.9.12-9
- Package init

View File

@ -0,0 +1,4 @@
version_control: github
src_repo: jackaudio/jack2
tag_prefix: "^v"
separator: "."

Binary file not shown.

BIN
jack2-1.9.14.tar.gz Normal file

Binary file not shown.