perl-Gtk-HandyCList/perl-Gtk-HandyCList.spec

Name: perl-Gtk-HandyCList
Summary: Gtk-HandyCList module for perl
Version: 0.031
Release: 1.2
License: distributable
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Gtk-HandyCList/
Description: Gtk-HandyCList module for perl

CentOS 7 x86_64

The build could not start because the following file is missing: Gtk-HandyCList-0.031.tar.gz

Build Status

CentOS 6 x86_64

The build could not start because the following file is missing: Gtk-HandyCList-0.031.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 Gtk-HandyCList

Summary: Gtk-HandyCList module for perl
Name: perl-Gtk-HandyCList
Version: 0.031
Release: 1.2%{?dist}
License: distributable
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Gtk-HandyCList/

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

BuildRequires: perl >= 0:5.00503
BuildRequires: perl(ExtUtils::MakeMaker)
Requires: perl >= 0:5.00503

%description
Gtk-HandyCList module for perl

%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
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc Changes MANIFEST
%doc %{_mandir}/man?/*
%{perl_vendorlib}/Gtk/HandyCList.pm

%changelog
* Mon Apr 10 2006 Dries Verachtert <dries@ulyssis.org> - 0.031-1.2
- Rebuild for Fedora Core 5.

* Sat Nov  5 2005 Dries Verachtert <dries@ulyssis.org> - 0.031-1
- Updated to release 0.031.

* Sun Oct 12 2003 Dag Wieers <dag@wieers.com> - 0.02
- Initial package. (using DAR)