Author: nanardon
Date: Mon Feb 19 12:59:12 2007
New Revision: 122735
Added:
packages/cooker/perl-MDV-Distribconf/current/SOURCES/MDV-Distribconf-3.07.tar.gz
(contents, props changed)
Removed:
packages/cooker/perl-MDV-Distribconf/current/SOURCES/MDV-Distribconf-3.06.tar.gz
Modified:
packages/cooker/perl-MDV-Distribconf/current/SPECS/perl-MDV-Distribconf.spec
Log:
- 3.07
Added:
packages/cooker/perl-MDV-Distribconf/current/SOURCES/MDV-Distribconf-3.07.tar.gz
==============================================================================
Binary file. No diff available.
Modified:
packages/cooker/perl-MDV-Distribconf/current/SPECS/perl-MDV-Distribconf.spec
==============================================================================
---
packages/cooker/perl-MDV-Distribconf/current/SPECS/perl-MDV-Distribconf.spec
(original)
+++
packages/cooker/perl-MDV-Distribconf/current/SPECS/perl-MDV-Distribconf.spec
Mon Feb 19 12:59:12 2007
@@ -1,5 +1,5 @@
%define dist MDV-Distribconf
-%define version 3.06
+%define version 3.07
%define release %mkrel 1
Summary: Read and write config of a Mandriva Linux distribution tree
@@ -13,11 +13,23 @@
BuildRoot: %{_tmppath}/%{name}-buildroot/
BuildArch: noarch
BuildRequires: perl perl-Config-IniFiles perl-MDV-Packdrakeng
+BuildRequires: perl(RPM4)
%description
MDV::Distribconf is a module to get/write the configuration of a Mandriva Linux
distribution tree.
+%package -n mdv-distrib-tools
+Summary: Tools use to maintains Mandriva distrib tree
+Group: Development/Perl
+
+%description -n mdv-distrib-tools
+Tools use to maintains Mandriva distrib tree.
+
+This include:
+- gendistrib (experimental)
+- checkdistrib
+
%prep
%setup -q -n %{dist}-%{version}
@@ -38,7 +50,13 @@
%files
%defattr(-,root,root)
%doc ChangeLog
-%{_mandir}/*/*
-%{perl_vendorlib}/MDV/Distribconf
+%{_mandir}/*/MDV::Distribconf.*
+%dir %{perl_vendorlib}/MDV/Distribconf
%{perl_vendorlib}/MDV/Distribconf.pm
+
+%files -n mdv-distrib-tools
+%defattr(-,root,root)
%_bindir/*
+%{perl_vendorlib}/MDV/Distribconf/*
+%{_mandir}/*/MDV::Distribconf::*
+%{_mandir}/man1/*