diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-04-15 08:09:36 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-04-15 08:09:36 +0200 |
commit | 6f39fae1c6a2bc99091819c9c06d92e23626efe6 (patch) | |
tree | 90f4172f89b409dd5416d159206b260bd82c0916 /219-cpan.spec | |
parent | e41a2566166dc137116fdc2f78a1100f5b060a6c (diff) |
fusioninventory-agent: cpan spec
Diffstat (limited to '219-cpan.spec')
-rw-r--r-- | 219-cpan.spec | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/219-cpan.spec b/219-cpan.spec new file mode 100644 index 0000000..1784f86 --- /dev/null +++ b/219-cpan.spec @@ -0,0 +1,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. |