Accepting request 54540 from devel:languages:perl
Accepted submit request 54540 from user coolo OBS-URL: https://build.opensuse.org/request/show/54540 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Font-AFM?expand=0&rev=11
This commit is contained in:
commit
32cfaf72a1
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 30 19:20:16 UTC 2010 - coolo@novell.com
|
||||
|
||||
- switch to perl_requires macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 29 18:30:00 UTC 2010 - coolo@novell.com
|
||||
|
||||
- remove /var/adm/perl-modules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 19 08:38:38 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@ -21,7 +21,6 @@
|
||||
Name: perl-Font-AFM
|
||||
License: Artistic ; GPLv2+
|
||||
Group: Development/Libraries/Perl
|
||||
Requires: perl = %{perl_version}
|
||||
AutoReqProv: on
|
||||
Summary: Interface to Adobe Font Metrics Files
|
||||
Version: 1.20
|
||||
@ -29,7 +28,9 @@ Release: 31
|
||||
Source: Font-AFM-%{version}.tar.bz2
|
||||
Url: http://cpan.org/authors/id/G/GA/GAAS
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
|
||||
%description
|
||||
This module implements the Font::AFM class. Objects of this class are
|
||||
@ -62,7 +63,6 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||
%dir %{perl_vendorlib}/Font
|
||||
%{perl_vendorlib}/Font/*
|
||||
%{perl_vendorarch}/auto/*
|
||||
/var/adm/perl-modules/%{name}
|
||||
%doc %{_mandir}/man?/*
|
||||
%doc README Changes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user