From 59c9a931c71438c01a2b0135c63b583e296c48d2 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:08:27 +0100 Subject: [PATCH] libneon-devel: add some -devel requirements [release 0.30.0-2mamba;Sat Jul 05 2014] --- libneon.spec | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/libneon.spec b/libneon.spec index 85cead2..b4db137 100644 --- a/libneon.spec +++ b/libneon.spec @@ -2,7 +2,7 @@ Name: libneon Version: 0.30.0 -Release: 1mamba +Release: 2mamba Summary: An HTTP and WebDAV client library, with a C interface Group: System/Libraries Vendor: openmamba @@ -23,6 +23,7 @@ BuildRequires: libproxy-devel BuildRequires: libopenssl-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END +BuildRequires: libkeyutils-devel BuildRequires: libxml2-devel >= 2.6.20 BuildRequires: openssl >= 1.0.1c-2mamba BuildRequires: pkgconfig >= 0.15.0 @@ -50,6 +51,12 @@ Featuring: Summary: Devel package for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: libexpat-devel +%if "%{stage1}" != "1" +Requires: libkrb5-devel +Requires: libproxy-devel +Requires: libkeyutils-devel +%endif %description devel Neon is an HTTP and WebDAV client library, with a C interface. @@ -130,7 +137,7 @@ ln -sf libneon.so.26.0.4 %{buildroot}%{_libdir}/libneon.so.26 %exclude %{_libdir}/libneon.so.26 %exclude %{_libdir}/libneon.so.26.0.4 %endif -%doc AUTHORS BUGS ChangeLog NEWS README THANKS TODO +%doc AUTHORS THANKS %files devel %defattr(-,root,root) @@ -139,11 +146,14 @@ ln -sf libneon.so.26.0.4 %{buildroot}%{_libdir}/libneon.so.26 %{_libdir}/*.so %{_libdir}/*.a %{_libdir}/*.la +%dir %{_includedir}/neon %{_includedir}/neon/*.h +%dir %{_datadir}/doc/neon-%{version} %{_datadir}/doc/neon-%{version}/* %{_mandir}/man1/* %{_mandir}/man3/* %dir %{_datadir}/doc/neon-%{version} +%doc BUGS ChangeLog NEWS README TODO %if %{build_libneon26} %files -n %{name}26 @@ -153,6 +163,9 @@ ln -sf libneon.so.26.0.4 %{buildroot}%{_libdir}/libneon.so.26 %endif %changelog +* Sat Jul 05 2014 Silvan Calarco 0.30.0-2mamba +- libneon-devel: add some -devel requirements + * Sun Oct 06 2013 Automatic Build System 0.30.0-1mamba - automatic version update by autodist