# Automatically generated by Net-Bind.spec.PL %define perlmod Net-Bind Summary: %{perlmod} perl module Name: perl-%{perlmod} Version: 0.05 Release: 1 License: GPL Group: Development/Languages/Perl Source0: http://www.cpan.org./authors/id/B/BB/BBB/%{perlmod}-%{version}.tar.gz Packager: Rob Brown Prefix: /usr BuildRequires: perl Requires: perl BuildRoot: /var/tmp/%{name}-%{version}-root-%(id -u -n) Provides: %{perlmod} = %{version} %description %{perlmod} Perl Module %prep %setup -q -n %{perlmod}-%{version} %build perl Makefile.PL make make test %install rm -rf $RPM_BUILD_ROOT make PREFIX=$RPM_BUILD_ROOT%{prefix} install [ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress find $RPM_BUILD_ROOT%{prefix} -type f -print | perl -ne "print if s@^$RPM_BUILD_ROOT@@g && !/perllocal|packlist/" > %{name}-filelist %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}-filelist %defattr(-,root,root) %doc README %post %changelog * Sat Apr 06 2002 Rob Brown - initial creation