From d88dfd478cd1873166d8946ff8345a0dbc0c2a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Sat, 30 Jan 2016 04:50:49 +0100 Subject: [PATCH] Modernize spec. --- perl-Sort-Versions.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/perl-Sort-Versions.spec b/perl-Sort-Versions.spec index 4e82228..bbe94a5 100644 --- a/perl-Sort-Versions.spec +++ b/perl-Sort-Versions.spec @@ -1,6 +1,6 @@ Name: perl-Sort-Versions Version: 1.62 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl module for sorting of revision-like numbers License: GPL+ or Artistic Group: Development/Libraries @@ -28,14 +28,11 @@ undoubtedly be found. %setup -q -n Sort-Versions-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor 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 @@ -48,6 +45,9 @@ make test %{_mandir}/man3/* %changelog +* Sat Jan 30 2016 Ralf Corsépius - 1.62-2 +- Modernize spec. + * Thu Dec 17 2015 Ralf Corsépius - 1.62-1 - Update to 1.62. - Remove iconv.