blob: 1784f86bfd29d55da1002fce36ff3d92e641aab2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
Name: perl-FusionInventory-Agent
Version: 2.1.9
Release: 1%{?dist}
Summary: FusionInventory::Agent Perl module
License: GPL+
Group: Development/Libraries
URL: http://search.cpan.org/dist/FusionInventory-Agent/
Source0: http://www.cpan.org/modules/by-module/FusionInventory/FusionInventory-Agent-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl >= 1:5.8.0
BuildRequires: perl(Compress::Zlib)
BuildRequires: perl(Crypt::SSLeay)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::ShareDir)
BuildRequires: perl(HTTP::Daemon)
BuildRequires: perl(LWP)
BuildRequires: perl(Net::CUPS) >= 0.6
BuildRequires: perl(Net::IP)
BuildRequires: perl(Proc::Daemon)
BuildRequires: perl(Proc::PID::File)
BuildRequires: perl(Test::More)
BuildRequires: perl(UNIVERSAL::require)
BuildRequires: perl(XML::Simple)
BuildRequires: perl(XML::TreePP)
Requires: perl(Compress::Zlib)
Requires: perl(Crypt::SSLeay)
Requires: perl(File::ShareDir)
Requires: perl(HTTP::Daemon)
Requires: perl(LWP)
Requires: perl(Net::CUPS) >= 0.6
Requires: perl(Net::IP)
Requires: perl(Proc::Daemon)
Requires: perl(Proc::PID::File)
Requires: perl(UNIVERSAL::require)
Requires: perl(XML::Simple)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
NAME fusioninventory-agent - FusionInventory agent For Linux/UNIX,
Windows and MacOSX
%prep
%setup -q -n FusionInventory-Agent-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
%check
make test
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS Changes fusioninventory-agent fusioninventory-agent-config fusioninventory-injector fusioninventory-win32-service LICENSE memconf README README.html THANKS
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Sat Apr 14 2012 http://blog.famillecollet.com 2.1.9-1
- Specfile autogenerated by cpanspec 1.78.
|