This commit is contained in:
Warren Togami 2005-03-31 22:37:04 +00:00
parent 3e40869c9b
commit 5c7635a632
3 changed files with 10 additions and 6 deletions

View File

@ -1 +1,2 @@
Bit-Vector-6.3.tar.gz
Bit-Vector-6.4.tar.gz

View File

@ -1,13 +1,14 @@
Name: perl-Bit-Vector
Version: 6.3
Release: 4
Version: 6.4
Release: 1
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-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/Bit-Vector-%{version}.tar.gz
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
Bit::Vector is an efficient C library which allows you to handle bit
@ -34,6 +35,8 @@ rm -rf $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT
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 | \
@ -52,8 +55,8 @@ find $RPM_BUILD_ROOT/usr -name perllocal.pod -o -name 'Carp::Clan.3pm*' \
%defattr(-,root,root)
%changelog
* Wed Mar 30 2005 Warren Togami <wtogami@redhat.com>
- remove brp-compress
* Thu Mar 31 2005 Warren Togami <wtogami@redhat.com> 6.4-1
- 6.4
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt

View File

@ -1 +1 @@
8b2bd3bf6fe5b0de4cbeaf0621b969f5 Bit-Vector-6.3.tar.gz
681433ff4f0b4da95dc5c560b7f5cc31 Bit-Vector-6.4.tar.gz