rpms/perl-Gtk2-Ex-PodViewer/FC-6 perl-Gtk2-Ex-PodViewer.spec, NONE, 1.1

Bernard Johnson (bjohnson) fedora-extras-commits at redhat.com
Wed Mar 21 07:35:14 UTC 2007


Author: bjohnson

Update of /cvs/extras/rpms/perl-Gtk2-Ex-PodViewer/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32562/FC-6

Added Files:
	perl-Gtk2-Ex-PodViewer.spec 
Log Message:
copy from branch devel



--- NEW FILE perl-Gtk2-Ex-PodViewer.spec ---
Name:           perl-Gtk2-Ex-PodViewer
Version:        0.17
Release:        1%{?dist}
Summary:        A Gtk2 widget for displaying Plain old Documentation (POD)

Group:          Development/Libraries
License:        Artistic or GPL
URL:            http://search.cpan.org/dist/Gtk2-Ex-PodViewer/
Source0:        http://search.cpan.org/CPAN/authors/id/G/GB/GBROWN/Gtk2-Ex-PodViewer-0.17.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl, perl-gettext, perl-IO-stringy, perl-Pod-Simple
BuildRequires:  perl-Gtk2
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
A Gtk2 widget for displaying Plain old Documentation (POD) files.


%prep
%setup -q -n Gtk2-Ex-PodViewer-%{version}

# remove -x bits from files that don't need them
find . -type f -print | xargs chmod a-x

%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 ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/man1/*.1*
%{_mandir}/man3/*.3*


%changelog
* Mon Mar 19 2007 Bernard Johnson <bjohnson at symetrix.com> - 0.17-1
- initial release




More information about the fedora-extras-commits mailing list