[perl-WWW-Salesforce/el6/master] Initial import

Lubomir Rintel lkundrak at fedoraproject.org
Fri Nov 5 18:20:44 UTC 2010


commit e1dcd05b37685232f00f769eec1243338cfe430c
Author: Lubomir Rintel <lkundrak at v3.sk>
Date:   Fri Nov 5 19:20:04 2010 +0100

    Initial import

 .gitignore               |    1 +
 perl-WWW-Salesforce.spec |   69 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 71 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..194aa01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/WWW-Salesforce-0.13.tar.gz
diff --git a/perl-WWW-Salesforce.spec b/perl-WWW-Salesforce.spec
new file mode 100644
index 0000000..ab91732
--- /dev/null
+++ b/perl-WWW-Salesforce.spec
@@ -0,0 +1,69 @@
+Name:           perl-WWW-Salesforce
+Version:        0.13
+Release:        1%{?dist}
+Summary:        WWW::Salesforce Perl module
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/WWW-Salesforce/
+Source0:        http://archive.cpan.cz//authors/id/C/CA/CAPOEIRAB/WWW-Salesforce-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(SOAP::Lite) >= 0.68
+Requires:       perl(SOAP::Lite) >= 0.68
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+This class provides a simple abstraction layer between SOAP::Lite and
+Salesforce.com. Because SOAP::Lite does not support complexTypes, and
+document/literal encoding is limited, this module works around those
+limitations and provides a more intuitive interface a developer can
+interact with.
+
+
+%prep
+%setup -q -n WWW-Salesforce-%{version}
+
+
+%build
+# Don't answer interactive build questions
+exec </dev/null
+
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+
+%check
+#make test
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+
+%changelog
+* Tue Nov 02 2010 Lubomir Rintel (GoodData) <lubo.rintel at gooddata.com> 0.13-1
+- Bump to later release
+
+* Fri Aug 28 2009 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> 0.11-1
+- Specfile autogenerated by cpanspec 1.78.
+- Disable tests, they use network connection
+- Remove Crypt::SSLeay dependency
diff --git a/sources b/sources
index e69de29..f2e8437 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+939718ec0f7baf6c1e46a3ce7987dcd9  WWW-Salesforce-0.13.tar.gz


More information about the scm-commits mailing list