- 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
|
Summary: X.509 library
|
||||||
Name: libksba
|
Name: libksba
|
||||||
Version: 0.9.11
|
Version: 0.9.12
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gnupg.org/
|
URL: http://www.gnupg.org/
|
||||||
Source0: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-%{version}.tar.gz
|
Source0: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-%{version}.tar.bz2
|
||||||
Source1: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-%{version}.tar.gz.sig
|
Source1: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-%{version}.tar.bz2.sig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: libgpg-error >= 0.7
|
BuildRequires: libgpg-error >= 0.7
|
||||||
@ -23,7 +23,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
Requires(preun): /sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
%description devel
|
%description devel
|
||||||
Development headers and libraries for %{name}.
|
%{summary}.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -31,10 +31,11 @@ Development headers and libraries for %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
--disable-dependency-tracking \
|
||||||
|
--disable-static
|
||||||
|
|
||||||
# not smp safe
|
make %{?_smp_mflags}
|
||||||
make
|
|
||||||
|
|
||||||
|
|
||||||
%check || :
|
%check || :
|
||||||
@ -46,7 +47,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
make install DESTDIR=$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
|
%clean
|
||||||
@ -54,6 +56,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
@ -73,7 +76,6 @@ fi
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/lib*.a
|
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_datadir}/aclocal/*
|
%{_datadir}/aclocal/*
|
||||||
@ -81,6 +83,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 21 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.11-1
|
||||||
- 0.9.11
|
- 0.9.11
|
||||||
- drop upstreamed acquote patch
|
- drop upstreamed acquote patch
|
||||||
|
Loading…
Reference in New Issue
Block a user