* Sun Nov 18 2007 Patrice Dumas <pertusus@free.fr> - 1.0.4-4

- use --disable-static
epel9
pertusus 17 years ago
parent 3d0848a1ce
commit 44ee0b09a8

@ -3,7 +3,7 @@
Summary: SMTP client library Summary: SMTP client library
Name: libesmtp Name: libesmtp
Version: 1.0.4 Version: 1.0.4
Release: 3%{?dist} Release: 4%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
Source: http://www.stafford.uklinux.net/libesmtp/%{name}-%{version}.tar.bz2 Source: http://www.stafford.uklinux.net/libesmtp/%{name}-%{version}.tar.bz2
@ -51,14 +51,13 @@ if pkg-config openssl ; then
fi fi
%configure --with-auth-plugin-dir=%{plugindir} --enable-pthreads \ %configure --with-auth-plugin-dir=%{plugindir} --enable-pthreads \
--enable-require-all-recipients --enable-debug \ --enable-require-all-recipients --enable-debug \
--enable-etrn --disable-isoc --disable-more-warnings --enable-etrn --disable-isoc --disable-more-warnings --disable-static
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install INSTALL='install -p' make DESTDIR=$RPM_BUILD_ROOT install INSTALL='install -p'
rm $RPM_BUILD_ROOT/%{_libdir}/*.la rm $RPM_BUILD_ROOT/%{_libdir}/*.la
rm $RPM_BUILD_ROOT/%{plugindir}/*.a
%clean %clean
@ -80,9 +79,11 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/libesmtp-config %{_bindir}/libesmtp-config
%{_prefix}/include/* %{_prefix}/include/*
%{_libdir}/libesmtp.so %{_libdir}/libesmtp.so
%{_libdir}/libesmtp.a
%changelog %changelog
* Sun Nov 18 2007 Patrice Dumas <pertusus@free.fr> - 1.0.4-4
- use --disable-static
* Thu Nov 15 2007 Pawel Salek <pawsa@theochem.kth.se> - 1.0.4-3 * Thu Nov 15 2007 Pawel Salek <pawsa@theochem.kth.se> - 1.0.4-3
- drop static libs as suggested in bug 377731. - drop static libs as suggested in bug 377731.

Loading…
Cancel
Save