rpms/perl-Proc-Simple/F-11 import.log, NONE, 1.1 perl-Proc-Simple.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jan Klepek hpejakle at fedoraproject.org
Thu Jul 16 12:53:55 UTC 2009


Author: hpejakle

Update of /cvs/pkgs/rpms/perl-Proc-Simple/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23153/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Proc-Simple.spec 
Log Message:
* Sun Jun 28 2009 Jan Klepek <jan.klepek at hp.com> - 1.25-1
- upgraded version




--- NEW FILE import.log ---
perl-Proc-Simple-1_25-1_fc11:F-11:perl-Proc-Simple-1.25-1.fc11.src.rpm:1247748673


--- NEW FILE perl-Proc-Simple.spec ---
Name:           perl-Proc-Simple
Version:        1.25
Release:        1%{?dist}
Summary:        Launch and control background processes
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Proc-Simple/
Source0:        http://www.cpan.org/authors/id/M/MS/MSCHILLI/Proc-Simple-%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
The Proc::Simple package provides objects mimicing real-life processes from
a user's point of view. Either external programs or perl subroutines can be
launched and controlled as processes in the background.

%prep
# tar archive do not longer contains directory Proc-Simple-%{version}
%setup -q -n mschilli-proc-simple-perl-54fa3ecd4a55aba3aa83d2843c13ecbe14d8291b

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

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

%changelog
* Sun Jun 28 2009 Jan Klepek <jan.klepek at hp.com> - 1.25-1
- upgraded version

* Mon Jun 22 2009 Jan Klepek <jan.klepek at hp.com> 1.24-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Proc-Simple/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	8 Jul 2009 16:26:20 -0000	1.1
+++ .cvsignore	16 Jul 2009 12:53:25 -0000	1.2
@@ -0,0 +1 @@
+Proc-Simple-1.25.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Proc-Simple/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	8 Jul 2009 16:26:20 -0000	1.1
+++ sources	16 Jul 2009 12:53:25 -0000	1.2
@@ -0,0 +1 @@
+7599854c77efc7d1cc45d1eec899ceb7  Proc-Simple-1.25.tgz




More information about the fedora-extras-commits mailing list