From cd0880cea8fa24006dd4d4201374319bef013c68 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 8 Aug 2005 18:37:17 +0000 Subject: [PATCH] - 0.9.12 - --disable-static --- .cvsignore | 2 +- libksba-0.9.11.tar.gz.sig | Bin 65 -> 0 bytes libksba-0.9.12.tar.bz2.sig | Bin 0 -> 65 bytes libksba.spec | 24 +++++++++++++++--------- sources | 2 +- 5 files changed, 17 insertions(+), 11 deletions(-) delete mode 100644 libksba-0.9.11.tar.gz.sig create mode 100644 libksba-0.9.12.tar.bz2.sig diff --git a/.cvsignore b/.cvsignore index 400c1b0..1acd3e6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libksba-0.9.11.tar.gz +libksba-0.9.12.tar.bz2 diff --git a/libksba-0.9.11.tar.gz.sig b/libksba-0.9.11.tar.gz.sig deleted file mode 100644 index 0b1292897bb0a30265a136d3ee5a35baba22e59c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmV-H0KWf-KLZ5-LS`RFXt%40S5%G75dz!)0G%K0829D`H= 0.7 @@ -23,7 +23,7 @@ Requires: %{name} = %{version}-%{release} Requires(post): /sbin/install-info Requires(preun): /sbin/install-info %description devel -Development headers and libraries for %{name}. +%{summary}. %prep @@ -31,10 +31,11 @@ Development headers and libraries for %{name}. %build -%configure +%configure \ + --disable-dependency-tracking \ + --disable-static -# not smp safe -make +make %{?_smp_mflags} %check || : @@ -46,7 +47,8 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT{%{_infodir}/dir,%{_libdir}/*.la} +rm -f $RPM_BUILD_ROOT%{_infodir}/dir +rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la %clean @@ -54,6 +56,7 @@ rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig + %postun -p /sbin/ldconfig %post devel @@ -73,7 +76,6 @@ fi %files devel %defattr(-,root,root,-) %{_bindir}/* -%{_libdir}/lib*.a %{_libdir}/lib*.so %{_includedir}/* %{_datadir}/aclocal/* @@ -81,6 +83,10 @@ fi %changelog +* Mon Aug 8 2005 Rex Dieter 0.9.12-1 +- 0.9.12 +- --disable-static + * Thu Apr 21 2005 Rex Dieter 0.9.11-1 - 0.9.11 - drop upstreamed acquote patch diff --git a/sources b/sources index 144e880..bac13d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f21912398467e0c93ae1abeb8f6b3a3d libksba-0.9.11.tar.gz +4d40a09134c5a0d2dcc6416f9abdcc98 libksba-0.9.12.tar.bz2