Author: philharveyonline Date: Thu Jan 31 14:58:54 2013 New Revision: 1441002
URL: http://svn.apache.org/viewvc?rev=1441002&view=rev Log: NO-JIRA: Merged latest from trunk to this branch jni-binding with command: $ svn merge https://svn.apache.org/repos/asf/qpid/proton/trunk . --- Merging r1440457 through r1440999 into '.': U proton-c/bindings/perl/Makefile.PL U bin/release.sh --- Recording mergeinfo for merge of r1421251 through r1440999 into '.': U . Modified: qpid/proton/branches/jni-binding/ (props changed) qpid/proton/branches/jni-binding/bin/release.sh qpid/proton/branches/jni-binding/proton-c/bindings/perl/Makefile.PL Propchange: qpid/proton/branches/jni-binding/ ------------------------------------------------------------------------------ Merged /qpid/proton/trunk:r1440457-1440999 Modified: qpid/proton/branches/jni-binding/bin/release.sh URL: http://svn.apache.org/viewvc/qpid/proton/branches/jni-binding/bin/release.sh?rev=1441002&r1=1441001&r2=1441002&view=diff ============================================================================== --- qpid/proton/branches/jni-binding/bin/release.sh (original) +++ qpid/proton/branches/jni-binding/bin/release.sh Thu Jan 31 14:58:54 2013 @@ -151,3 +151,23 @@ EOF --exclude=.gitignore ) +## +## Create the Perl tarball +## +rootname="perl-qpid_proton-${VERSION}" +WORKDIR=$(mktemp -d) +mkdir -p "${WORKDIR}" +( + cd ${WORKDIR} + svn export -qr ${REVISION} ${URL}/${BRANCH}/proton-c/bindings/perl ${rootname} + + cat <<EOF > ${rootname}/SVN_INFO +Repo: ${URL} +Branch: ${BRANCH} +Revision: ${REVISION} +EOF + +tar zcf ${CURRDIR}/${rootname}.tar.gz ${rootname} \ + --exclude=CMakeLists.txt \ + --exclude=.gitignore +) Modified: qpid/proton/branches/jni-binding/proton-c/bindings/perl/Makefile.PL URL: http://svn.apache.org/viewvc/qpid/proton/branches/jni-binding/proton-c/bindings/perl/Makefile.PL?rev=1441002&r1=1441001&r2=1441002&view=diff ============================================================================== --- qpid/proton/branches/jni-binding/proton-c/bindings/perl/Makefile.PL (original) +++ qpid/proton/branches/jni-binding/proton-c/bindings/perl/Makefile.PL Thu Jan 31 14:58:54 2013 @@ -3,7 +3,7 @@ use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'qpid::cproton', + NAME => 'cproton_perl', DISTNAME => 'perl-qpid_proton', VERSION => '0.3', PREREQ_PM => {}, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
