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