Hello community,

here is the log from the commit of package perl-Font-AFM for openSUSE:Factory 
checked in at 2019-11-17 19:21:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Font-AFM (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Font-AFM.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Font-AFM"

Sun Nov 17 19:21:08 2019 rev:22 rq:748620 version:1.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Font-AFM/perl-Font-AFM.changes      
2013-03-01 08:03:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Font-AFM.new.26869/perl-Font-AFM.changes   
2019-11-17 19:21:09.430916890 +0100
@@ -1,0 +2,6 @@
+Wed Nov 13 18:26:53 UTC 2019 - Arjen de Korte <[email protected]>
+
+- change architecture to 'noarch'
+- cleanup spec
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Font-AFM.spec ++++++
--- /var/tmp/diff_new_pack.syXFYV/_old  2019-11-17 19:21:09.842916715 +0100
+++ /var/tmp/diff_new_pack.syXFYV/_new  2019-11-17 19:21:09.842916715 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Font-AFM
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,55 +12,43 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-Font-AFM
-Summary:        Interface to Adobe Font Metrics Files
-License:        Artistic-1.0 or GPL-2.0+
-Group:          Development/Libraries/Perl
 Version:        1.20
 Release:        0
-Source:         Font-AFM-%{version}.tar.gz
-Url:            http://cpan.org/authors/id/G/GA/GAAS
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Summary:        Interface to Adobe Font Metrics Files
+License:        Artistic-1.0 OR GPL-2.0-or-later
+Group:          Development/Libraries/Perl
+URL:            https://metacpan.org/pod/Font::AFM
+Source:         
https://cpan.metacpan.org/authors/id/G/GA/GAAS/Font-AFM-%{version}.tar.gz
+BuildArch:      noarch
 %{perl_requires}
-BuildRequires:  perl
-BuildRequires:  perl-macros
 
 %description
 This module implements the Font::AFM class. Objects of this class are
 initialized from an AFM file and allow you to obtain information about
 the font and the metrics of the various glyphs in the font.
 
-
-
-Authors:
---------
-    Gisle Aas <[email protected]>
-
 %prep
-%setup -n Font-AFM-%{version}
+%setup -q -n Font-AFM-%{version}
 
 %build
 perl Makefile.PL
 make %{?_smp_mflags}
-make test
+
+%check
+make %{?_smp_mflags} test
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%clean
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf 
$RPM_BUILD_ROOT
-
-%files
+%files -f %{name}.files
 %defattr(-, root, root)
-%dir %{perl_vendorlib}/Font
-%{perl_vendorlib}/Font/*
-%{perl_vendorarch}/auto/*
-%doc %{_mandir}/man?/*
 %doc README Changes
 
 %changelog


Reply via email to