Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 35981d35ec3c126566224919a246a491 > files > 2

perl-Carp-Assert-0.200.0-1mdv2010.0.src.rpm

%define upstream_name    Carp-Assert
%define	upstream_version 0.20

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 1

Summary:	Carp::Assert - executable comments
License:	GPL+ or Artistic
Group:		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Carp/%{upstream_name}-%{upstream_version}.tar.bz2

%if %{mdkversion} < 1010
BuildRequires:	perl-devel
%endif
BuildRequires:	perl(Test::Inline)
BuildRequires:	perl(Test::More) >= 0.40
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}

%description
Carp::Assert is intended for a purpose like the ANSI C library assert.h.
If you're already familiar with assert.h, then you can probably skip
this and go straight to the FUNCTIONS section.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%__perl Makefile.PL INSTALLDIRS=vendor
%__make

%check
%__make test

%install
rm -rf %{buildroot}
%makeinstall_std

%clean 
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc Changes README
%{perl_vendorlib}/Carp
%{_mandir}/*/*


%changelog
* Sat Aug 01 2009 Jérôme Quelin <jquelin@mandriva.org> 0.200.0-1mdv2010.0
+ Revision: 406257
- rebuild using %%perl_convert_version

* Wed Jul 30 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.20-3mdv2009.0
+ Revision: 255477
- rebuild

* Fri Dec 21 2007 Olivier Blin <oblin@mandriva.com> 0.20-1mdv2008.1
+ Revision: 136666
- restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request

* Mon Apr 30 2007 Olivier Thauvin <nanardon@mandriva.org> 0.20-1mdv2008.0
+ Revision: 19682
- fix build

  + Nicolas Lécureuil <neoclust@mandriva.org>
    -New version


* Fri Aug 04 2006 Scott Karns <scottk@mandriva.org>
+ 2006-08-04 18:26:41 (52733)
- import perl-Carp-Assert-0.18-2mdv2007.0

* Fri Aug 04 2006 Scott Karns <scottk@mandriva.org> 0.18-2mdv2007.0
- Rebuild
- Updated to comply with Mandriva perl packaging policies

* Thu Jul 14 2005 Oden Eriksson <oeriksson@mandriva.com> 0.18-1mdk
- initial Mandriva package