auto-import changelog data from perl-Digest-SHA1-2.01-6.src.rpm
Tue Aug 06 2002 Chip Turner <cturner@redhat.com> - automated release bump and build
This commit is contained in:
parent
f0c79ff54a
commit
a0bc0bebb3
@ -1,6 +1,6 @@
|
||||
Name: perl-Digest-SHA1
|
||||
Version: 2.01
|
||||
Release: 3
|
||||
Release: 6
|
||||
Packager: cturner@redhat.com
|
||||
Summary: Digest-SHA1 Perl module
|
||||
License: distributable
|
||||
@ -8,7 +8,7 @@ Group: Development/Libraries
|
||||
URL: http://search.cpan.org/search?mode=module&query=Digest%3a%3aSHA1
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
BuildRequires: perl >= 0:5.00503
|
||||
Source0: Digest-SHA1-2.01.tar.gz
|
||||
Source0: Digest-SHA1-%{version}.tar.gz
|
||||
|
||||
%description
|
||||
The Digest::SHA1 module allows you to use the NIST SHA-1 message
|
||||
@ -46,16 +46,19 @@ make install
|
||||
find $RPM_BUILD_ROOT/usr -type f -print | \
|
||||
sed "s@^$RPM_BUILD_ROOT@@g" | \
|
||||
grep -v perllocal.pod | \
|
||||
grep -v "\.packlist" > Digest-SHA1-2.01-filelist
|
||||
if [ "$(cat Digest-SHA1-2.01-filelist)X" = "X" ] ; then
|
||||
grep -v "\.packlist" > Digest-SHA1-%{version}-filelist
|
||||
if [ "$(cat Digest-SHA1-%{version}-filelist)X" = "X" ] ; then
|
||||
echo "ERROR: EMPTY FILE LIST"
|
||||
exit -1
|
||||
fi
|
||||
|
||||
%files -f Digest-SHA1-2.01-filelist
|
||||
%files -f Digest-SHA1-%{version}-filelist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Tue Aug 6 2002 Chip Turner <cturner@redhat.com>
|
||||
- automated release bump and build
|
||||
|
||||
* Thu Jun 27 2002 Chip Turner <cturner@redhat.com>
|
||||
- description update
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user