rpms/perl-Proc-Daemon/FC-6 perl-Proc-Daemon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Remi Collet (remi) fedora-extras-commits at redhat.com
Tue Feb 13 17:06:41 UTC 2007


Author: remi

Update of /cvs/extras/rpms/perl-Proc-Daemon/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13981

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Proc-Daemon.spec 
Log Message:
	initial build for FC6



--- NEW FILE perl-Proc-Daemon.spec ---
%define perlname Proc-Daemon

Name:      perl-Proc-Daemon
Version:   0.03
Release:   1%{?dist}
Summary:   Run Perl program as a daemon process 

Group:     Development/Libraries
License:   GPL or Artistic
URL:       http://search.cpan.org/dist/Proc-Daemon/
Source:    http://search.cpan.org/CPAN/authors/id/E/EH/EHOOD/%{perlname}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

%description
This is version %{version} of Proc::Daemon

This module contains the routine Init which can be called by a Perl 
program to initialize itself as a daemon. A daemon is a process that
runs in the background with no controlling terminal. Generally servers
(like FTP and HTTP servers) run as daemon processes.


%prep
%setup -q -n %{perlname}-%{version}

%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 {} ';' -print
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -print
chmod -R u+rwX,go+rX,go-w %{buildroot}/*

%clean
rm -rf %{buildroot}

%check
make test

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

%changelog
* Sun Feb 11 2006 Remi Collet <Fedora at famillecollet.com> 0.03-1
- initial spec for Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Proc-Daemon/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Feb 2007 19:04:16 -0000	1.1
+++ .cvsignore	13 Feb 2007 17:06:08 -0000	1.2
@@ -0,0 +1 @@
+Proc-Daemon-0.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Proc-Daemon/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Feb 2007 19:04:16 -0000	1.1
+++ sources	13 Feb 2007 17:06:08 -0000	1.2
@@ -0,0 +1 @@
+6e1b83ac0f0add22f63597733f38c973  Proc-Daemon-0.03.tar.gz




More information about the fedora-extras-commits mailing list