forked from pool/perl-Font-AFM
Accepting request 29542 from devel:languages:perl
Copy from devel:languages:perl/perl-Font-AFM based on submit request 29542 from user coolo OBS-URL: https://build.opensuse.org/request/show/29542 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Font-AFM?expand=0&rev=5
This commit is contained in:
parent
fd1b399804
commit
8a4838adf4
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- enable parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 14 19:38:38 CEST 2008 - kssingvo@suse.de
|
Mon Jul 14 19:38:38 CEST 2008 - kssingvo@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Font-AFM (Version 1.20)
|
# spec file for package perl-Font-AFM (Version 1.20)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,13 +19,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Font-AFM
|
Name: perl-Font-AFM
|
||||||
License: Artistic License; GPL v2 or later
|
License: Artistic ; GPLv2+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Interface to Adobe Font Metrics Files
|
Summary: Interface to Adobe Font Metrics Files
|
||||||
Version: 1.20
|
Version: 1.20
|
||||||
Release: 23
|
Release: 24
|
||||||
Source: Font-AFM-%{version}.tar.bz2
|
Source: Font-AFM-%{version}.tar.bz2
|
||||||
Url: http://cpan.org/authors/id/G/GA/GAAS
|
Url: http://cpan.org/authors/id/G/GA/GAAS
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -46,7 +46,7 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -66,15 +66,3 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|||||||
%doc README Changes
|
%doc README Changes
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jul 14 2008 kssingvo@suse.de
|
|
||||||
- update to new version 1.20:
|
|
||||||
Improved TAP output from test
|
|
||||||
- removed deletion of builddir in %%install
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Wed Sep 28 2005 dmueller@suse.de
|
|
||||||
- add norootforbuild
|
|
||||||
* Tue Jan 20 2004 kssingvo@suse.de
|
|
||||||
- update to perl-Font-AFM-1.19
|
|
||||||
* Tue Dec 16 2003 kssingvo@suse.de
|
|
||||||
- initial version
|
|
||||||
|
Loading…
Reference in New Issue
Block a user