2011-07-27 10:25:54 +00:00
|
|
|
#
|
|
|
|
# spec file for package perl-MouseX-Types
|
|
|
|
#
|
|
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2011-02-17 14:40:57 +00:00
|
|
|
|
|
|
|
Name: perl-MouseX-Types
|
|
|
|
Version: 0.05
|
2011-07-27 10:25:54 +00:00
|
|
|
Release: 1
|
2011-02-17 14:40:57 +00:00
|
|
|
Summary: Organize your Mouse types in libraries
|
|
|
|
Source: http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/MouseX-Types-%{version}.tar.gz
|
2011-07-27 10:25:54 +00:00
|
|
|
Url: http://search.cpan.org/dist/MouseX-Types
|
2011-02-17 14:40:57 +00:00
|
|
|
Group: Development/Libraries/Perl
|
2011-07-21 08:21:59 +00:00
|
|
|
License: GPL+ or Artistic
|
2011-07-27 10:25:54 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2011-02-17 14:40:57 +00:00
|
|
|
%{perl_requires}
|
|
|
|
BuildRequires: perl-macros
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Test::Exception)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
|
|
|
BuildRequires: perl(Mouse) >= 0.41
|
|
|
|
Requires: perl(Mouse) >= 0.41
|
|
|
|
%if 0%{?suse_version} >= 1120
|
|
|
|
BuildArch: noarch
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description
|
|
|
|
Perl module for Mouse to organize your types into libraries.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n "MouseX-Types-%{version}"
|
|
|
|
%__sed -i '/^auto_install/d' Makefile.PL
|
|
|
|
|
|
|
|
find . -type f -name '*.pm' -exec %__chmod 0644 {} \;
|
|
|
|
|
|
|
|
%build
|
|
|
|
%__perl Makefile.PL PREFIX="%{_prefix}"
|
|
|
|
%__make %{?jobs:-j%{jobs}}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%check
|
|
|
|
%__make test
|
|
|
|
|
|
|
|
%clean
|
|
|
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc Changes README
|
|
|
|
%dir %{perl_vendorlib}/MouseX
|
|
|
|
%{perl_vendorlib}/MouseX/Types.pm
|
|
|
|
%dir %{perl_vendorlib}/MouseX/Types
|
|
|
|
%{perl_vendorlib}/MouseX/Types/Mouse.pm
|
|
|
|
%{perl_vendorlib}/MouseX/Types/TypeDecorator.pm
|
|
|
|
%doc %{perl_man3dir}/MouseX::Types.%{perl_man3ext}%{ext_man}
|
|
|
|
%doc %{perl_man3dir}/MouseX::Types::*.%{perl_man3ext}%{ext_man}
|
2011-07-27 10:25:54 +00:00
|
|
|
%changelog
|