libneon-devel: add some -devel requirements [release 0.30.0-2mamba;Sat Jul 05 2014]

This commit is contained in:
Silvan Calarco 2024-01-06 05:08:27 +01:00
parent 745c7a2777
commit 59c9a931c7

View File

@ -2,7 +2,7 @@
Name: libneon Name: libneon
Version: 0.30.0 Version: 0.30.0
Release: 1mamba Release: 2mamba
Summary: An HTTP and WebDAV client library, with a C interface Summary: An HTTP and WebDAV client library, with a C interface
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -23,6 +23,7 @@ BuildRequires: libproxy-devel
BuildRequires: libopenssl-devel BuildRequires: libopenssl-devel
BuildRequires: libz-devel BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libkeyutils-devel
BuildRequires: libxml2-devel >= 2.6.20 BuildRequires: libxml2-devel >= 2.6.20
BuildRequires: openssl >= 1.0.1c-2mamba BuildRequires: openssl >= 1.0.1c-2mamba
BuildRequires: pkgconfig >= 0.15.0 BuildRequires: pkgconfig >= 0.15.0
@ -50,6 +51,12 @@ Featuring:
Summary: Devel package for %{name} Summary: Devel package for %{name}
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: libexpat-devel
%if "%{stage1}" != "1"
Requires: libkrb5-devel
Requires: libproxy-devel
Requires: libkeyutils-devel
%endif
%description devel %description devel
Neon is an HTTP and WebDAV client library, with a C interface. 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
%exclude %{_libdir}/libneon.so.26.0.4 %exclude %{_libdir}/libneon.so.26.0.4
%endif %endif
%doc AUTHORS BUGS ChangeLog NEWS README THANKS TODO %doc AUTHORS THANKS
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
@ -139,11 +146,14 @@ ln -sf libneon.so.26.0.4 %{buildroot}%{_libdir}/libneon.so.26
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/*.a %{_libdir}/*.a
%{_libdir}/*.la %{_libdir}/*.la
%dir %{_includedir}/neon
%{_includedir}/neon/*.h %{_includedir}/neon/*.h
%dir %{_datadir}/doc/neon-%{version}
%{_datadir}/doc/neon-%{version}/* %{_datadir}/doc/neon-%{version}/*
%{_mandir}/man1/* %{_mandir}/man1/*
%{_mandir}/man3/* %{_mandir}/man3/*
%dir %{_datadir}/doc/neon-%{version} %dir %{_datadir}/doc/neon-%{version}
%doc BUGS ChangeLog NEWS README TODO
%if %{build_libneon26} %if %{build_libneon26}
%files -n %{name}26 %files -n %{name}26
@ -153,6 +163,9 @@ ln -sf libneon.so.26.0.4 %{buildroot}%{_libdir}/libneon.so.26
%endif %endif
%changelog %changelog
* Sat Jul 05 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.30.0-2mamba
- libneon-devel: add some -devel requirements
* Sun Oct 06 2013 Automatic Build System <autodist@mambasoft.it> 0.30.0-1mamba * Sun Oct 06 2013 Automatic Build System <autodist@mambasoft.it> 0.30.0-1mamba
- automatic version update by autodist - automatic version update by autodist