rpms/perl-Proc-WaitStat/devel import.log, NONE, 1.1 perl-Proc-WaitStat.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matthias Runge mrunge at fedoraproject.org
Tue Jun 29 06:38:31 UTC 2010


Author: mrunge

Update of /cvs/pkgs/rpms/perl-Proc-WaitStat/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7894/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Proc-WaitStat.spec 
Log Message:
initial import



--- NEW FILE import.log ---
perl-Proc-WaitStat-1_00-2_fc13:HEAD:perl-Proc-WaitStat-1.00-2.fc13.src.rpm:1277793483


--- NEW FILE perl-Proc-WaitStat.spec ---
Name:           perl-Proc-WaitStat
Version:        1.00
Release:        2%{?dist}
Summary:        Interpret and act on wait() status values

Group:          Development/Libraries
License:        GPL+ or Artistic
URL:            http://search.cpan.org/dist/Proc-WaitStat/
Source0:        http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/Proc-WaitStat-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(IPC::Signal)

Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%{?perl_default_filter}

%description
This module contains functions for interpreting and acting on wait
status values.



%prep
%setup -q -n Proc-WaitStat-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor 
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
%{_fixperms} $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README Changes
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*


%changelog
* Sat Jun 26 2010 Matthias Runge <mrunge at matthias-runge.de> 1.00-2
- fixed spec-file; enable tests, correct requires

* Thu Jun 10 2010 Matthias Runge <mrunge at matthias-runge.de> 1.00-1
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Proc-WaitStat/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	28 Jun 2010 16:45:44 -0000	1.1
+++ .cvsignore	29 Jun 2010 06:38:30 -0000	1.2
@@ -0,0 +1 @@
+Proc-WaitStat-1.00.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Proc-WaitStat/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	28 Jun 2010 16:45:44 -0000	1.1
+++ sources	29 Jun 2010 06:38:30 -0000	1.2
@@ -0,0 +1 @@
+b911bd579b6b142391b21de1efa30c95  Proc-WaitStat-1.00.tar.gz



More information about the scm-commits mailing list