2005-02-01 19:32:51 +00:00
|
|
|
Summary: X.509 library
|
2005-03-03 22:41:32 +00:00
|
|
|
Name: libksba
|
2010-01-08 10:52:10 +00:00
|
|
|
Version: 1.0.7
|
|
|
|
Release: 1%{?dist}
|
2007-08-25 12:49:31 +00:00
|
|
|
|
|
|
|
License: GPLv3
|
2005-02-01 19:32:51 +00:00
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://www.gnupg.org/
|
2006-09-07 20:01:42 +00:00
|
|
|
Source0: ftp://ftp.gnupg.org/gcrypt/libksba/libksba-%{version}.tar.bz2
|
|
|
|
Source1: ftp://ftp.gnupg.org/gcrypt/libksba/libksba-%{version}.tar.bz2.sig
|
2005-05-10 16:04:32 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2005-02-01 19:32:51 +00:00
|
|
|
|
2009-12-17 13:36:14 +00:00
|
|
|
Patch1: libksba-1.0.6-multilib.patch
|
2008-04-03 15:24:11 +00:00
|
|
|
|
2007-08-25 13:11:47 +00:00
|
|
|
BuildRequires: gawk
|
2008-09-23 18:38:01 +00:00
|
|
|
# >= 1.4 preferred
|
2006-12-01 14:21:19 +00:00
|
|
|
BuildRequires: libgpg-error-devel >= 1.2
|
2005-03-05 21:10:22 +00:00
|
|
|
BuildRequires: libgcrypt-devel >= 1.2.0
|
2005-08-26 18:35:09 +00:00
|
|
|
|
2004-11-08 04:44:52 +00:00
|
|
|
%description
|
|
|
|
KSBA is a library designed to build software based on the X.509 and
|
|
|
|
CMS protocols.
|
|
|
|
|
|
|
|
%package devel
|
2005-08-26 18:35:09 +00:00
|
|
|
Summary: Development headers and libraries for %{name}
|
|
|
|
Group: Development/Libraries
|
2009-06-21 02:23:30 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2005-02-01 19:32:51 +00:00
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
Requires(preun): /sbin/install-info
|
2004-11-08 04:44:52 +00:00
|
|
|
%description devel
|
2005-11-30 14:18:02 +00:00
|
|
|
%{summary}.
|
2004-11-08 04:44:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
2008-04-03 15:24:11 +00:00
|
|
|
%patch1 -p1 -b .multilib
|
|
|
|
|
2004-11-08 04:44:52 +00:00
|
|
|
|
|
|
|
%build
|
2005-08-08 18:37:17 +00:00
|
|
|
%configure \
|
|
|
|
--disable-dependency-tracking \
|
|
|
|
--disable-static
|
2005-02-01 19:32:51 +00:00
|
|
|
|
2005-08-08 18:37:17 +00:00
|
|
|
make %{?_smp_mflags}
|
2005-02-01 19:32:51 +00:00
|
|
|
|
2005-05-10 16:04:32 +00:00
|
|
|
|
2004-11-08 04:44:52 +00:00
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2005-02-01 19:32:51 +00:00
|
|
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
2005-08-08 18:37:17 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
2004-11-08 04:44:52 +00:00
|
|
|
|
|
|
|
|
2006-12-01 14:21:19 +00:00
|
|
|
%check
|
|
|
|
make check
|
|
|
|
|
|
|
|
|
2004-11-08 04:44:52 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
2005-08-08 18:37:17 +00:00
|
|
|
|
2004-11-08 04:44:52 +00:00
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post devel
|
2005-05-10 16:04:32 +00:00
|
|
|
install-info %{_infodir}/ksba.info %{_infodir}/dir ||:
|
2004-11-08 04:44:52 +00:00
|
|
|
|
2009-06-21 02:23:30 +00:00
|
|
|
%preun devel
|
2005-02-01 19:32:51 +00:00
|
|
|
if [ $1 -eq 0 ]; then
|
2005-05-10 16:04:32 +00:00
|
|
|
install-info --delete %{_infodir}/ksba.info %{_infodir}/dir ||:
|
2004-11-08 04:44:52 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
|
2005-03-03 22:41:32 +00:00
|
|
|
%files
|
2004-11-08 04:44:52 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc AUTHORS ChangeLog COPYING NEWS README* THANKS TODO VERSION
|
2008-09-23 18:38:01 +00:00
|
|
|
%{_libdir}/libksba.so.8*
|
2004-11-08 04:44:52 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
2006-12-01 14:21:19 +00:00
|
|
|
%{_bindir}/ksba-config
|
2008-09-23 18:38:01 +00:00
|
|
|
%{_libdir}/libksba.so
|
2009-12-17 13:36:14 +00:00
|
|
|
%{_includedir}/ksba.h
|
|
|
|
%{_datadir}/aclocal/ksba.m4
|
|
|
|
%{_infodir}/ksba.info*
|
2004-11-08 04:44:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2010-01-08 10:52:10 +00:00
|
|
|
* Fri Jan 8 2010 Tomas Mraz <tmraz@redhat.com> - 1.0.7-1
|
|
|
|
- new upstream version
|
|
|
|
|
2009-12-17 13:36:14 +00:00
|
|
|
* Thu Dec 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.6-4
|
|
|
|
- better (upstreamable) multilib patch
|
|
|
|
- tighten %%files a bit
|
|
|
|
|
2009-08-10 09:17:28 +00:00
|
|
|
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.0.6-3
|
|
|
|
- Convert specfile to UTF-8.
|
|
|
|
|
2009-07-25 06:01:56 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-21 02:23:30 +00:00
|
|
|
* Sat Jun 20 2009 Rex Dieter <rdieter@fedorproject.org> - 1.0.6-1
|
|
|
|
- libksba-1.0.6
|
|
|
|
- -devel: fix info scriptlet
|
|
|
|
|
2009-02-25 16:01:36 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-09 14:35:21 +00:00
|
|
|
* Fri Jan 09 2009 Rex Dieter <rdieter@fedoraproject.org> 1.0.5-1
|
|
|
|
- libksba-1.0.5
|
|
|
|
|
2008-09-23 18:38:01 +00:00
|
|
|
* Thu Sep 23 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0.4-1
|
|
|
|
- libksba-1.0.4
|
|
|
|
|
2008-04-03 15:24:11 +00:00
|
|
|
* Thu Apr 03 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0.3-2
|
|
|
|
- multiarch conflicts (#342201)
|
|
|
|
|
2008-02-12 21:39:06 +00:00
|
|
|
* Tue Feb 12 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0.3-1
|
|
|
|
- libksba-1.0.3
|
|
|
|
|
2008-02-08 21:34:53 +00:00
|
|
|
* Fri Feb 08 2008 Rex Dieter <rdieter@fedoraproject.org> 1.0.2-4
|
|
|
|
- respin (gcc43)
|
|
|
|
|
2007-08-25 13:11:47 +00:00
|
|
|
* Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.2-3
|
|
|
|
- BR: gawk
|
|
|
|
|
2007-08-25 12:49:31 +00:00
|
|
|
* Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.2-2
|
|
|
|
- respin (ppc32, BuildID)
|
|
|
|
- License: GPLv3
|
|
|
|
|
2007-07-06 15:20:50 +00:00
|
|
|
* Fri Jul 06 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.2-1
|
|
|
|
- libksba-1.0.2
|
|
|
|
|
2006-12-01 14:21:19 +00:00
|
|
|
* Fri Dec 01 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.1-1
|
|
|
|
- libksba-1.0.1
|
|
|
|
|
|
|
|
* Mon Oct 02 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.0-1.1
|
2006-10-02 17:08:37 +00:00
|
|
|
- respin
|
|
|
|
|
2006-09-07 20:01:42 +00:00
|
|
|
* Thu Aug 31 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.0-1
|
2006-12-01 14:21:19 +00:00
|
|
|
- libksba-1.0.0
|
2006-09-07 20:01:42 +00:00
|
|
|
|
2006-08-29 12:57:35 +00:00
|
|
|
* Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.15-3
|
|
|
|
- fc6 respin
|
|
|
|
|
2006-06-22 16:40:20 +00:00
|
|
|
* Thu Jun 20 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.15-2
|
2006-06-22 15:47:50 +00:00
|
|
|
- 0.9.15
|
|
|
|
|
2006-12-01 14:21:19 +00:00
|
|
|
* Wed Mar 1 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.13-2.1
|
2006-02-10 13:34:15 +00:00
|
|
|
- fc5: gcc/glibc respin
|
|
|
|
|
2006-01-26 19:39:33 +00:00
|
|
|
* Wed Nov 30 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.13-2
|
|
|
|
- remove hacks
|
|
|
|
- drop self Obsoletes
|
|
|
|
|
2005-11-30 14:18:02 +00:00
|
|
|
* Wed Nov 30 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.13-1
|
|
|
|
- 0.9.13
|
|
|
|
|
2005-08-26 19:22:55 +00:00
|
|
|
* Fri Aug 26 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.11-3
|
|
|
|
- botched Obsoletes good, let's try again.
|
|
|
|
|
2005-08-26 18:35:09 +00:00
|
|
|
* Fri Aug 26 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.11-2
|
|
|
|
- revert to 0.9.11 (0.9.12 makes gnupg2 fail on x86_64) using Obsoletes
|
|
|
|
to avoid Epoch or other ugly means.
|
|
|
|
|
2005-08-08 18:37:17 +00:00
|
|
|
* Mon Aug 8 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.12-1
|
|
|
|
- 0.9.12
|
|
|
|
- --disable-static
|
|
|
|
|
2005-05-10 16:04:32 +00:00
|
|
|
* Thu Apr 21 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.11-1
|
|
|
|
- 0.9.11
|
|
|
|
- drop upstreamed acquote patch
|
|
|
|
|
|
|
|
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.9-2
|
2005-04-06 22:12:22 +00:00
|
|
|
- rebuilt
|
|
|
|
|
2005-02-01 19:32:51 +00:00
|
|
|
* Tue Feb 1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.9.9-1
|
|
|
|
- Minus BR libtool, add epoch to -devel req, fix underquoted ksba.m4.
|
|
|
|
|
2005-05-10 16:04:32 +00:00
|
|
|
* Fri Oct 22 2004 Rex Dieter <rexdieter[AT]users.sf.net> 0:0.9.9-0.fdr.2
|
|
|
|
- remove hard-coded .gz from %%post/%%postun
|
|
|
|
- add %%check section
|
|
|
|
|
2005-02-01 19:32:51 +00:00
|
|
|
* Tue Oct 19 2004 Rex Dieter <rexdieter[AT]users.sf.net> 0:0.9.9-0.fdr.1
|
|
|
|
- 0.9.9
|
|
|
|
|
2009-08-10 09:17:28 +00:00
|
|
|
* Thu Mar 20 2003 Ville Skyttä <ville.skytta@iki.fi> - 0.4.7-0.fdr.1
|
2004-11-08 04:44:52 +00:00
|
|
|
- Update to 0.4.7, and to current Fedora guidelines.
|
|
|
|
- Exclude %%{_libdir}/*.la.
|
|
|
|
|
|
|
|
* Tue Feb 12 2003 Warren Togami <warren@togami.com> 0.4.6-1.fedora.3
|
|
|
|
- temporary workaround to lib/dir conflict problem
|
|
|
|
|
2009-08-10 09:17:28 +00:00
|
|
|
* Sat Feb 8 2003 Ville Skyttä <ville.skytta@iki.fi> - 0.4.6-1.fedora.1
|
2004-11-08 04:44:52 +00:00
|
|
|
- First Fedora release.
|