8
0

Accepting request 109544 from home:saigkill:branches:devel:languages:perl

added missing perl license

OBS-URL: https://build.opensuse.org/request/show/109544
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Proc-ProcessTable?expand=0&rev=7
This commit is contained in:
Lars Vogdt
2012-03-20 01:08:48 +00:00
committed by Git OBS Bridge
parent 4c974c170b
commit 43b94a1dd0
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 12 14:04:29 UTC 2012 - Sascha.Manns@open-slx.de
- pacified rpmlint
-------------------------------------------------------------------
Wed Nov 16 09:16:01 UTC 2011 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Proc-ProcessTable
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 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
@@ -20,7 +20,7 @@
Name: perl-Proc-ProcessTable
Version: 0.45
Release: 1
License: CHECK(GPL+ or Artistic)
License: Artistic-1.0 ; GPL-2.0+
%define cpan_name Proc-ProcessTable
Summary: Perl extension to access the unix process table
Url: http://search.cpan.org/dist/Proc-ProcessTable/
@@ -51,6 +51,7 @@ find . -type f -print0 | xargs -0 chmod 644
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
chmod +x %{buildroot}%{perl_vendorarch}/Proc/example.pl
%files -f %{name}.files
%defattr(-,root,root,755)