forked from pool/perl-B-Keywords
Accepting request 54470 from devel:languages:perl
Accepted submit request 54470 from user coolo OBS-URL: https://build.opensuse.org/request/show/54470 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-B-Keywords?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 30 19:19:50 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- switch to perl_requires macro
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 29 18:29:23 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- remove /var/adm/perl-modules
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 19 08:38:21 UTC 2010 - coolo@novell.com
|
Tue Oct 19 08:38:21 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@@ -24,7 +24,6 @@ Version: 1.09
|
|||||||
Release: 1
|
Release: 1
|
||||||
%define cpan_name B-Keywords
|
%define cpan_name B-Keywords
|
||||||
Provides: %cpan_name
|
Provides: %cpan_name
|
||||||
Requires: perl = %{perl_version}
|
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: Artistic License, GPL, see package
|
License: Artistic License, GPL, see package
|
||||||
@@ -33,7 +32,9 @@ Summary: Lists of reserved barewords and symbol names
|
|||||||
Source0: %cpan_name-%{version}.tar.gz
|
Source0: %cpan_name-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%{perl_requires}
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl-macros
|
||||||
|
|
||||||
%description
|
%description
|
||||||
B::Keywords supplies seven arrays of keywords: @Scalars, @Arrays,
|
B::Keywords supplies seven arrays of keywords: @Scalars, @Arrays,
|
||||||
@@ -69,6 +70,5 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man3/*
|
%doc %{_mandir}/man3/*
|
||||||
%dir %{perl_vendorlib}/B
|
%dir %{perl_vendorlib}/B
|
||||||
%{perl_vendorlib}/B/Keywords.pm
|
%{perl_vendorlib}/B/Keywords.pm
|
||||||
/var/adm/perl-modules/%{name}
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user