perl-GTop/perl-GTop.spec

Name: perl-GTop
Summary: Perl module to interface with libgtop
Version: 0.16
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/GTop/
Description: perl-GTop is a Perl module to interface with libgtop.

CentOS 7 x86_64

The build could not start because the following file is missing: GTop-0.16.tar.gz

Build Status

CentOS 6 x86_64

The build could not start because the following file is missing: GTop-0.16.tar.gz

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dag

%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)

%define real_name GTop

Summary: Perl module to interface with libgtop 
Name: perl-GTop
Version: 0.16
Release: 1%{?dist}
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/GTop/

Source: http://www.cpan.org/modules/by-module/GTop/GTop-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: glib2-devel

%description
perl-GTop is a Perl module to interface with libgtop.

%prep
%setup -n %{real_name}-%{version}

%build
CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
%{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}"

%install
%{__rm} -rf %{buildroot}
%{__make} pure_install

### Clean up buildroot
find %{buildroot} -name .packlist -exec %{__rm} {} \;

### Clean up docs
find examples/ -type f -exec %{__chmod} a-x {} \;

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc Changes MANIFEST META.yml README TODO examples/
%doc %{_mandir}/man3/GTop.3pm*
%{perl_vendorarch}/GTop.pm
%{perl_vendorarch}/GTop.pod
%{perl_vendorarch}/config.pl
%{perl_vendorarch}/auto/GTop/

%changelog
* Sat Aug 04 2007 Dag Wieers <dag@wieers.com> - 0.16-1
- Initial package. (using DAR)