libksba/libksba.spec

143 lines
4.1 KiB
RPMSpec

Name: libksba
Version: 1.6.2
Release: 1mamba
Summary: A library to access X.509 and CMS data structures
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.gnupg.org
Source: ftp://ftp.gnupg.org/gcrypt/libksba/libksba-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgpg-error-devel
## AUTOBUILDREQ-END
Requires(post):%{__install_info}
%description
A library to access X.509 and CMS data structures.
%package devel
Group: Development/Libraries
Summary: Static libraries and headers for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
A library to access X.509 and CMS data structures.
This package contains static libraries and header files needed for development.
%debug_package
%prep
%setup -q
%build
%configure \
--disable-static
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post
/sbin/ldconfig
%install_info ksba.info
%postun -p /sbin/ldconfig
%preun
%uninstall_info ksba.info
exit 0
%files
%defattr(-,root,root)
%{_libdir}/libksba.so.*
%{_infodir}/ksba.info.*
%doc AUTHORS COPYING
%files devel
%defattr(-,root,root)
%{_bindir}/ksba-config
%{_datadir}/aclocal/ksba.m4
%{_includedir}/*.h
%{_libdir}/libksba.so
%{_libdir}/pkgconfig/ksba.pc
%doc ChangeLog NEWS README THANKS TODO
%changelog
* Sat Oct 08 2022 Automatic Build System <autodist@mambasoft.it> 1.6.2-1mamba
- automatic version update by autodist
* Sun Sep 18 2022 Automatic Build System <autodist@mambasoft.it> 1.6.1-1mamba
- automatic version update by autodist
* Fri Jun 11 2021 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
- automatic version update by autodist
* Wed Apr 07 2021 Automatic Build System <autodist@mambasoft.it> 1.5.1-1mamba
- automatic version update by autodist
* Sun Feb 07 2021 Automatic Build System <autodist@mambasoft.it> 1.5.0-1mamba
- automatic version update by autodist
* Sat Jun 06 2020 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
- automatic version update by autodist
* Fri Sep 16 2016 Automatic Build System <autodist@mambasoft.it> 1.3.5-1mamba
- automatic update by autodist
* Thu May 12 2016 Automatic Build System <autodist@mambasoft.it> 1.3.4-1mamba
- automatic version update by autodist
* Wed Apr 15 2015 Automatic Build System <autodist@mambasoft.it> 1.3.3-1mamba
- automatic update by autodist
* Wed Nov 26 2014 Automatic Build System <autodist@mambasoft.it> 1.3.2-1mamba
- automatic version update by autodist
* Tue Sep 30 2014 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
- automatic update by autodist
* Sun Oct 14 2012 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
- automatic version update by autodist
* Mon Mar 14 2011 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
- automatic update by autodist
* Mon Nov 08 2010 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
- automatic update by autodist
* Thu Jul 22 2010 Automatic Build System <autodist@mambasoft.it> 1.0.8-1mamba
- automatic update by autodist
* Sat Jul 11 2009 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
- automatic update by autodist
* Tue Jun 09 2009 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
- automatic update by autodist
* Mon Mar 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.5-1mamba
- automatic update by autodist
* Mon Jan 05 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-1mamba
- automatic update by autodist
* Mon Jul 09 2007 Aleph0 <aleph0@openmamba.org> 1.0.2-1mamba
- update to 1.0.2
* Wed Dec 21 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.9.13-1qilnx
- update to version 0.9.13 by autospec
* Wed Sep 14 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.9.12-1qilnx
- update to version 0.9.12 by autospec
- specfile scriplets updated to install/uninstall info stuff
* Tue Oct 12 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.9-1qilnx
- package created by autospec