libksba/libksba.spec

114 lines
3.2 KiB
RPMSpec
Raw Permalink Normal View History

Name: libksba
Version: 1.3.4
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: http://www.gnupg.org
Source: ftp://ftp.gnupg.org/gcrypt/libksba/libksba-%{version}.tar.bz2
License: GPL
Requires(post):%{__install_info}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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 need for development.
%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}/*.so.*
%{_infodir}/ksba.info.*
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
%files devel
%defattr(-,root,root)
%{_bindir}/ksba-config
%{_datadir}/aclocal/ksba.m4
%{_includedir}/*.h
%{_libdir}/*.la
%{_libdir}/*.so
%changelog
* 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