- 0.9.12
- --disable-static
This commit is contained in:
parent
7bf5d69355
commit
cd0880cea8
@ -1 +1 @@
|
||||
libksba-0.9.11.tar.gz
|
||||
libksba-0.9.12.tar.bz2
|
||||
|
Binary file not shown.
BIN
libksba-0.9.12.tar.bz2.sig
Normal file
BIN
libksba-0.9.12.tar.bz2.sig
Normal file
Binary file not shown.
24
libksba.spec
24
libksba.spec
@ -1,12 +1,12 @@
|
||||
Summary: X.509 library
|
||||
Name: libksba
|
||||
Version: 0.9.11
|
||||
Version: 0.9.12
|
||||
Release: 1%{?dist}
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.gnupg.org/
|
||||
Source0: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-%{version}.tar.gz
|
||||
Source1: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-%{version}.tar.gz.sig
|
||||
Source0: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-%{version}.tar.bz2
|
||||
Source1: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-%{version}.tar.bz2.sig
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: libgpg-error >= 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 <rexdieter[AT]users.sf.net> 0.9.12-1
|
||||
- 0.9.12
|
||||
- --disable-static
|
||||
|
||||
* Thu Apr 21 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.11-1
|
||||
- 0.9.11
|
||||
- drop upstreamed acquote patch
|
||||
|
Loading…
Reference in New Issue
Block a user