rpms/perl-IPC-DirQueue/EL-5 perl-IPC-DirQueue.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

stevetraylen stevetraylen at fedoraproject.org
Sat Sep 26 13:53:16 UTC 2009


Author: stevetraylen

Update of /cvs/pkgs/rpms/perl-IPC-DirQueue/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19514/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	perl-IPC-DirQueue.spec 
Log Message:
Populate branches.



--- NEW FILE perl-IPC-DirQueue.spec ---
Name:           perl-IPC-DirQueue
Version:        1.0
Release:        2%{?dist}
Summary:        Disk-based many-to-many task queue
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/IPC-DirQueue/
Source0:        http://www.cpan.org/modules/by-module/IPC/IPC-DirQueue-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)

%if %{?rhel}%{!?rhel:0} == 4
BuildRequires:  perl(Time::HiRes) 
%endif

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

%description
This module implements a FIFO queueing infrastructure, using a directory as
the communications and storage media. No daemon process is required to
manage the queue; all communication takes place via the filesystem.

%prep
%setup -q -n IPC-DirQueue-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$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 BUGS CHANGES README.dist TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*
%{_mandir}/man1/*
%{_bindir}/*

%changelog
* Wed Sep 23 2009 Steve Traylen <steve.traylen at cern.ch> 1.0-2
- Build requires perl(Time::HiRes) explicitly on RHEL4.

* Wed Sep 23 2009 Steve Traylen <steve.traylen at cern.ch> 1.0-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IPC-DirQueue/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	26 Sep 2009 02:48:45 -0000	1.1
+++ .cvsignore	26 Sep 2009 13:53:16 -0000	1.2
@@ -0,0 +1 @@
+IPC-DirQueue-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IPC-DirQueue/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	26 Sep 2009 02:48:45 -0000	1.1
+++ sources	26 Sep 2009 13:53:16 -0000	1.2
@@ -0,0 +1 @@
+1fc4640118a333f2d4a8a45f37297995  IPC-DirQueue-1.0.tar.gz




More information about the fedora-extras-commits mailing list