File perl-Carp-Assert.spec of Package perl-Carp-Assert

#
# spec file for package perl-Carp-Assert (Version 0.20)
#
# Copyright (c) 2007 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.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild

Name:           perl-Carp-Assert
Version:        0.20
Release:        1
Requires:       perl = %{perl_version}
Autoreqprov:    on
Group:          Development/Libraries/Perl
License:        Artistic License
URL:            http://cpan.org/modules/by-module/Carp/
Summary:        Assertions in perl
Source:         Carp-Assert-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Carp::Assert is intended for a purpose like the ANSI C library assert.h



Authors:
--------
    Michael G. Schwern <schwern@pobox.com>

%prep
%setup -n Carp-Assert-%{version}

%build
perl Makefile.PL
make
make test

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist

%files
%defattr(-,root,root)
%doc Changes README
%doc %{_mandir}/man3/*
%{perl_vendorlib}/Carp
%{perl_vendorarch}/auto/Carp
/var/adm/perl-modules/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%changelog -n perl-Carp-Assert
* Tue Jan 09 2007 - anicka@suse.cz
- update to 0.20
  * The tests will no longer fail should the user have NDEBUG or
  PERL_NDEBUG environment variables set
  * Update the license link to point to the whole Perl license,
  not just the Artistic license.
  * Fixed installation for those who have Pod::Tests but pod2test
  is not in their PATH as some CPAN shell configurations do.
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Aug 13 2004 - mjancar@suse.cz
- update to 0.18
* Sun Jan 11 2004 - adrian@suse.de
- build as user
* Fri Aug 22 2003 - mjancar@suse.cz
- require the perl version we build with
* Tue Jul 15 2003 - mjancar@suse.cz
- adapt to perl-5.8.1
- use %%perl_process_packlist
* Wed Jun 18 2003 - coolo@suse.de
- package directories
* Tue May 20 2003 - mjancar@suse.cz
- remove unpackaged files
* Mon Jul 29 2002 - mls@suse.de
- Fixed neededforbuild for perl-5.8.0
* Tue Jul 02 2002 - mls@suse.de
- remove race in .packlist generation
* Wed Jan 02 2002 - cihlar@suse.cz
- update to version 0.17
* Tue Aug 14 2001 - rvasice@suse.cz
- initial package release (version 0.13)
openSUSE Build Service is sponsored by