diff options
author | louiz’ <louiz@louiz.org> | 2019-09-17 17:20:46 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2019-09-17 17:20:46 +0200 |
commit | b5f7e599e0d2a5569d9ce4627cec5243827936f7 (patch) | |
tree | af3790a3d83c566bbc57bfd491890f59893d6026 /packaging | |
parent | 2f0078ebfc453d9f40ea317a718e805ccd92a476 (diff) | |
download | biboumi-b5f7e599e0d2a5569d9ce4627cec5243827936f7.tar.gz biboumi-b5f7e599e0d2a5569d9ce4627cec5243827936f7.tar.bz2 biboumi-b5f7e599e0d2a5569d9ce4627cec5243827936f7.tar.xz biboumi-b5f7e599e0d2a5569d9ce4627cec5243827936f7.zip |
Update the images and .spec to use sphinx instead of pandoc
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/biboumi.spec.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake index 6f4676d..08f92a3 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -16,7 +16,7 @@ BuildRequires: postgresql-devel BuildRequires: botan2-devel BuildRequires: cmake BuildRequires: systemd -BuildRequires: pandoc +BuildRequires: python3-sphinx %global _hardened_build 1 @@ -67,6 +67,7 @@ make check %{?_smp_mflags} * ${RPM_DATE} Le Coz Florent <louiz@louiz.org> - ${RPM_VERSION}-1 - Build latest git revision - Build against botan2 +- Build with sphinx instead of pandoc * Fri Jun 1 2018 Le Coz Florent <louiz@louiz.org> - 8.3-1 Update to version 8.3 |