forked from pool/perl-Proc-ProcessTable
Accepting request 297267 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/297267 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Proc-ProcessTable?expand=0&rev=8
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9c7ae8c9f2b1f864b6f5d6c18035cb7acf264796b4ab2db4cb85aa5319ad8aea
|
|
||||||
size 70938
|
|
3
Proc-ProcessTable-0.51.tar.gz
Normal file
3
Proc-ProcessTable-0.51.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:66636e102985a2a05ef4334b53a7893d627c192fac5dd7ff37dd1a0a50c0128d
|
||||||
|
size 71133
|
20
cpanspec.yml
Normal file
20
cpanspec.yml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
license: (Artistic-1.0 or GPL-1.0+) and GPL-2.0
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: -
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 14 17:27:13 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.51
|
||||||
|
see /usr/share/doc/packages/perl-Proc-ProcessTable/Changes
|
||||||
|
|
||||||
|
0.50
|
||||||
|
- Added hint file for gnukfreebsd.
|
||||||
|
0.51
|
||||||
|
- Fixed #65347 (installation hangs on AIX), patch from Rainer Tammer; Fixed
|
||||||
|
#99163 (segfault from canonicalize_file_name), pulled patch from Borislav
|
||||||
|
Nikolov.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 14 09:45:58 UTC 2014 - cfarrell@suse.com
|
Fri Mar 14 09:45:58 UTC 2014 - cfarrell@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Proc-ProcessTable
|
# spec file for package perl-Proc-ProcessTable
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX 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
|
||||||
@@ -17,14 +17,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Proc-ProcessTable
|
Name: perl-Proc-ProcessTable
|
||||||
Version: 0.50
|
Version: 0.51
|
||||||
Release: 0
|
Release: 0
|
||||||
|
#Upstream: Artistic-1.0 or GPL-1.0+
|
||||||
%define cpan_name Proc-ProcessTable
|
%define cpan_name Proc-ProcessTable
|
||||||
Summary: Perl extension to access the unix process table
|
Summary: Perl extension to access the unix process table
|
||||||
License: (Artistic-1.0 or GPL-1.0+) and GPL-2.0
|
License: (Artistic-1.0 or GPL-1.0+) and GPL-2.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Proc-ProcessTable/
|
Url: http://search.cpan.org/dist/Proc-ProcessTable/
|
||||||
Source: http://www.cpan.org/authors/id/J/JW/JWB/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/J/JW/JWB/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
Reference in New Issue
Block a user