libneon-devel: add some -devel requirements [release 0.30.0-2mamba;Sat Jul 05 2014]
This commit is contained in:
parent
745c7a2777
commit
59c9a931c7
17
libneon.spec
17
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 <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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user