make cpan updates META.yml

This commit is contained in:
Xavier Guimard 2009-02-19 08:26:22 +00:00
parent 30d2bd4dd4
commit 9fdea7384f
3 changed files with 10 additions and 4 deletions

View File

@ -425,6 +425,12 @@ debian-dist: dist
@mv lemonldap-ng-$(VERSION).tar.gz lemonldap-ng_$(VERSION).orig.tar.gz
cpan: clean configure common_cpan handler_cpan portal_cpan manager_cpan
for i in Common Portal Handler Manager; do \
tar xzf Lemonldap-NG-$$i-*.tar.gz \
$$(tar tzf Lemonldap-NG-$$i-*.tar.gz |grep META.yml); \
mv Lemonldap-NG-$$i-*/META.yml lemonldap-ng-$$(perl -e "print lc('$$i')")/; \
rmdir Lemonldap-NG-$$i*/; \
done
common_cpan: common_conf
@$(MAKE) -C ${SRCCOMMONDIR} dist

View File

@ -1,6 +1,6 @@
--- #YAML:1.0
name: Lemonldap-NG-Common
version: 0.9
version: 0.92
abstract: Common files for Lemonldap::NG infrastructure
license: ~
author:
@ -10,11 +10,11 @@ distribution_type: module
requires:
Cache::Cache: 0
CGI: 3.08
Crypt::Rijndael: 0
DBI: 0
Regexp::Assemble: 0
Storable: 0
SOAP::Lite: 0
Crypt::Rijndael: 0
Storable: 0
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.3.html
version: 1.3

View File

@ -1,6 +1,6 @@
--- #YAML:1.0
name: Lemonldap-NG-Portal
version: 0.86
version: 0.87
abstract: The authentication portal part of Lemonldap::NG Web-SSO
license: ~
author: