From 81902657ab0343b1e1b656f0e9933aa46f5dad81 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <[email protected]>
Date: Sat, 30 Jan 2016 18:46:38 +0100
Subject: Modernize spec.

---
 perl-Data-ICal.spec | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/perl-Data-ICal.spec b/perl-Data-ICal.spec
index 768340c..e626dff 100644
--- a/perl-Data-ICal.spec
+++ b/perl-Data-ICal.spec
@@ -1,6 +1,6 @@
 Name:           perl-Data-ICal
 Version:        0.22
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Generates iCalendar (RFC 2445) calendar files
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -38,15 +38,11 @@ many popular calendaring programs such as Apple's iCal.
 %setup -q -n Data-ICal-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
+%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 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
@@ -58,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Jan 30 2016 Ralf Corsépius <[email protected]> - 0.22-4
+- Modernize spec.
+
 * Thu Jun 18 2015 Fedora Release Engineering <[email protected]> 
- 0.22-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Data-ICal.git/commit/?h=epel7&id=81902657ab0343b1e1b656f0e9933aa46f5dad81
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to