Compare commits
No commits in common. 'master' and 'git-annex' have entirely different histories.
8 changed files with 4 additions and 69 deletions
@ -1,3 +0,0 @@ |
|||||||
the .tito/packages directory contains metadata files |
|
||||||
named after their packages. Each file has the latest tagged |
|
||||||
version and the project's relative directory. |
|
@ -1 +0,0 @@ |
|||||||
../../tito_libs/releasers.conf |
|
@ -1,6 +0,0 @@ |
|||||||
[buildconfig] |
|
||||||
builder = tito.builder.GitAnnexBuilder |
|
||||||
tagger = tito.tagger.ReleaseTagger |
|
||||||
changelog_do_not_remove_cherrypick = 0 |
|
||||||
changelog_format = %s (%ae) |
|
||||||
lib_dir = ../tito_libs |
|
@ -0,0 +1,2 @@ |
|||||||
|
1535804033.195036975s 1 00000000-0000-0000-0000-000000000001 |
||||||
|
1535804033.196909524s 1 d710bfd0-61a3-438a-9acd-8608214609ca |
@ -0,0 +1 @@ |
|||||||
|
1535804033.193860918s 1 https://downloads.sourceforge.net/project/openca/libpki/releases/v0.8.9/sources/libpki-0.8.9.tar.gz |
@ -1 +0,0 @@ |
|||||||
.git/annex/objects/X3/02/SHA256E-s1174332--909ccfcc7b846b30a495cc7a83b7d12273ccaed664ba00830358a1c78dca1326.tar.gz/SHA256E-s1174332--909ccfcc7b846b30a495cc7a83b7d12273ccaed664ba00830358a1c78dca1326.tar.gz |
|
@ -1,58 +0,0 @@ |
|||||||
Name: libpki |
|
||||||
Version: 0.8.9 |
|
||||||
Release: 0.beta1%{?dist} |
|
||||||
Summary: OpenCA PKI development library |
|
||||||
Group: Security/PKI |
|
||||||
License: OpenCA License (BSD Style) |
|
||||||
URL: http://www.openca.org/projects/libpki |
|
||||||
Source0: %{name}-%{version}.tar.gz |
|
||||||
BuildRequires: openssl-devel |
|
||||||
BuildRequires: libxml2-devel |
|
||||||
BuildRequires: openldap-devel |
|
||||||
|
|
||||||
%description |
|
||||||
OpenCA Labs' Easy to use PKI library. |
|
||||||
|
|
||||||
%package devel |
|
||||||
Summary: Development tools for LibPKI applications |
|
||||||
Group: Security/PKI |
|
||||||
Requires: libpki >= %ver |
|
||||||
|
|
||||||
%description devel |
|
||||||
Includes and documentation for developing applications by using |
|
||||||
LibPKI. |
|
||||||
|
|
||||||
%prep |
|
||||||
%setup -q |
|
||||||
|
|
||||||
|
|
||||||
%build |
|
||||||
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh $ARCH_FLAGS --prefix="%{prefix}" --mandir="%{_mandir}" |
|
||||||
%configure |
|
||||||
make %{?_smp_mflags} |
|
||||||
make man |
|
||||||
|
|
||||||
%install |
|
||||||
%make_install |
|
||||||
|
|
||||||
|
|
||||||
%files |
|
||||||
%defattr(-, root, root) |
|
||||||
|
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README |
|
||||||
|
|
||||||
%{_bindir}/pki-* |
|
||||||
%{_bindir}/url-* |
|
||||||
%{_libdir}/libpki* |
|
||||||
%{_sysconfdir}/libpki/* |
|
||||||
%{_sysconfdir}/pki.conf |
|
||||||
|
|
||||||
%files devel |
|
||||||
%defattr(-, root, root) |
|
||||||
%{_bindir}/libpki-config |
|
||||||
%{_includedir}/* |
|
||||||
%{_datadir}/* |
|
||||||
|
|
||||||
%changelog |
|
||||||
* Sat Sep 1 2018 Daniel Berteaud <daniel@firewall-services.com> 0.8.9-1 |
|
||||||
- Initial release |
|
Loading…
Reference in new issue