diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-05-07 16:34:25 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-05-07 16:34:25 +0200 |
commit | 4275a534642123f914a270000646f790b4079f9b (patch) | |
tree | 5f7e9f159535796816626a604149f463e3c0f4d6 | |
parent | 9277a50ae811bc1ee4b228b441c0e6c0eba3b7f1 (diff) |
perl-FusionInventory-Agent-Task-NetInventory: changes from review
-rw-r--r-- | perl-FusionInventory-Agent-Task-NetInventory.spec | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/perl-FusionInventory-Agent-Task-NetInventory.spec b/perl-FusionInventory-Agent-Task-NetInventory.spec index b269d68..e8d0666 100644 --- a/perl-FusionInventory-Agent-Task-NetInventory.spec +++ b/perl-FusionInventory-Agent-Task-NetInventory.spec @@ -1,6 +1,6 @@ Name: perl-FusionInventory-Agent-Task-NetInventory Version: 2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Remote inventory support for FusionInventory Agent License: GPLv2+ Group: Development/Libraries @@ -11,11 +11,22 @@ Source0: http://search.cpan.org/CPAN/authors/id/F/FU/FUSINV/FusionInvento BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.8.0 -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(inc::Module::Install) # For tests -BuildRequires: perl(FusionInventory::Agent::Task::NetDiscovery) >= 2.1 BuildRequires: perl(Test::More) BuildRequires: perl(Test::Compile) +BuildRequires: perl(base) +BuildRequires: perl(constant) +BuildRequires: perl(threads) +BuildRequires: perl(threads::shared) +BuildRequires: perl(Encode) +BuildRequires: perl(FusionInventory::Agent::Task::NetDiscovery) >= 2.1 +BuildRequires: perl(FusionInventory::Agent::Task) +BuildRequires: perl(FusionInventory::Agent::SNMP) +BuildRequires: perl(FusionInventory::Agent::XML::Query) +BuildRequires: perl(FusionInventory::Agent::Tools) +BuildRequires: perl(FusionInventory::Agent::Tools::Network) +BuildRequires: perl(FusionInventory::Agent::XML::Response) Requires: perl(FusionInventory::Agent::Task::NetDiscovery) >= 2.1 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -38,6 +49,10 @@ from remote hosts through SNMP protocol: %prep %setup -q -n FusionInventory-Agent-Task-NetInventory-%{version} +# Use system ones +rm -rf inc/* + + %build perl Makefile.PL \ PREFIX=%{_prefix} \ @@ -75,6 +90,9 @@ rm -rf %{buildroot} %changelog +* Mon May 07 2012 Remi Collet <remi@fedoraproject.org> - 2.1-2 +- changes from review (#812583) + * Sun Apr 15 2012 Remi Collet <remi@fedoraproject.org> - 2.1-1 - rename to perl-FusionInventory-Agent-Task-NetInventory - update to 2.1 for agent 2.2.0 |