Accepting request 29545 from devel:languages:perl
Copy from devel:languages:perl/perl-Clone based on submit request 29545 from user coolo OBS-URL: https://build.opensuse.org/request/show/29545 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Clone?expand=0&rev=5
This commit is contained in:
parent
1a774c25d1
commit
3f94002224
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:296c91f3fca4af1c6cc3c7755afd378884c2a519b085806f924cf9f9afc9a413
|
|
||||||
size 9838
|
|
3
Clone-0.31.tar.gz
Normal file
3
Clone-0.31.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:94432ba5cadbf9f78fb29a23f68481e70e24d2e77f1f669f2919b00cc3a15f39
|
||||||
|
size 11753
|
@ -1,11 +0,0 @@
|
|||||||
--- Clone.xs
|
|
||||||
+++ Clone.xs
|
|
||||||
@@ -177,7 +177,7 @@
|
|
||||||
case SVt_PVHV: /* 11 */
|
|
||||||
clone = (SV *) newHV();
|
|
||||||
break;
|
|
||||||
- case SVt_PVBM: /* 8 */
|
|
||||||
+ //case SVt_PVBM: /* 8 */
|
|
||||||
case SVt_PVLV: /* 9 */
|
|
||||||
case SVt_PVCV: /* 12 */
|
|
||||||
case SVt_PVGV: /* 13 */
|
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- enable parallel build
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 17 18:26:41 CEST 2009 - rschweikert@novell.com
|
||||||
|
|
||||||
|
- upgrade to version 0.31
|
||||||
|
o a lot of changes, please see Changes file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 26 13:50:55 CET 2008 - anicka@suse.cz
|
Wed Mar 26 13:50:55 CET 2008 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Clone (Version 0.18)
|
# spec file for package perl-Clone (Version 0.31)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,15 +19,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Clone
|
Name: perl-Clone
|
||||||
License: Artistic License
|
License: Artistic
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://cpan.org/
|
Url: http://cpan.org/
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: recursively copy Perl datatypes
|
Summary: Recursively copy Perl datatypes
|
||||||
Version: 0.18
|
Version: 0.31
|
||||||
Release: 37
|
Release: 1
|
||||||
Patch: %{name}-%{version}-case.diff
|
|
||||||
Source: http://cpan.org/modules/by-module/Clone/Clone-%{version}.tar.gz
|
Source: http://cpan.org/modules/by-module/Clone/Clone-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -44,11 +43,11 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Clone-%{version}
|
%setup -q -n Clone-%{version}
|
||||||
%patch
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
chmod 644 Changes
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
%{__make}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -58,10 +57,11 @@ make test
|
|||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
%doc Changes
|
||||||
%{perl_vendorarch}/Clone.pm
|
%{perl_vendorarch}/Clone.pm
|
||||||
%dir %{perl_vendorarch}/auto/Clone
|
%dir %{perl_vendorarch}/auto/Clone
|
||||||
%{perl_vendorarch}/auto/Clone/.packlist
|
%{perl_vendorarch}/auto/Clone/.packlist
|
||||||
@ -70,5 +70,3 @@ make test
|
|||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 26 2008 anicka@suse.cz
|
|
||||||
- package created (version 0.18)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user