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 Wed Dec 1 13:34:41 UTC 2010 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Proc-ProcessTable # 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 # 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
@@ -15,41 +15,34 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
#Distribution: %dist
#Packager: %packager
#Vendor: %vendor
Name: perl-Proc-ProcessTable 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 Version: 0.45
Release: 1 Release: 1
License: Artistic License License: CHECK(GPL+ or Artistic)
Group: Development/Languages/Perl %define cpan_name Proc-ProcessTable
Url: http://www.cpan.org Summary: Perl extension to access the unix process table
Source0: %{cpan_name}-%{version}.tar.bz2 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(File::Find) #BuildRequires: perl(Proc::ProcessTable)
BuildRequires: perl(Storable) #BuildRequires: perl(Proc::ProcessTable::Process)
Requires: perl(File::Find) %{perl_requires}
Requires: perl(Storable)
%description %description
Perl interface to the unix process table. Perl interface to the unix process table.
Author: D. Urist <durist@frii.com>
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build %build
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{__make} %{?_smp_mflags}
%check %check
%{__make} test %{__make} test
@@ -59,12 +52,8 @@ CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files %files -f %{name}.files
%defattr(0644,root,root,0755) %defattr(-,root,root,755)
%doc Changes PORTING README README.linux TODO contrib %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 %changelog