auto-import changelog data from perl-Bit-Vector-6.1-26.src.rpm
Tue Aug 06 2002 Chip Turner <cturner@redhat.com> - automated release bump and build
This commit is contained in:
parent
1eb7e91422
commit
b3217dc8d3
@ -1,13 +1,13 @@
|
||||
Name: perl-Bit-Vector
|
||||
Version: 6.1
|
||||
Release: 24
|
||||
Release: 26
|
||||
Summary: A module for high-performance Perl manipulation of bit vectors.
|
||||
License: distributable
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/search?mode=module&query=Bit%3a%3aVector
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
BuildRequires: perl >= 0:5.00503
|
||||
Source0: Bit-Vector-6.1.tar.gz
|
||||
Source0: Bit-Vector-%{version}.tar.gz
|
||||
|
||||
%description
|
||||
Bit::Vector is an efficient C library which allows you to handle bit
|
||||
@ -40,16 +40,19 @@ find $RPM_BUILD_ROOT/usr -type f -print | \
|
||||
sed "s@^$RPM_BUILD_ROOT@@g" | \
|
||||
grep -v perllocal.pod | \
|
||||
grep -v Carp::Clan.3pm.gz | \
|
||||
grep -v "\.packlist" > Bit-Vector-6.1-filelist
|
||||
if [ "$(cat Bit-Vector-6.1-filelist)X" = "X" ] ; then
|
||||
grep -v "\.packlist" > Bit-Vector-%{version}-filelist
|
||||
if [ "$(cat Bit-Vector-%{version}-filelist)X" = "X" ] ; then
|
||||
echo "ERROR: EMPTY FILE LIST"
|
||||
exit -1
|
||||
fi
|
||||
|
||||
%files -f Bit-Vector-6.1-filelist
|
||||
%files -f Bit-Vector-%{version}-filelist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Tue Aug 6 2002 Chip Turner <cturner@redhat.com>
|
||||
- automated release bump and build
|
||||
|
||||
* Wed Jan 30 2002 cturner@redhat.com
|
||||
- Specfile autogenerated
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user