From cd7637620cb19d8d34b12c8d9141cd2e3558aa1a Mon Sep 17 00:00:00 2001 From: Jose Pedro Oliveira Date: Sep 26 2006 09:34:31 +0000 Subject: auto-import perl-Alien-wxWidgets-0.21-1 on branch devel from perl-Alien-wxWidgets-0.21-1.src.rpm --- diff --git a/.cvsignore b/.cvsignore index e69de29..a4251d6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +Alien-wxWidgets-0.21.tar.gz diff --git a/perl-Alien-wxWidgets.spec b/perl-Alien-wxWidgets.spec new file mode 100644 index 0000000..92e0daa --- /dev/null +++ b/perl-Alien-wxWidgets.spec @@ -0,0 +1,56 @@ +Name: perl-Alien-wxWidgets +Version: 0.21 +Release: 1%{?dist} +Summary: Building, finding and using wxWidgets binaries + +Group: Development/Libraries +License: GPL or Artistic +URL: http://search.cpan.org/dist/Alien-wxWidgets/ +Source0: http://www.cpan.org/authors/id/M/MB/MBARBON/Alien-wxWidgets-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch +BuildRequires: wxGTK-devel +BuildRequires: perl(Module::Build) +BuildRequires: perl(Module::Pluggable) +BuildRequires: perl(Test::Pod) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +"Alien::wxWidgets" can be used to detect and get configuration +settings from an installed wxWidgets. + + +%prep +%setup -q -n Alien-wxWidgets-%{version} + + +%build +%{__perl} Build.PL installdirs=vendor < /dev/null +./Build + + +%install +rm -rf $RPM_BUILD_ROOT +./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 +chmod -R u+w $RPM_BUILD_ROOT/* + + +%check +./Build test + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc Changes +%{perl_vendorarch}/Alien/ +%{_mandir}/man3/*.3pm* + + +%changelog +* Sun Sep 24 2006 Jose Pedro Oliveira - 0.21-1 +- First build. diff --git a/sources b/sources index e69de29..b808c38 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +6975385d6e4d4d58c5d589c2a7077d23 Alien-wxWidgets-0.21.tar.gz