diff options
| author | Remi Collet <fedora@famillecollet.com> | 2012-05-10 19:57:39 +0200 |
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2012-05-10 19:57:39 +0200 |
| commit | f4b0f4d417088859d6283fda26791fbea7e2fefe (patch) | |
| tree | 16befae867d574054090382ead1b29de7a4bef01 | |
| parent | 69f0ed73c5d8f1b9364120c75bb0ed04dd191bcb (diff) | |
| -rw-r--r-- | perl-FusionInventory-Agent-Task-NetDiscovery.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-FusionInventory-Agent-Task-NetDiscovery.spec b/perl-FusionInventory-Agent-Task-NetDiscovery.spec index ba19781..b38b0d6 100644 --- a/perl-FusionInventory-Agent-Task-NetDiscovery.spec +++ b/perl-FusionInventory-Agent-Task-NetDiscovery.spec @@ -10,7 +10,7 @@ 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(ExtUtils::MakeMaker) perl(Module::Install) +BuildRequires: perl(inc::Module::Install) # For tests BuildRequires: perl(FusionInventory::Agent) >= 2.2.0 BuildRequires: perl(Net::SNMP) @@ -36,6 +36,9 @@ SNMP protocol. %prep %setup -q -n FusionInventory-Agent-Task-NetDiscovery-%{version} +# Use system ones +rm -rf inc/* + %build perl Makefile.PL \ |
