8
0

Compare commits

...

11 Commits

Author SHA256 Message Date
7cc66a5d13 Accepting request 297721 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/297721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PostScript-Simple?expand=0&rev=20
2015-04-18 08:40:52 +00:00
Stephan Kulow
792831866b Accepting request 297719 from devel:languages:perl:autoupdate
- updated to 0.09
   see /usr/share/doc/packages/perl-PostScript-Simple/Changes
  0.09 - 23 September 2014
    Matthew Newton:
      - add setcmykcolour method
      - add err method to find last error
      - internal data structure updates
  
  0.08 - 20 June 2014
    Satoshi Azuma:
      - remove Test::More module and make it a build dependency
  
    Matthew Newton:
      - fix test result failures on -Duselongdouble
      - allow units to be specified for any distance
      - add X-Windows colours, supplied by Steve Baldwin
      - change all space-separated lists to arrays
      - fix Begin/EndDocument handling in EPS file insertion

OBS-URL: https://build.opensuse.org/request/show/297719
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PostScript-Simple?expand=0&rev=11
2015-04-17 09:26:53 +00:00
Stephan Kulow
6564816464 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PostScript-Simple?expand=0&rev=15
2011-12-06 17:46:30 +00:00
Lars Vogdt
aea7db6d0b Autobuild autoformatter for 54735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PostScript-Simple?expand=0&rev=12
2010-12-05 21:14:08 +00:00
Lars Vogdt
911957b5a2 Accepting request 54735 from devel:languages:perl
Accepted submit request 54735 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PostScript-Simple?expand=0&rev=11
2010-12-05 21:13:58 +00:00
Stephan Kulow
ac81f74d71 always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PostScript-Simple?expand=0&rev=9
2010-12-03 14:48:29 +00:00
Stephan Kulow
0c8a9be722 siwtch to perl_requires macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PostScript-Simple?expand=0&rev=8
2010-12-01 13:53:22 +00:00
Stephan Kulow
da7bb073b1 - remove /var/adm/perl-modules
- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PostScript-Simple?expand=0&rev=7
2010-11-29 18:58:35 +00:00
OBS User autobuild
11d8153a26 Autobuild autoformatter for 51020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PostScript-Simple?expand=0&rev=10
2010-10-19 11:11:59 +00:00
OBS User buildservice-autocommit
c68b7d9505 Updating link to change in openSUSE:Factory/perl-PostScript-Simple revision 10.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PostScript-Simple?expand=0&rev=3c4c4fb699bda73ad8c42c19a2374b12
2010-10-19 11:11:59 +00:00
Ruediger Oertel
e5bd143590 Accepting request 51020 from devel:languages:perl
Accepted submit request 51020 from user coolo

OBS-URL: https://build.opensuse.org/request/show/51020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-PostScript-Simple?expand=0&rev=9
2010-10-19 11:11:54 +00:00
5 changed files with 91 additions and 43 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69cb6cf22c8ea87d8504b04166c71b73aa736ba76075964842102496c59c33f5
size 41874

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf5bbe06e4c097ad7fe085b237831b43f5edde7ddb1cd21fc997c42756ab1856
size 35450

20
cpanspec.yml Normal file
View File

@@ -0,0 +1,20 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
license: GPL-2.0+
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Fri Apr 17 09:10:42 UTC 2015 - coolo@suse.com
- updated to 0.09
see /usr/share/doc/packages/perl-PostScript-Simple/Changes
0.09 - 23 September 2014
Matthew Newton:
- add setcmykcolour method
- add err method to find last error
- internal data structure updates
0.08 - 20 June 2014
Satoshi Azuma:
- remove Test::More module and make it a build dependency
Matthew Newton:
- fix test result failures on -Duselongdouble
- allow units to be specified for any distance
- add X-Windows colours, supplied by Steve Baldwin
- change all space-separated lists to arrays
- fix Begin/EndDocument handling in EPS file insertion
-------------------------------------------------------------------
Wed Dec 1 13:34:39 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Nov 29 18:30:55 UTC 2010 - coolo@novell.com
- remove /var/adm/perl-modules
-------------------------------------------------------------------
Tue Oct 19 08:39:01 UTC 2010 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-PostScript-Simple (Version 0.07)
# spec file for package perl-PostScript-Simple
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,59 +15,54 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-PostScript-Simple
Url: http://search.cpan.org/~mcnewton/PostScript-Simple
License: GPLv2+
Version: 0.09
Release: 0
#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
%define cpan_name PostScript-Simple
Summary: Produce PostScript files from Perl
License: GPL-2.0+
Group: Development/Libraries/Perl
Provides: PostScript-Simple
Requires: perl = %{perl_version}
AutoReqProv: on
Version: 0.07
Release: 134
Source: PostScript-Simple-%{version}.tar.gz
Summary: a simple method of writing PostScript files from Perl
Url: http://search.cpan.org/dist/PostScript-Simple/
Source0: http://www.cpan.org/authors/id/M/MC/MCNEWTON/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
%{perl_requires}
%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.
PostScript::Simple allows you to have a simple method of writing PostScript
files from Perl. It has graphics primitives that allow lines, curves,
circles, polygons and boxes to be drawn. Text can be added to the page
using standard PostScript fonts.
Authors:
--------
Matthew Newton <mcnewton@cpan.org>
The images can be single page EPS files, or multipage PostScript files. The
image size can be set by using a recognised paper size ("'A4'", for
example) or by giving dimensions. The units used can be specified ("'mm'"
or "'in'", etc) and are the same as those used in TeX. The default unit is
a bp, or a PostScript point, unlike TeX.
%prep
%setup -n PostScript-Simple-%{version}
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build
perl Makefile.PL
make %{?_smp_mflags}
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%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}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples README TODO
%changelog