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

Iain Arnell iarnell at fedoraproject.org
Sun Apr 11 05:30:30 UTC 2010


Author: iarnell

Update of /cvs/pkgs/rpms/perl-App-Daemon/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30238/F-11

Modified Files:
	.cvsignore perl-App-Daemon.spec sources 
Log Message:
* Sun Apr 11 2010 Iain Arnell <iarnell at gmail.com> 0.09-1
- update to latest upstream version
- use perl_default_filter and DESTDIR



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-App-Daemon/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	30 Apr 2009 07:11:17 -0000	1.2
+++ .cvsignore	11 Apr 2010 05:30:30 -0000	1.3
@@ -1 +1 @@
-App-Daemon-0.06.tar.gz
+App-Daemon-0.09.tar.gz


Index: perl-App-Daemon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-App-Daemon/F-11/perl-App-Daemon.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-App-Daemon.spec	30 Apr 2009 07:11:18 -0000	1.1
+++ perl-App-Daemon.spec	11 Apr 2010 05:30:30 -0000	1.2
@@ -1,5 +1,5 @@
 Name:           perl-App-Daemon
-Version:        0.06
+Version:        0.09
 Release:        1%{?dist}
 Summary:        Start an Application as a Daemon
 License:        GPL+ or Artistic
@@ -15,6 +15,8 @@ BuildRequires:  perl(Proc::ProcessTable)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 App::Daemon helps running an application as a daemon.
 
@@ -30,7 +32,7 @@ make %{?_smp_mflags}
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make pure_install PERL_INSTALL_ROOT=$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 \;
@@ -50,6 +52,22 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sun Apr 11 2010 Iain Arnell <iarnell at gmail.com> 0.09-1
+- update to latest upstream version
+- use perl_default_filter and DESTDIR
+
+* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.08-2
+- rebuild against perl 5.10.1
+
+* Sat Nov 07 2009 Iain Arnell <iarnell at gmail.com> 0.08-1
+- update to latest upstream version
+
+* Sun Oct 18 2009 Iain Arnell <iarnell at gmail.com> 0.07-1
+- update to latest upstream (fixes rt#50326)
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.06-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Fri Apr 10 2009 Iain Arnell 0.06-1
 - Specfile autogenerated by cpanspec 1.77.
 - remove explicit requires


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-App-Daemon/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	30 Apr 2009 07:11:18 -0000	1.2
+++ sources	11 Apr 2010 05:30:30 -0000	1.3
@@ -1 +1 @@
-475859e3fa7f67c2dfd4d5d8bea1475d  App-Daemon-0.06.tar.gz
+1267af6fca095c54946438ca7c028b26  App-Daemon-0.09.tar.gz




More information about the perl-devel mailing list