auto-import changelog data from perl-Net-DNS-0.26-2.src.rpm
Tue Aug 06 2002 Chip Turner <cturner@redhat.com> - automated release bump and build Tue Aug 06 2002 Chip Turner <cturner@localhost.localdomain> - update to 0.26 Thu Jun 27 2002 Chip Turner <cturner@redhat.com> - description update
This commit is contained in:
parent
a6761a426e
commit
f42535bd58
@ -1 +1 @@
|
|||||||
Net-DNS-0.23.tar.gz
|
Net-DNS-0.26.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Net-DNS
|
Name: perl-Net-DNS
|
||||||
Version: 0.23
|
Version: 0.26
|
||||||
Release: 4
|
Release: 2
|
||||||
Packager: cturner@redhat.com
|
Packager: cturner@redhat.com
|
||||||
Summary: Net-DNS Perl module
|
Summary: Net-DNS Perl module
|
||||||
License: distributable
|
License: distributable
|
||||||
@ -8,12 +8,19 @@ Group: Development/Libraries
|
|||||||
URL: http://search.cpan.org/search?mode=module&query=Net%3a%3aDNS
|
URL: http://search.cpan.org/search?mode=module&query=Net%3a%3aDNS
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
BuildRequires: perl >= 0:5.00503
|
BuildRequires: perl >= 0:5.00503
|
||||||
Source0: Net-DNS-0.23.tar.gz
|
Source0: Net-DNS-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl-Digest-HMAC
|
BuildRequires: perl-Digest-HMAC
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Net-DNS Perl module
|
Net::DNS is a collection of Perl modules that act as a Domain Name
|
||||||
|
System (DNS) resolver. It allows the programmer to perform DNS queries
|
||||||
|
that are beyond the capabilities of gethostbyname and gethostbyaddr.
|
||||||
|
|
||||||
|
The programmer should be somewhat familiar with the format of a DNS
|
||||||
|
packet and its various sections. See RFC 1035 or DNS and BIND (Albitz
|
||||||
|
& Liu) for details.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Net-DNS-%{version}
|
%setup -q -n Net-DNS-%{version}
|
||||||
|
|
||||||
@ -36,16 +43,25 @@ make install
|
|||||||
find $RPM_BUILD_ROOT/usr -type f -print | \
|
find $RPM_BUILD_ROOT/usr -type f -print | \
|
||||||
sed "s@^$RPM_BUILD_ROOT@@g" | \
|
sed "s@^$RPM_BUILD_ROOT@@g" | \
|
||||||
grep -v perllocal.pod | \
|
grep -v perllocal.pod | \
|
||||||
grep -v "\.packlist" > Net-DNS-0.23-filelist
|
grep -v "\.packlist" > Net-DNS-%{version}-filelist
|
||||||
if [ "$(cat Net-DNS-0.23-filelist)X" = "X" ] ; then
|
if [ "$(cat Net-DNS-%{version}-filelist)X" = "X" ] ; then
|
||||||
echo "ERROR: EMPTY FILE LIST"
|
echo "ERROR: EMPTY FILE LIST"
|
||||||
exit -1
|
exit -1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%files -f Net-DNS-0.23-filelist
|
%files -f Net-DNS-%{version}-filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 6 2002 Chip Turner <cturner@redhat.com>
|
||||||
|
- automated release bump and build
|
||||||
|
|
||||||
|
* Tue Aug 6 2002 Chip Turner <cturner@localhost.localdomain>
|
||||||
|
- update to 0.26
|
||||||
|
|
||||||
|
* Thu Jun 27 2002 Chip Turner <cturner@redhat.com>
|
||||||
|
- description update
|
||||||
|
|
||||||
* Sat Jun 15 2002 cturner@redhat.com
|
* Sat Jun 15 2002 cturner@redhat.com
|
||||||
- Specfile autogenerated
|
- Specfile autogenerated
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user