6.4
This commit is contained in:
parent
3e40869c9b
commit
5c7635a632
@ -1 +1,2 @@
|
||||
Bit-Vector-6.3.tar.gz
|
||||
Bit-Vector-6.4.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user