summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-09-04 12:28:23 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-09-04 12:28:23 +0000
commit315f01c57bc0045070c08f193007f7b30f9775d9 (patch)
tree4fa78b4093dc7f40a4cba4a21dfe955c74617395
parentb43cff12c0012bef87075ceb9090d4e83fbaf5de (diff)
downloadperl-MDK-Common-315f01c57bc0045070c08f193007f7b30f9775d9.tar
perl-MDK-Common-315f01c57bc0045070c08f193007f7b30f9775d9.tar.gz
perl-MDK-Common-315f01c57bc0045070c08f193007f7b30f9775d9.tar.bz2
perl-MDK-Common-315f01c57bc0045070c08f193007f7b30f9775d9.tar.xz
perl-MDK-Common-315f01c57bc0045070c08f193007f7b30f9775d9.zip
META.yml is no more automatically generated (??)
-rw-r--r--MANIFEST1
-rw-r--r--Makefile4
2 files changed, 2 insertions, 3 deletions
diff --git a/MANIFEST b/MANIFEST
index a6414bc..5faa26a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -11,4 +11,3 @@ lib/MDK/Common/System.pm
lib/MDK/Common/Various.pm
lib/MDK/Common.pm
MANIFEST
-META.yml Module meta-data (added by MakeMaker)
diff --git a/Makefile b/Makefile
index a144a4c..fb060b6 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ test: perl_checker.src/perl_checker
$(MAKE) -C perl_checker.src/test
clean:
- rm -f Makefile-MDK-Common MDK/Common.pm perl_checker.src/perl_checker *.tar.* META.yml .perl_checker.cache lib
+ rm -f Makefile-MDK-Common MDK/Common.pm perl_checker.src/perl_checker *.tar.* .perl_checker.cache lib
$(MAKE) -C perl_checker.src clean
find -name "*~" | xargs rm -rf
@@ -60,7 +60,7 @@ Makefile-MDK-Common:
tar-MDK-Common: clean Makefile-MDK-Common
$(MAKE) -f Makefile-MDK-Common dist
-srpm-MDK-Common: update tar-MDK-Common
+srpm-MDK-Common: tar-MDK-Common
cp -f MDK-Common*.tar.* $(RPM)/SOURCES
perl -I. -MMDK::Common -pe 's/THEVERSION/$$MDK::Common::VERSION/' perl-MDK-Common.spec > $(RPM)/SPECS/perl-MDK-Common.spec
-rpmbuild -bs $(RPM)/SPECS/perl-MDK-Common.spec