diff --git a/.cvsignore b/.cvsignore index e69de29..0ad77d6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +Net-DNS-0.23.tar.gz diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec new file mode 100644 index 0000000..4b1e22e --- /dev/null +++ b/perl-Net-DNS.spec @@ -0,0 +1,51 @@ +Name: perl-Net-DNS +Version: 0.23 +Release: 4 +Packager: cturner@redhat.com +Summary: Net-DNS Perl module +License: distributable +Group: Development/Libraries +URL: http://search.cpan.org/search?mode=module&query=Net%3a%3aDNS +BuildRoot: %{_tmppath}/%{name}-root +BuildRequires: perl >= 0:5.00503 +Source0: Net-DNS-0.23.tar.gz +BuildArch: noarch +BuildRequires: perl-Digest-HMAC + +%description +Net-DNS Perl module +%prep +%setup -q -n Net-DNS-%{version} + +%build +CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr INSTALLDIRS=vendor +make +make test + +%clean +rm -rf $RPM_BUILD_ROOT +%install + +rm -rf $RPM_BUILD_ROOT +eval `perl '-V:installarchlib'` +mkdir -p $RPM_BUILD_ROOT/$installarchlib +make install + +[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress + +find $RPM_BUILD_ROOT/usr -type f -print | \ + sed "s@^$RPM_BUILD_ROOT@@g" | \ + grep -v perllocal.pod | \ + grep -v "\.packlist" > Net-DNS-0.23-filelist +if [ "$(cat Net-DNS-0.23-filelist)X" = "X" ] ; then + echo "ERROR: EMPTY FILE LIST" + exit -1 +fi + +%files -f Net-DNS-0.23-filelist +%defattr(-,root,root) + +%changelog +* Sat Jun 15 2002 cturner@redhat.com +- Specfile autogenerated + diff --git a/sources b/sources index e69de29..87a56bd 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +2d0a02e8288da289f65648f8ab4dd713 Net-DNS-0.23.tar.gz