eseyman pushed to perl-MooseX-Daemonize (master). "Use %%{__perl} macro and tighten file listing"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat Aug 22 08:29:07 UTC 2015


From 094505a849a1383470cbbb0f08c3ab82589fd1a5 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman <emmanuel at seyman.fr>
Date: Sat, 22 Aug 2015 10:28:59 +0200
Subject: Use %%{__perl} macro and tighten file listing


diff --git a/perl-MooseX-Daemonize.spec b/perl-MooseX-Daemonize.spec
index a83c4cb..7849213 100644
--- a/perl-MooseX-Daemonize.spec
+++ b/perl-MooseX-Daemonize.spec
@@ -1,6 +1,6 @@
 Name:           perl-MooseX-Daemonize
 Version:        0.20
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Role for daemonizing your Moose based application
 License:        GPL+ or Artistic
 
@@ -31,7 +31,7 @@ roles as an infrastructure to do that.
 %setup -q -n MooseX-Daemonize-%{version}
 
 %build
-perl Build.PL --installdirs=vendor
+%{__perl} Build.PL --installdirs=vendor
 ./Build
 
 %install
@@ -44,10 +44,16 @@ perl Build.PL --installdirs=vendor
 %files
 %doc Changes README
 %license LICENCE
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/MooseX*
+%{perl_vendorlib}/Test*
+%{_mandir}/man3/MooseX*
+%{_mandir}/man3/Test*
 
 %changelog
+* Sat Aug 22 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.20-2
+- Use %%{__perl} macro insteal of 'perl'
+- Tighten file listing
+
 * Wed Aug 19 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.20-1
 - Update to 0.20
 - Move to the Module::Build::Tiny workflow
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-MooseX-Daemonize.git/commit/?h=master&id=094505a849a1383470cbbb0f08c3ab82589fd1a5


More information about the perl-devel mailing list