2007-01-15 23:30:41 +00:00
|
|
|
#
|
2007-12-14 16:05:40 +00:00
|
|
|
# spec file for package perl-GDTextUtil (Version 0.86)
|
2007-01-15 23:30:41 +00:00
|
|
|
#
|
2007-12-14 16:05:40 +00:00
|
|
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:30:41 +00:00
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
2007-12-14 16:05:40 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
2007-01-15 23:30:41 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2007-12-14 16:05:40 +00:00
|
|
|
Name: perl-GDTextUtil
|
|
|
|
BuildRequires: libjpeg-devel perl-GD xorg-x11-devel
|
|
|
|
Version: 0.86
|
|
|
|
Release: 1
|
|
|
|
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
|
2007-01-15 23:30:41 +00:00
|
|
|
|
|
|
|
%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
|
2007-12-14 16:05:40 +00:00
|
|
|
%setup -q -n GDTextUtil-%{version}
|
2007-01-15 23:30:41 +00:00
|
|
|
|
|
|
|
%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}
|
|
|
|
|
2007-12-14 16:05:40 +00:00
|
|
|
%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
|
2007-01-15 23:30:41 +00:00
|
|
|
* Wed Jan 25 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
* Wed Sep 28 2005 - dmueller@suse.de
|
|
|
|
- add norootforbuild
|
|
|
|
* Thu Jul 29 2004 - ro@suse.de
|
|
|
|
- update to 0.86
|
|
|
|
* Thu Sep 25 2003 - ro@suse.de
|
|
|
|
- created package version 0.85
|