From 4c974c170bb69a91a74c5b0f57b577da5f8ff7d8627e6dbc25434212d244ab4c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 16 Nov 2011 09:19:07 +0000 Subject: [PATCH] - regenerate with cpanspec OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Proc-ProcessTable?expand=0&rev=6 --- Proc-ProcessTable-0.45.tar.bz2 | 3 --- Proc-ProcessTable-0.45.tar.gz | 3 +++ perl-Proc-ProcessTable.changes | 5 ++++ perl-Proc-ProcessTable.spec | 43 +++++++++++++--------------------- 4 files changed, 24 insertions(+), 30 deletions(-) delete mode 100644 Proc-ProcessTable-0.45.tar.bz2 create mode 100644 Proc-ProcessTable-0.45.tar.gz diff --git a/Proc-ProcessTable-0.45.tar.bz2 b/Proc-ProcessTable-0.45.tar.bz2 deleted file mode 100644 index ae9139e..0000000 --- a/Proc-ProcessTable-0.45.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9047d755813c9a8f1f4df072c6b18f954562e05f8fbafdc2bd58c5e044f22c30 -size 57856 diff --git a/Proc-ProcessTable-0.45.tar.gz b/Proc-ProcessTable-0.45.tar.gz new file mode 100644 index 0000000..4bfff71 --- /dev/null +++ b/Proc-ProcessTable-0.45.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe60687b9946b4135d4adf77f55e865e477d8824815b2e67bc6938aada33df3 +size 69593 diff --git a/perl-Proc-ProcessTable.changes b/perl-Proc-ProcessTable.changes index 7ddc372..647775a 100644 --- a/perl-Proc-ProcessTable.changes +++ b/perl-Proc-ProcessTable.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 16 09:16:01 UTC 2011 - coolo@suse.com + +- regenerate with cpanspec + ------------------------------------------------------------------- Wed Dec 1 13:34:41 UTC 2010 - coolo@novell.com diff --git a/perl-Proc-ProcessTable.spec b/perl-Proc-ProcessTable.spec index 676fcc5..aad2dca 100644 --- a/perl-Proc-ProcessTable.spec +++ b/perl-Proc-ProcessTable.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Proc-ProcessTable -# -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# Copyright (c) 2011 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 @@ -15,41 +15,34 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild -#Distribution: %dist -#Packager: %packager -#Vendor: %vendor Name: perl-Proc-ProcessTable -%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) -Summary: Perl extension to access the unix process table Version: 0.45 Release: 1 -License: Artistic License -Group: Development/Languages/Perl -Url: http://www.cpan.org -Source0: %{cpan_name}-%{version}.tar.bz2 +License: CHECK(GPL+ or Artistic) +%define cpan_name Proc-ProcessTable +Summary: Perl extension to access the unix process table +Url: http://search.cpan.org/dist/Proc-ProcessTable/ +Group: Development/Libraries/Perl +Source: http://www.cpan.org/authors/id/D/DU/DURIST/%{cpan_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(File::Find) -BuildRequires: perl(Storable) -Requires: perl(File::Find) -Requires: perl(Storable) +#BuildRequires: perl(Proc::ProcessTable) +#BuildRequires: perl(Proc::ProcessTable::Process) +%{perl_requires} %description Perl interface to the unix process table. - Author: D. Urist - %prep %setup -q -n %{cpan_name}-%{version} +find . -type f -print0 | xargs -0 chmod 644 %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL -%{__make} +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__make} %{?_smp_mflags} %check %{__make} test @@ -59,12 +52,8 @@ CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %files -f %{name}.files -%defattr(0644,root,root,0755) -%doc Changes PORTING README README.linux TODO contrib +%defattr(-,root,root,755) +%doc Changes PORTING README README.aix README.bsdi README.cygwin README.darwin README.dec_osf README.freebsd README.freebsd-kvm README.hpux README.linux README.netbsd README.openbsd README.solaris README.sunos README.unixware TODO %changelog -