[rt-commit] r157 - in /redwax-tool/trunk: ChangeLog redwax-tool.spec.in
rt-commit at redwax.eu
rt-commit at redwax.eu
Wed Oct 18 09:59:09 CEST 2023
Author: minfrin at redwax.eu
Date: Wed Oct 18 09:59:08 2023
New Revision: 157
Log:
Add libical build parameters to the RPM spec file.
Modified:
redwax-tool/trunk/ChangeLog
redwax-tool/trunk/redwax-tool.spec.in
Modified: redwax-tool/trunk/ChangeLog
==============================================================================
--- redwax-tool/trunk/ChangeLog (original)
+++ redwax-tool/trunk/ChangeLog Wed Oct 18 09:59:08 2023
@@ -1,6 +1,8 @@
Changes with v0.9.4
+ *) Add libical build parameters to the RPM spec file.
+ [Graham Leggett]
Changes with v0.9.3
Modified: redwax-tool/trunk/redwax-tool.spec.in
==============================================================================
--- redwax-tool/trunk/redwax-tool.spec.in (original)
+++ redwax-tool/trunk/redwax-tool.spec.in Wed Oct 18 09:59:08 2023
@@ -16,6 +16,7 @@
BuildRequires: pkgconfig(libcrypto)
BuildRequires: pkgconfig(nss)
BuildRequires: pkgconfig(p11-kit-1)
+BuildRequires: pkgconfig(libical)
%description
The redwax tool allows certificates and keys in a range of formats to
@@ -25,7 +26,7 @@
%prep
%setup -q
%build
-%configure --with-openssl --with-nss --with-p11-kit
+%configure --with-openssl --with-nss --with-p11-kit --with-libical
%make_build
%install
More information about the rt-commit
mailing list