OBS User unknown 2009-06-18 14:58:30 +00:00 committed by Git OBS Bridge
parent 7551e910d4
commit 23e0e4f216

View File

@ -1,29 +1,37 @@
#
# spec file for package perl-Bit-Vector (Version 6.4)
#
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Bit-Vector
BuildRequires: perl-Carp-Clan
Version: 6.4
Release: 1
Requires: perl = %{perl_version}
Requires: perl-Carp-Clan
Autoreqprov: on
Group: Development/Libraries/Perl
License: Artistic License
URL: http://cpan.org/modules/by-module/Bit/
Summary: Efficient bit vector, set of integers and "big int" math library
Source: Bit-Vector-%{version}.tar.bz2
Patch: Bit-Vector-%{version}.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Name: perl-Bit-Vector
BuildRequires: perl-Carp-Clan
Version: 6.4
Release: 136
Requires: perl = %{perl_version}
Requires: perl-Carp-Clan
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic License
Url: http://cpan.org/modules/by-module/Bit/
Summary: Efficient bit vector, set of integers and "big int" math library
Source: Bit-Vector-%{version}.tar.bz2
Patch: Bit-Vector-%{version}.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Bit::Vector is an efficient C library which allows you to handle bit
@ -61,28 +69,28 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/auto/Bit
/var/adm/perl-modules/%{name}
%changelog -n perl-Bit-Vector
* Wed Jan 25 2006 - mls@suse.de
%changelog
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Aug 01 2005 - mjancar@suse.cz
* Mon Aug 01 2005 mjancar@suse.cz
- update to 6.4
- add perl-Carp-Clan to Requires
* Sun Jan 11 2004 - adrian@suse.de
* Sun Jan 11 2004 adrian@suse.de
- build as user
* Fri Aug 22 2003 - mjancar@suse.cz
* Fri Aug 22 2003 mjancar@suse.cz
- require the perl version we build with
* Tue Jul 15 2003 - mjancar@suse.cz
* Tue Jul 15 2003 mjancar@suse.cz
- adapt to perl-5.8.1
- use %%perl_process_packlist
* Mon Jun 16 2003 - mjancar@suse.cz
* Mon Jun 16 2003 mjancar@suse.cz
- use $RPM_OPT_FLAGS
- fix filelist
* Tue May 20 2003 - mjancar@suse.cz
* Tue May 20 2003 mjancar@suse.cz
- remove unpackaged files
* Sat Oct 12 2002 - prehak@suse.cz
* Sat Oct 12 2002 prehak@suse.cz
- update to version 6.3
- removed .txt extension from documentation files
* Tue Jul 02 2002 - mls@suse.de
* Tue Jul 02 2002 mls@suse.de
- remove race in .packlist generation
* Mon Jan 21 2002 - rvasice@suse.cz
* Mon Jan 21 2002 rvasice@suse.cz
- initial package release (version 6.1)