Notification time stamped 2023-04-04 03:52:06 UTC

From c1c723ef596a1fcc55296069a7d6e71e809bf9b0 Mon Sep 17 00:00:00 2001
From: Ralf Corsépius <corse...@fedoraproject.org>
Date: Jun 27 2022 09:41:02 +0000
Subject: Upstream update to 7.900058.


Modernize spec file.

---

diff --git a/.gitignore b/.gitignore
index 1534091..2f196ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Validation-Class-7.900057.tar.gz
+/Validation-Class-7.900058.tar.gz
diff --git a/perl-Validation-Class.spec b/perl-Validation-Class.spec
index ac6ab87..d6884cf 100644
--- a/perl-Validation-Class.spec
+++ b/perl-Validation-Class.spec
@@ -1,13 +1,12 @@
 Name:           perl-Validation-Class
-Version:        7.900057
-Release:        18%{?dist}
+Version:        7.900058
+Release:        1%{?dist}
 Summary:        Powerful Data Validation Framework
 License:        GPL+ or Artistic
 URL:            https://metacpan.org/release/Validation-Class
-Source0:        
https://cpan.metacpan.org/authors/id/A/AW/AWNCORP/Validation-Class-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/C/CK/CKRAS/Validation-Class-%{version}.tar.gz
 BuildArch:      noarch
 
-BuildRequires: make
 BuildRequires:  %{__perl}
 BuildRequires:  %{__make}
 
@@ -53,13 +52,12 @@ complete set of pre-defined validations and filters 
referred to as
 %setup -q -n Validation-Class-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
-%{__make} %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
+%{make_build}
 
 %install
-%{__make} pure_install DESTDIR=$RPM_BUILD_ROOT
-
-%{_fixperms} $RPM_BUILD_ROOT/*
+%{make_install} DESTDIR="$RPM_BUILD_ROOT"
+%{_fixperms} "$RPM_BUILD_ROOT"/*
 
 %check
 %{__make} test
@@ -71,6 +69,10 @@ complete set of pre-defined validations and filters referred 
to as
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 027 2022 Ralf Corsépius <corse...@fedoraproject.org> - 7.900058-1
+- Upstream update to 7.900058.
+- Modernize spec file.
+
 * Wed Jun 01 2022 Jitka Plesnikova <jples...@redhat.com> - 7.900057-18
 - Perl 5.36 rebuild
 
diff --git a/sources b/sources
index 558660a..cb39298 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Validation-Class-7.900057.tar.gz) = 
ed28998ab816d63298fc973fff68e5306f410dd661504294ed7f503183826ce5b1c5f08242f6401d0965a2a51b7cfc8cd4310952e62d50f824399be557a036a1
+SHA512 (Validation-Class-7.900058.tar.gz) = 
96a9099b64ace6fbb4a052dba89bc4a0a867e1041afa94d8afab60842821770676fed103cfea61d15d23ba58862ae15257e0013416b7e90a65d996c9ca639543


        
https://src.fedoraproject.org/rpms/perl-Validation-Class/c/c1c723ef596a1fcc55296069a7d6e71e809bf9b0?branch=f36
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to