rpms/perl-App-Daemon/F-11 perl-App-Daemon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Thu Apr 30 07:11:48 UTC 2009


Author: iarnell

Update of /cvs/pkgs/rpms/perl-App-Daemon/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11581/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	perl-App-Daemon.spec 
Log Message:
initial import


--- NEW FILE perl-App-Daemon.spec ---
Name:           perl-App-Daemon
Version:        0.06
Release:        1%{?dist}
Summary:        Start an Application as a Daemon
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/App-Daemon/
Source0:        http://www.cpan.org/authors/id/M/MS/MSCHILLI/App-Daemon-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(File::Pid)
BuildRequires:  perl(Log::Log4perl) >= 1.0
BuildRequires:  perl(Proc::ProcessTable)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
App::Daemon helps running an application as a daemon.

%prep
%setup -q -n App-Daemon-%{version}
chmod 644 eg/*
sed -i -e 's!/usr/local!/usr!' eg/*

%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 eg
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Apr 10 2009 Iain Arnell 0.06-1
- Specfile autogenerated by cpanspec 1.77.
- remove explicit requires
- add eg to docs


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-App-Daemon/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	30 Apr 2009 04:49:22 -0000	1.1
+++ .cvsignore	30 Apr 2009 07:11:17 -0000	1.2
@@ -0,0 +1 @@
+App-Daemon-0.06.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-App-Daemon/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	30 Apr 2009 04:49:22 -0000	1.1
+++ sources	30 Apr 2009 07:11:18 -0000	1.2
@@ -0,0 +1 @@
+475859e3fa7f67c2dfd4d5d8bea1475d  App-Daemon-0.06.tar.gz




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