This commit is contained in:
parent
78e41bf564
commit
41310cb72a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:18995db42a1c0405c79ca98035917962ab0dfca59583257124d544826c71c5ae
|
|
||||||
size 8755
|
|
3
Font-AFM-1.20.tar.bz2
Normal file
3
Font-AFM-1.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f1923d779f862d47b3f8225e6c46be22e2afccadc61e7d331005eb09aaf42bd6
|
||||||
|
size 9013
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 14 19:38:38 CEST 2008 - kssingvo@suse.de
|
||||||
|
|
||||||
|
- update to new version 1.20:
|
||||||
|
Improved TAP output from test
|
||||||
|
- removed deletion of builddir in %install
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 25 21:39:41 CET 2006 - mls@suse.de
|
Wed Jan 25 21:39:41 CET 2006 - mls@suse.de
|
||||||
|
|
||||||
|
@ -1,26 +1,27 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Font-AFM (Version 1.19)
|
# spec file for package perl-Font-AFM (Version 1.20)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
# Please submit bugfixes or comments via http://www.suse.de/feedback/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: perl-Font-AFM
|
|
||||||
License: GPL, Other License(s), see package
|
Name: perl-Font-AFM
|
||||||
Group: Development/Libraries/Perl
|
License: Artistic License; GPL v2 or later
|
||||||
Requires: perl = %{perl_version}
|
Group: Development/Libraries/Perl
|
||||||
Autoreqprov: on
|
Requires: perl = %{perl_version}
|
||||||
Summary: Interface to Adobe Font Metrics Files
|
AutoReqProv: on
|
||||||
Version: 1.19
|
Summary: Interface to Adobe Font Metrics Files
|
||||||
Release: 50
|
Version: 1.20
|
||||||
Source: Font-AFM-%{version}.tar.bz2
|
Release: 1
|
||||||
URL: http://cpan.org/authors/id/G/GA/GAAS
|
Source: Font-AFM-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Url: http://cpan.org/authors/id/G/GA/GAAS
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module implements the Font::AFM class. Objects of this class are
|
This module implements the Font::AFM class. Objects of this class are
|
||||||
@ -35,7 +36,6 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n Font-AFM-%{version}
|
%setup -n Font-AFM-%{version}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
@ -43,7 +43,6 @@ make
|
|||||||
make test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
|
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
|
||||||
@ -59,12 +58,16 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|||||||
%doc %{_mandir}/man?/*
|
%doc %{_mandir}/man?/*
|
||||||
%doc README Changes
|
%doc README Changes
|
||||||
|
|
||||||
%changelog -n perl-Font-AFM
|
%changelog
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* 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
|
- converted neededforbuild to BuildRequires
|
||||||
* Wed Sep 28 2005 - dmueller@suse.de
|
* Thu Sep 29 2005 dmueller@suse.de
|
||||||
- add norootforbuild
|
- add norootforbuild
|
||||||
* Tue Jan 20 2004 - kssingvo@suse.de
|
* Tue Jan 20 2004 kssingvo@suse.de
|
||||||
- update to perl-Font-AFM-1.19
|
- update to perl-Font-AFM-1.19
|
||||||
* Tue Dec 16 2003 - kssingvo@suse.de
|
* Tue Dec 16 2003 kssingvo@suse.de
|
||||||
- initial version
|
- initial version
|
||||||
|
Loading…
Reference in New Issue
Block a user