8
0
Stephan Kulow
2011-11-16 09:19:07 +00:00
committed by Git OBS Bridge
parent 8660eb60c9
commit 4c974c170b
4 changed files with 24 additions and 30 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9047d755813c9a8f1f4df072c6b18f954562e05f8fbafdc2bd58c5e044f22c30
size 57856

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dbe60687b9946b4135d4adf77f55e865e477d8824815b2e67bc6938aada33df3
size 69593

View File

@@ -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

View File

@@ -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 <durist@frii.com>
%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