Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > 390031ab4ed857aa45f766acfb43b78e > files > 2

perl-ExtUtils-PkgConfig-1.11-2mdv2009.0.src.rpm

%define module ExtUtils-PkgConfig
%define name perl-%module
%define version 1.11
%define release %mkrel 2

Summary: Perl module for further extending extensions
Name:    %{name}
Version: %{version}
Release: %{release}
License: GPL or Artistic
Group:   Development/Perl
Source:  http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/%module-%version.tar.gz
URL: http://gtk2-perl.sf.net/
BuildRequires: perl-devel
BuildRequires: pkgconfig
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
This module tries to make it easy to build Perl extensions that use
functions and typemaps provided by other perl extensions. This means
that a perl extension is treated like a shared library that provides
also a C and an XS interface besides the perl one.

%prep
%setup -q -n %module-%version
find -type d -name CVS | rm -fr
%{__perl} Makefile.PL INSTALLDIRS=vendor

%build
make

%check
%make test

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-, root, root)
%doc Changes
%{_mandir}/*/*
%{perl_vendorlib}/ExtUtils/*.pm




%changelog
* Thu Aug 07 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.11-2mdv2009.0
+ Revision: 265362
- rebuild early 2009.0 package (before pixel changes)

* Mon Apr 14 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.11-1mdv2009.0
+ Revision: 192910
- new release

* Sun Feb 10 2008 Guillaume Rousse <guillomovitch@mandriva.org> 1.10-1mdv2008.1
+ Revision: 164833
- update to new version 1.10

* Wed Jan 23 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.09-1mdv2008.1
+ Revision: 157062
- new release
- update download URL
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Mon Oct 22 2007 Thierry Vignaud <tvignaud@mandriva.com> 1.08-1mdv2008.1
+ Revision: 101313
- new release

* Fri Aug 17 2007 Thierry Vignaud <tvignaud@mandriva.com> 1.07-4mdv2008.0
+ Revision: 64753
- rebuild

* Sat May 05 2007 Olivier Thauvin <nanardon@mandriva.org> 1.07-3mdv2008.0
+ Revision: 23411
- enable test


* Mon Oct 03 2005 Nicolas Lécureuil <neoclust@mandriva.org> 1.07-2mdk
- Fix BuildRequires

* Mon Jan 24 2005 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.07-1mdk
- new release

* Mon Jul 19 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.05-1mdk
- new release

* Wed Mar 03 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.03-1mdk
- new release

* Mon Nov 17 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.02-1mdk
- new release

* Thu Oct 30 2003 root <root@vador.mandrakesoft.com> 1.01-1mdk
- initial release