Name: OpenXPKI-Client Version: 0.9.651 Release: 1%{?dist} Summary: OpenXPKI Client base library License: Apache Software License Group: System Environment/Libraries URL: http://www.openxpki.org Source0: http://www.openxpki.org/lastmidnight/OpenXPKI-Client-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::Std) >= 0.0.8 BuildRequires: perl(Module::Build) BuildRequires: perl(OpenXPKI::Debug) BuildRequires: perl(OpenXPKI::Exception) BuildRequires: perl(OpenXPKI::Serialization::JSON) BuildRequires: perl(OpenXPKI::Serialization::Simple) BuildRequires: perl(OpenXPKI::Transport::Simple) BuildRequires: perl(version) >= 0.60 BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The OpenXPKI Project aims at creating an enterprise-grade PKI/Trustcenter software supporting well established infrastructure components like RDBMS and Hardware Security Modules. Flexibility and modularity are the project's key design objectives. OpenXPKI::Client is a base class for client communication with an OpenXPKI server daemon. %prep %setup -q %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf %{buildroot} ./Build install destdir=%{buildroot} create_packlist=0 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check # Testsuite is broken right now #./Build test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes LICENSE README VERSION %{perl_vendorlib}/OpenXPKI/Client* %{_mandir}/man3/OpenXPKI::Client* %changelog * Sun Mar 18 2007 Andreas Thienemann 0.9.651-1 - Cleaned for FE - Specfile autogenerated by cpanspec 1.69.1.