Accepting request 198608 from devel:languages:perl
- own %{perl_vendorarch}/auto/GD dir (forwarded request 198524 from pgajdos) OBS-URL: https://build.opensuse.org/request/show/198608 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD-Graph3d?expand=0&rev=17
This commit is contained in:
commit
792d6bd991
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 11 13:10:48 UTC 2013 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- own %{perl_vendorarch}/auto/GD dir
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 18 11:08:27 UTC 2011 - coolo@suse.com
|
Fri Nov 18 11:08:27 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-GD-Graph3d
|
# spec file for package perl-GD-Graph3d
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 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
|
||||||
@ -15,22 +15,25 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-GD-Graph3d
|
Name: perl-GD-Graph3d
|
||||||
BuildRequires: libjpeg-devel perl-GD perl-GDGraph perl-GDTextUtil xorg-x11-devel
|
BuildRequires: libjpeg-devel
|
||||||
|
BuildRequires: perl-GD
|
||||||
|
BuildRequires: perl-GDGraph
|
||||||
|
BuildRequires: perl-GDTextUtil
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: xorg-x11-devel
|
||||||
Version: 0.63
|
Version: 0.63
|
||||||
Release: 252
|
Release: 0
|
||||||
Requires: perl-GD perl-GDGraph perl-GDTextUtil
|
Requires: perl-GD
|
||||||
|
Requires: perl-GDGraph
|
||||||
|
Requires: perl-GDTextUtil
|
||||||
Provides: perl-GDGraph3d
|
Provides: perl-GDGraph3d
|
||||||
Obsoletes: perl-GDGraph3d
|
Obsoletes: perl-GDGraph3d
|
||||||
AutoReqProv: on
|
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
License: Artistic-1.0
|
|
||||||
Url: http://cpan.org/modules/by-module/GD/
|
Url: http://cpan.org/modules/by-module/GD/
|
||||||
Summary: 3d extension for perl-GDGraph
|
Summary: 3d extension for perl-GDGraph
|
||||||
|
License: Artistic-1.0
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
Source: GD-Graph3d-%{version}.tar.gz
|
Source: GD-Graph3d-%{version}.tar.gz
|
||||||
Patch: GD-Graph3d-trim_miter.diff
|
Patch: GD-Graph3d-trim_miter.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -67,6 +70,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc %{_mandir}/man?/*
|
%doc %{_mandir}/man?/*
|
||||||
|
%dir %{perl_vendorarch}/auto/GD
|
||||||
%{perl_vendorarch}/auto/GD/Graph3d
|
%{perl_vendorarch}/auto/GD/Graph3d
|
||||||
%{perl_vendorlib}/GD/Graph
|
%{perl_vendorlib}/GD/Graph
|
||||||
%{perl_vendorlib}/GD/Graph3d.pm
|
%{perl_vendorlib}/GD/Graph3d.pm
|
||||||
|
Loading…
Reference in New Issue
Block a user