8
0
Files
perl-GDTextUtil/perl-GDTextUtil.spec

84 lines
2.4 KiB
RPMSpec
Raw Normal View History

#
# spec file for package perl-GDTextUtil (Version 0.86)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#
# norootforbuild
Name: perl-GDTextUtil
BuildRequires: libjpeg-devel perl-GD xorg-x11-devel
Version: 0.86
Release: 72
Requires: perl = %{perl_version}
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic License; GPL v2 or later
Url: http://cpan.org/modules/by-module/GD/
Summary: text utilities for use with the GD drawing package
Source: GDTextUtil-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package provides three modules that make it possible to work with
internal GD fonts as well as TrueType fonts, without having to worry
about different interface functions to call. Apart from an abstract
interface to all font types and strings for GD, this library also
provides some utility in aligning and wrapping your string.
Authors:
--------
Martien Verbruggen <mgjv@comdyn.com.au>
%prep
%setup -q -n GDTextUtil-%{version}
%build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
make
make test
make demo
%install
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc README*
%doc %{_mandir}/man?/*
%{perl_vendorarch}/auto/GD/Text
%{perl_vendorlib}/GD
/var/adm/perl-modules/%{name}
%changelog
* Fri Dec 14 2007 anicka@suse.cz
- update to 0.86
* Fixed check for TTF font support. The libgd error message changed
between 1.8 and 2.0
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Sep 28 2005 dmueller@suse.de
- add norootforbuild
* Wed Jul 28 2004 ro@suse.de
- update to 0.86
* Thu Sep 25 2003 ro@suse.de
- created package version 0.85