aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MANIFEST1
-rw-r--r--Makefile.PL1
-rw-r--r--rpmtools.spec12
3 files changed, 11 insertions, 3 deletions
diff --git a/MANIFEST b/MANIFEST
index c5fff15..f29de77 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3,6 +3,7 @@ genhdlist
rpm2cpio.pl
dumpdistribconf
Distribconf.pm
+Distribconf/Build.pm
packdrake
Packdrakeng.pm
Packdrakeng/zlib.pm
diff --git a/Makefile.PL b/Makefile.PL
index 03605cc..ec5190d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -62,6 +62,7 @@ WriteMakefile(
'Packdrakeng/zlib.pm' => '$(INST_LIBDIR)/Packdrakeng/zlib.pm',
'packdrake.pm' => '$(INST_LIBDIR)/packdrake.pm',
'Distribconf.pm' => '$(INST_LIBDIR)/Distribconf.pm',
+ 'Distribconf/Build.pm' => '$(INST_LIBDIR)/Distribconf/Build.pm',
},
'EXE_FILES' => [ qw(gendistrib genhdlist packdrake rpm2header parsehdlist rpm2cpio.pl dumpdistribconf) ],
C => [],
diff --git a/rpmtools.spec b/rpmtools.spec
index 57e5270..7a05208 100644
--- a/rpmtools.spec
+++ b/rpmtools.spec
@@ -2,7 +2,7 @@
%define release 1mdk
# do not modify here, see Makefile in the CVS
-%define version 5.0.14
+%define version 5.0.15
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"')
%define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm)
@@ -66,9 +66,9 @@ is fully compatible with old packdrake.
%{_bindir}/genhdlist
%{_bindir}/rpm2cpio.pl
%{_bindir}/dumpdistribconf
-%{perl_vendorlib}/Distribconf.pm
+%{perl_vendorlib}/Distribconf*
%{_mandir}/man1/*
-%{_mandir}/man3/Distribconf.*
+%{_mandir}/man3/Distribconf*
%files -n packdrake
%defattr(-,root,root)
@@ -79,6 +79,12 @@ is fully compatible with old packdrake.
%{_mandir}/man3/[pP]ackdrake*
%changelog
+* Tue Feb 22 2005 Olivier Thauvin <thauvin@aerov.jussieu.fr> 5.0.15-1mdk
+- generate VERSION
+- split Distribconf with Build
+- gendistrib: --skipmissingdir
+- gendistrib: perform little check
+
* Mon Feb 21 2005 Olivier Thauvin <thauvin@aerov.jussieu.fr> 5.0.14-1mdk
- fix undefined handle in write_hdlists