- do not create static libraries (#556052)
This commit is contained in:
parent
e030828127
commit
d3a26aa56d
@ -1,7 +1,7 @@
|
|||||||
Summary: A TLS protocol implementation
|
Summary: A TLS protocol implementation
|
||||||
Name: gnutls
|
Name: gnutls
|
||||||
Version: 2.8.5
|
Version: 2.8.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
# The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
|
# The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
|
||||||
License: GPLv3+ and LGPLv2+
|
License: GPLv3+ and LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -75,6 +75,7 @@ done
|
|||||||
autoreconf
|
autoreconf
|
||||||
%configure --with-libtasn1-prefix=%{_prefix} \
|
%configure --with-libtasn1-prefix=%{_prefix} \
|
||||||
--with-included-libcfg \
|
--with-included-libcfg \
|
||||||
|
--disable-static \
|
||||||
--disable-srp-authentication
|
--disable-srp-authentication
|
||||||
make
|
make
|
||||||
cp lib/COPYING COPYING.LIB
|
cp lib/COPYING COPYING.LIB
|
||||||
@ -126,7 +127,6 @@ fi
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/libgnutls*-config
|
%{_bindir}/libgnutls*-config
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/libgnutls*.a
|
|
||||||
%{_libdir}/libgnutls*.so
|
%{_libdir}/libgnutls*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
@ -147,6 +147,9 @@ fi
|
|||||||
%{_datadir}/guile/site/gnutls.scm
|
%{_datadir}/guile/site/gnutls.scm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 18 2010 Tomas Mraz <tmraz@redhat.com> 2.8.5-2
|
||||||
|
- do not create static libraries (#556052)
|
||||||
|
|
||||||
* Mon Nov 2 2009 Tomas Mraz <tmraz@redhat.com> 2.8.5-1
|
* Mon Nov 2 2009 Tomas Mraz <tmraz@redhat.com> 2.8.5-1
|
||||||
- upgrade to a new upstream version
|
- upgrade to a new upstream version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user