perl-Net-Appliance-Phrasebook/perl-Net-Appliance-Phrasebook.spec

Name: perl-Net-Appliance-Phrasebook
Summary: Network appliance command-line phrasebook
Version: 1.8
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Net-Appliance-Phrasebook/
Description: Network appliance command-line phrasebook.

CentOS 7 x86_64

The build could not start because the following file is missing: Net-Appliance-Phrasebook-1.8.tar.gz

Build Status

CentOS 6 x86_64

The build could not start because the following file is missing: Net-Appliance-Phrasebook-1.8.tar.gz

Build Status

Contents

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

# $Id$
# Authority: dries
# Upstream: Oliver Gorwits <oliver,gorwits$oucs,ox,ac,uk>

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

%define real_name Net-Appliance-Phrasebook

Summary: Network appliance command-line phrasebook
Name: perl-Net-Appliance-Phrasebook
Version: 1.8
Release: 1%{?dist}
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Net-Appliance-Phrasebook/

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

BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)

%description
Network appliance command-line phrasebook.

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

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

%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 INSTALL MANIFEST META.yml README
%doc %{_mandir}/man3/Net::Appliance::Phrasebook.3pm*
%dir %{perl_vendorlib}/Net/
%dir %{perl_vendorlib}/Net/Appliance/
%{perl_vendorlib}/Net/Appliance/Phrasebook/nas-pb.yml
%{perl_vendorlib}/Net/Appliance/Phrasebook.pm

%changelog
* Sat Jul  4 2009 Christoph Maser <cmr@financial.com> - 1.8-1
- Updated to version 1.8.

* Tue Sep 16 2008 Dag Wieers <dag@wieers.com> - 1.2-1
- Updated to release 1.2.

* Wed May 14 2008 Dag Wieers <dag@wieers.com> - 0.09-1
- Updated to release 0.09.

* Thu Nov 15 2007 Dag Wieers <dag@wieers.com> - 0.08-1
- Updated to release 0.08.

* Sun Nov 19 2006 Dries Verachtert <dries@ulyssis.org> - 0.07-1
- Initial package.