xca-0.2.12-1.spec
上传用户:stc1860
上传日期:2007-01-12
资源大小:234k
文件大小:1k
源码类别:

CA认证

开发平台:

MultiPlatform

  1. Summary: A GUI for handling X509 certificates, RSA keys, PKCS#10 Requests and RSA keys.
  2. Name: xca
  3. Version: 0.2.12
  4. Release: 1
  5. Copyright: BSD
  6. Group: X11
  7. Source: http://www.hohnstaedt.de/xca/src/xca-0.2.12.tar.gz
  8. %description
  9. The Program uses a Berkeley db for storage and supports RSA keys,
  10. Certificate signing requests (PKCS#10) and Certificates (X509v3)
  11. The signing of requests, and the creation of selfsigned certificates
  12. is supported. Both can use templates for simplicity.
  13. The PKI structures can be imported and exported in several formats
  14. like PKCS#12, PEM, DER, PKCS#8.
  15. %prep
  16. %setup
  17. %build
  18. ./configure --prefix=/usr --disable-printf-debug
  19. make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
  20. %install
  21. rm -rf $RPM_BUILD_ROOT
  22. export DESTDIR=$RPM_BUILD_ROOT
  23. make install
  24. %clean
  25. make clean
  26. rm -rf $RPM_BUILD_ROOT
  27. %files
  28. %defattr(-,root,root)
  29. %doc AUTHORS README COPYRIGHT debian/changelog
  30. /usr/bin/xca
  31. /usr/share/xca/*.png
  32. /usr/share/xca/xca_??.qm
  33. %changelog