perl-Alien-wxWidgets/perl-Alien-wxWidgets.spec

117 lines
3.2 KiB
RPMSpec
Raw Normal View History

Name: perl-Alien-wxWidgets
2008-12-08 21:18:58 +00:00
Version: 0.42
Release: 2%{?dist}
Summary: Building, finding and using wxWidgets binaries
Group: Development/Libraries
2007-11-28 18:31:59 +00:00
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)
BuildRequires: wxGTK-devel
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Pluggable)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
2006-10-21 13:57:32 +00:00
# No binaries in this package
%define debug_package %{nil}
%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
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.42-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2008-12-08 21:18:58 +00:00
* Mon Dec 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.42-1
- 0.42
2008-03-03 20:31:33 +00:00
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.32-4
- Rebuild for perl 5.10 (again)
2008-02-20 01:28:59 +00:00
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.32-3
- Autorebuild for GCC 4.3
2008-02-06 02:06:15 +00:00
* Tue Feb 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.32-2
- rebuild for new perl
2007-11-28 18:25:56 +00:00
* Wed Nov 28 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.32-1
- Update to 0.32
2007-03-31 13:46:53 +00:00
* Sat Mar 31 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.31-1
- Update to 0.31.
2007-03-23 19:25:25 +00:00
* Fri Mar 23 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.30-1
- Update to 0.30.
2007-03-18 20:03:30 +00:00
* Sun Mar 18 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.29-1
- Update to 0.29.
2006-12-20 12:26:41 +00:00
* Wed Dec 20 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.27-1
- Update to 0.27.
2006-12-16 23:08:57 +00:00
* Sat Dec 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.26-1
- Update to 0.26.
2006-12-16 02:21:26 +00:00
* Sat Dec 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.25-2
- Rebuild (wxGTK 2.8.0).
2006-11-11 15:04:35 +00:00
* Sat Nov 11 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.25-1
- Update to 0.25.
2006-10-21 13:57:32 +00:00
* Sat Oct 21 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.24-1
- Update to 0.24.
2006-10-19 21:18:50 +00:00
* Thu Oct 19 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.23-1
- Update to 0.23.
* Tue Oct 3 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.22-1
- Update to 0.22.
- Avoid creation of the debuginfo package (#209180).
- Dropped patch Alien-wxWidgets-0.21-Any_wx_config.pm.patch
(http://rt.cpan.org/Public/Bug/Display.html?id=21854).
* Sun Oct 1 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-3
- Patch to add /usr/lib64 to the library search path.
* Thu Sep 28 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-2
- This is a binary RPM (see bug #208007 comment #2).
* Sun Sep 24 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-1
- First build.