2007-01-15 23:31:39 +00:00
|
|
|
#
|
|
|
|
# spec file for package perl-PostScript-Simple (Version 0.07)
|
|
|
|
#
|
2009-06-17 22:15:46 +00:00
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:31:39 +00:00
|
|
|
#
|
2009-06-17 22:15:46 +00:00
|
|
|
# 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/
|
2007-01-15 23:31:39 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2009-06-17 22:15:46 +00:00
|
|
|
|
|
|
|
Name: perl-PostScript-Simple
|
|
|
|
Url: http://search.cpan.org/~mcnewton/PostScript-Simple
|
|
|
|
License: GPL v2 or later
|
|
|
|
Group: Development/Libraries/Perl
|
|
|
|
Provides: PostScript-Simple
|
|
|
|
Requires: perl = %{perl_version}
|
|
|
|
AutoReqProv: on
|
|
|
|
Version: 0.07
|
|
|
|
Release: 133
|
|
|
|
Source: PostScript-Simple-%{version}.tar.gz
|
|
|
|
Summary: a simple method of writing PostScript files from Perl
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-01-15 23:31:39 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
PostScript::Simple allows you to have a simple method of writing
|
|
|
|
PostScript files from Perl. It has several graphics primitives that
|
|
|
|
allow lines, circles, polygons and boxes to be drawn. Text can be added
|
|
|
|
to the page using standard PostScript fonts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Matthew Newton <mcnewton@cpan.org>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -n PostScript-Simple-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc %{_mandir}/man3/*
|
|
|
|
%doc MANIFEST README Changes
|
|
|
|
%{perl_vendorarch}/auto/PostScript
|
|
|
|
%dir %{perl_vendorlib}/PostScript
|
|
|
|
%dir %{perl_vendorlib}/PostScript/Simple
|
|
|
|
%{perl_vendorlib}/PostScript/Simple.pm
|
|
|
|
%{perl_vendorlib}/PostScript/Simple/EPS.pm
|
|
|
|
/var/adm/perl-modules/%{name}
|
|
|
|
|
2009-06-17 22:15:46 +00:00
|
|
|
%changelog
|
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-15 23:31:39 +00:00
|
|
|
- converted neededforbuild to BuildRequires
|
2009-06-17 22:15:46 +00:00
|
|
|
* Mon Jan 16 2006 cwh@suse.de
|
2007-01-15 23:31:39 +00:00
|
|
|
version 0.07:
|
2009-06-17 22:15:46 +00:00
|
|
|
- fix lack of newpath in arc
|
|
|
|
* Wed Sep 28 2005 dmueller@suse.de
|
2007-01-15 23:31:39 +00:00
|
|
|
- add norootforbuild
|
2009-06-17 22:15:46 +00:00
|
|
|
* Sun Jul 31 2005 cthiel@suse.de
|
2007-01-15 23:31:39 +00:00
|
|
|
- update to version 0.06
|
2009-06-17 22:15:46 +00:00
|
|
|
* Fri Aug 22 2003 mjancar@suse.cz
|
2007-01-15 23:31:39 +00:00
|
|
|
- require the perl version we build with
|
2009-06-17 22:15:46 +00:00
|
|
|
* Mon Jul 28 2003 ro@suse.de
|
2007-01-15 23:31:39 +00:00
|
|
|
- install to vendor location
|
2009-06-17 22:15:46 +00:00
|
|
|
* Wed Jun 18 2003 coolo@suse.de
|
2007-01-15 23:31:39 +00:00
|
|
|
- package directories
|
2009-06-17 22:15:46 +00:00
|
|
|
* Sun May 25 2003 ro@suse.de
|
2007-01-15 23:31:39 +00:00
|
|
|
- remove unpackaged files from buildroot
|
2009-06-17 22:15:46 +00:00
|
|
|
* Wed Jun 26 2002 ray@suse.de
|
2007-01-15 23:31:39 +00:00
|
|
|
- init version 0.04
|