rpms/perl-File-Pid/F-10 perl-File-Pid.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Tue Apr 14 14:25:56 UTC 2009


Author: iarnell

Update of /cvs/pkgs/rpms/perl-File-Pid/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11927/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	perl-File-Pid.spec 
Log Message:
initial import


--- NEW FILE perl-File-Pid.spec ---
Name:           perl-File-Pid
Version:        1.01
Release:        1%{?dist}
Summary:        Pid File Manipulation
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/File-Pid/
Source0:        http://www.cpan.org/authors/id/C/CW/CWEST/File-Pid-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Class::Accessor::Fast) >= 0.19
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
Requires:       perl(Class::Accessor::Fast) >= 0.19
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This software manages a pid file for you. It will create a pid file,
query the process within to discover if it's still running, and remove
the pid file.

%prep
%setup -q -n File-Pid-%{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 Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Apr 10 2009 Iain Arnell 1.01-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-File-Pid/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Apr 2009 04:50:15 -0000	1.1
+++ .cvsignore	14 Apr 2009 14:25:25 -0000	1.2
@@ -0,0 +1 @@
+File-Pid-1.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-File-Pid/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Apr 2009 04:50:15 -0000	1.1
+++ sources	14 Apr 2009 14:25:25 -0000	1.2
@@ -0,0 +1 @@
+d927b40215cbfbff233d9feb53529532  File-Pid-1.01.tar.gz




More information about the Fedora-perl-devel-list mailing list