rpms/perl-App-Daemon/devel .cvsignore, 1.4, 1.5 perl-App-Daemon.spec, 1.5, 1.6 sources, 1.4, 1.5

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


Author: iarnell

Update of /cvs/pkgs/rpms/perl-App-Daemon/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29428

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/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	7 Nov 2009 09:46:04 -0000	1.4
+++ .cvsignore	11 Apr 2010 05:23:01 -0000	1.5
@@ -1 +1 @@
-App-Daemon-0.08.tar.gz
+App-Daemon-0.09.tar.gz


Index: perl-App-Daemon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-App-Daemon/devel/perl-App-Daemon.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- perl-App-Daemon.spec	7 Dec 2009 13:24:46 -0000	1.5
+++ perl-App-Daemon.spec	11 Apr 2010 05:23:01 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           perl-App-Daemon
-Version:        0.08
-Release:        2%{?dist}
+Version:        0.09
+Release:        1%{?dist}
 Summary:        Start an Application as a Daemon
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -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,10 @@ 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
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-App-Daemon/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	7 Nov 2009 09:46:04 -0000	1.4
+++ sources	11 Apr 2010 05:23:01 -0000	1.5
@@ -1 +1 @@
-305a27ca4de2e2107c54b42dd473478b  App-Daemon-0.08.tar.gz
+1267af6fca095c54946438ca7c028b26  App-Daemon-0.09.tar.gz




More information about the perl-devel mailing list