rpms/perl-Proc-PID-File/EL-4 perl-Proc-PID-File.spec, NONE, 1.1 sources, 1.1, 1.2

Remi Collet remi at fedoraproject.org
Tue May 4 14:52:28 UTC 2010


Author: remi

Update of /cvs/pkgs/rpms/perl-Proc-PID-File/EL-4
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17585

Modified Files:
	sources 
Added Files:
	perl-Proc-PID-File.spec 
Log Message:
new package


--- NEW FILE perl-Proc-PID-File.spec ---
Name:           perl-Proc-PID-File
Version:        1.27
Release:        1%{?dist}
Summary:        Module to manage process id files
License:        GPLv2+
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Proc-PID-File/
Source0:        http://www.cpan.org/authors/id/E/EC/ECALDER/Proc-PID-File-%{version}.tar.gz


BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker) perl(Test::Simple)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%{?perl_default_filter}


%description
This Perl module is useful for writers of daemons and other processes that
need to tell whether they are already running, in order to prevent multiple
process instances.  The module accomplishes this via *nix-style I<pidfiles>,
which are files that store a process identifier.


%prep
%setup -q -n Proc-PID-File-%{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 LICENSE
%{perl_vendorlib}/Proc
%{_mandir}/man3/Proc*


%changelog
* Sat May 01 2010 Remi Collet <Fedora at famillecollet.com> - 1.27-1
- Specfile autogenerated by cpanspec 1.78
- initial RPM + cleanups



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Proc-PID-File/EL-4/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 May 2010 03:03:37 -0000	1.1
+++ sources	4 May 2010 14:52:28 -0000	1.2
@@ -0,0 +1 @@
+3fcb07f914f863f9a0967b35af562f9f  Proc-PID-File-1.27.tar.gz



More information about the scm-commits mailing list