forked from pool/perl-B-Utils
Accepting request 66690 from devel:languages:perl
Accepted submit request 66690 from user babelworx OBS-URL: https://build.opensuse.org/request/show/66690 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-B-Utils?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
B-Utils-0.14.tar.gz
Normal file
3
B-Utils-0.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e759154bb5f4b0ae4e7d05ab70c270cfe205819434c1435f39d8be907198c3b
|
||||
size 71334
|
||||
1
perl-B-Utils-rpmlintrc
Normal file
1
perl-B-Utils-rpmlintrc
Normal file
@@ -0,0 +1 @@
|
||||
addFilter("E: devel-file-in-non-devel-package .* /usr/.*/B/Utils/Install/BUtils.h")
|
||||
22
perl-B-Utils.changes
Normal file
22
perl-B-Utils.changes
Normal file
@@ -0,0 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 17:15:29 UTC 2011 - coolo@novell.com
|
||||
|
||||
- updated to 0.14
|
||||
- Predeclare carp and croak with proper signature
|
||||
- Add ExtUtils::Depends to META.yml's configure_requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 27 07:28:21 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 0.12 (no user-visible changes)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 29 18:29:24 UTC 2010 - coolo@novell.com
|
||||
|
||||
- remove /var/adm/perl-modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 12 00:03:03 UTC 2010 - pascal.bleser@opensuse.org
|
||||
|
||||
- initial package (0.11)
|
||||
|
||||
74
perl-B-Utils.spec
Normal file
74
perl-B-Utils.spec
Normal file
@@ -0,0 +1,74 @@
|
||||
#
|
||||
# spec file for package perl-B-Utils (Version 0.14)
|
||||
#
|
||||
# Copyright (c) 2010 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/
|
||||
#
|
||||
|
||||
Name: perl-B-Utils
|
||||
Version: 0.14
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
%define cpan_name B-Utils
|
||||
Summary: Helper functions for op tree manipulation
|
||||
Url: http://search.cpan.org/dist/B-Utils/
|
||||
Group: Development/Libraries/Perl
|
||||
#Source: http://www.cpan.org/authors/id/J/JJ/JJORE/B-Utils-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(B)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(DynaLoader)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(List::Util)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(ExtUtils::Depends)
|
||||
BuildRequires: perl(vars)
|
||||
Requires: perl(B)
|
||||
Requires: perl(Carp)
|
||||
Requires: perl(DynaLoader)
|
||||
Requires: perl(Exporter)
|
||||
Requires: perl(List::Util)
|
||||
Requires: perl(Scalar::Util)
|
||||
Requires: perl(ExtUtils::Depends)
|
||||
Requires: perl(vars)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
sorry, no description found
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(644,root,root,755)
|
||||
%doc build Changes LICENSE README weaver.ini xt
|
||||
|
||||
%changelog
|
||||
Reference in New Issue
Block a user