forked from pool/perl-Module-Build
add again obviously removed package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build?expand=0&rev=1
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
Module-Build-0.31.tar.bz2
Normal file
3
Module-Build-0.31.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3229d3d6476375fbce3deaaf5410f08fed9ef7c46dc4fb01821ed73c72a6ee5d
|
||||||
|
size 161047
|
18
perl-Module-Build.changes
Normal file
18
perl-Module-Build.changes
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 4 15:42:00 UTC 2010 - chris@computersalat.de
|
||||||
|
|
||||||
|
- add again obviously removed package
|
||||||
|
o BuildReq by e.g. Test::Pod for SLE_10
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 25 19:40:56 CEST 2009 - chris@computersalat.de
|
||||||
|
|
||||||
|
- spec mods
|
||||||
|
* removed ^----------
|
||||||
|
* removed ^#---------
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 23 01:10:42 CEST 2009 - chris@computersalat.de
|
||||||
|
|
||||||
|
- initial package 0.31
|
||||||
|
|
142
perl-Module-Build.spec
Normal file
142
perl-Module-Build.spec
Normal file
@@ -0,0 +1,142 @@
|
|||||||
|
#
|
||||||
|
# spec file for package perl-Module-Build (Version 0.31)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2009 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/
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
Name: perl-Module-Build
|
||||||
|
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||||
|
Summary: Build and install Perl modules
|
||||||
|
Version: 0.31
|
||||||
|
Release: 1
|
||||||
|
License: artistic
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
|
Url: http://search.cpan.org/perldoc?Module::Build
|
||||||
|
Source0: %{cpan_name}-%{version}.tar.bz2
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(Test::More) >= 0.49
|
||||||
|
BuildRequires: perl(Test::Harness) >= 2.03
|
||||||
|
BuildRequires: perl(Data::Dumper)
|
||||||
|
BuildRequires: perl(File::Basename)
|
||||||
|
#BuildRequires: perl(File::Compare)
|
||||||
|
#BuildRequires: perl(File::Copy)
|
||||||
|
BuildRequires: perl(File::Find)
|
||||||
|
BuildRequires: perl(File::Path)
|
||||||
|
BuildRequires: perl(File::Spec) >= 0.82
|
||||||
|
BuildRequires: perl(IO::File)
|
||||||
|
# defined in Build.PL but not used
|
||||||
|
#BuildRequires: perl(Text::Abbrev)
|
||||||
|
BuildRequires: perl(Text::ParseWords)
|
||||||
|
BuildRequires: perl(Getopt::Long)
|
||||||
|
BuildRequires: perl(Test::Harness)
|
||||||
|
# recommends by Build.PL
|
||||||
|
BuildRequires: perl(Archive::Tar) >= 1.08
|
||||||
|
BuildRequires: perl(Archive::Zip)
|
||||||
|
#BuildRequires: perl(ExtUtils::CBuilder) >= 0.15
|
||||||
|
#BuildRequires: perl(ExtUtils::Install) >= 0.30
|
||||||
|
#BuildRequires: perl(ExtUtils::ParseXS) >= 1.02
|
||||||
|
|
||||||
|
## Pod::Readme requires Pod::Text >= 3.00
|
||||||
|
## only perl >= 5.10 will fullfill this dep
|
||||||
|
%if 0%{?suse_version} >= 1100
|
||||||
|
BuildRequires: perl(Pod::Readme) >= 0.04
|
||||||
|
Requires: perl(Pod::Readme) >= 0.04
|
||||||
|
%endif
|
||||||
|
|
||||||
|
BuildRequires: perl(Module::Signature) >= 0.21
|
||||||
|
BuildRequires: perl(version) >= 0.74
|
||||||
|
# YAML support
|
||||||
|
BuildRequires: perl(YAML) >= 0.35
|
||||||
|
|
||||||
|
# not mentioned in Build.PL
|
||||||
|
BuildRequires: perl(PAR::Dist) >= 0.17
|
||||||
|
BuildRequires: perl(TAP::Parser)
|
||||||
|
##################################################
|
||||||
|
Requires: perl = %{perl_version}
|
||||||
|
Requires: perl(Data::Dumper)
|
||||||
|
Requires: perl(File::Basename)
|
||||||
|
Requires: perl(File::Compare)
|
||||||
|
Requires: perl(File::Copy)
|
||||||
|
Requires: perl(File::Find)
|
||||||
|
Requires: perl(File::Path)
|
||||||
|
Requires: perl(File::Spec) >= 0.82
|
||||||
|
Requires: perl(ExtUtils::Install) >= 0.30
|
||||||
|
Requires: perl(ExtUtils::Manifest)
|
||||||
|
Requires: perl(ExtUtils::Mkbootstrap)
|
||||||
|
Requires: perl(IO::File)
|
||||||
|
# defined in Build.PL but not used
|
||||||
|
#Requires: perl(Text::Abbrev)
|
||||||
|
Requires: perl(Text::ParseWords)
|
||||||
|
Requires: perl(Getopt::Long)
|
||||||
|
Requires: perl(Test::Harness)
|
||||||
|
# recommends by Build.PL
|
||||||
|
Requires: perl(Archive::Tar) >= 1.08
|
||||||
|
Requires: perl(ExtUtils::CBuilder) >= 0.15
|
||||||
|
Requires: perl(ExtUtils::ParseXS) >= 1.02
|
||||||
|
Requires: perl(Module::Signature) >= 0.21
|
||||||
|
Requires: perl(version) >= 0.74
|
||||||
|
# YAML support
|
||||||
|
Requires: perl(YAML) >= 0.35
|
||||||
|
# manpage_support
|
||||||
|
Requires: perl(Pod::Man)
|
||||||
|
# HTML_support
|
||||||
|
Requires: perl(Pod::Html)
|
||||||
|
|
||||||
|
# not mentioned in Build.PL
|
||||||
|
Requires: perl(PAR::Dist) >= 0.17
|
||||||
|
Requires: perl(TAP::Parser)
|
||||||
|
Requires: perl(Test::Pod) >= 0.95
|
||||||
|
Requires: perl(Test::Pod::Coverage) >= 1.00
|
||||||
|
|
||||||
|
%description
|
||||||
|
`Module::Build' is a system for building, testing, and installing Perl
|
||||||
|
modules. It is meant to be an alternative to `ExtUtils::MakeMaker'.
|
||||||
|
Developers may alter the behavior of the module through subclassing in a
|
||||||
|
much more straightforward way than with `MakeMaker'. It also does not
|
||||||
|
require a `make' on your system - most of the `Module::Build' code is
|
||||||
|
pure-perl and written in a very cross-platform way. In fact, you don`t
|
||||||
|
even need a shell, so even platforms like MacOS (traditional) can use it
|
||||||
|
fairly easily. Its only prerequisites are modules that are included with
|
||||||
|
perl 5.6.0, and it works fine on perl 5.005 if you can install a few
|
||||||
|
additional modules.
|
||||||
|
|
||||||
|
Author: Andy Lester <andy@petdance.com>
|
||||||
|
%prep
|
||||||
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
CFLAGS="$RPM_OPT_FLAGS" perl Build.PL --prefix $RPM_BUILD_ROOT/usr --installdirs vendor
|
||||||
|
./Build
|
||||||
|
|
||||||
|
%check
|
||||||
|
./Build test
|
||||||
|
|
||||||
|
%install
|
||||||
|
./Build install
|
||||||
|
%perl_process_packlist
|
||||||
|
%perl_gen_filelist
|
||||||
|
|
||||||
|
%clean
|
||||||
|
%{__rm} -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%files -f %{name}.files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc Changes INSTALL LICENSE README
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
|
Reference in New Issue
Block a user