]> git.pld-linux.org Git - packages/perl-PostScript-Simple.git/blame - perl-PostScript-Simple.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-PostScript-Simple.git] / perl-PostScript-Simple.spec
CommitLineData
a14c611e
1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
a14c611e
5%define pdir PostScript
6%define pnam Simple
7c140306 7Summary: PostScript::Simple - produce PostScript files from Perl
5f5e075e 8Summary(pl.UTF-8): PostScript::Simple - tworzenie plików PostScript z poziomu Perla
a14c611e 9Name: perl-PostScript-Simple
e6e9337b 10Version: 0.07
11Release: 1
a14c611e
12# same as perl
13License: GPL v1+ or Artistic
14Group: Development/Languages/Perl
15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
e6e9337b 16# Source0-md5: 4f67d5aabff883aa111197528172e804
7c140306 17URL: http://search.cpan.org/dist/PostScript-Simple/
a14c611e 18BuildRequires: perl-devel >= 1:5.8.0
7c140306 19BuildRequires: rpm-perlprov >= 4.1-13
a14c611e
20BuildArch: noarch
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
7c140306
JB
24PostScript::Simple allows you to have a simple method of writing
25PostScript files from Perl. It has several graphics primitives that
26allow lines, circles, polygons and boxes to be drawn. Text can be
27added to the page using standard PostScript fonts.
28
7c29b4d5
JR
29%description -l pl.UTF-8
30PostScript::Simple udostępnia prosty sposób tworzenia plików
31PostScript z poziomu Perla. Ma różne graficzne prymitywy pozwalające
32na rysowanie linii, okręgów, wielokątów i pudełek. Można dodawać do
33stron tekst przy użyciu standardowych fontów postscriptowych.
a14c611e
34
35%prep
36%setup -q -n %{pdir}-%{pnam}-%{version}
37
38%build
39%{__perl} Makefile.PL \
40 INSTALLDIRS=vendor
41%{__make}
42
43%{?with_tests:%{__make} test}
44
45%install
46rm -rf $RPM_BUILD_ROOT
47
48%{__make} install \
49 DESTDIR=$RPM_BUILD_ROOT
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(644,root,root,755)
56%doc README
57%{perl_vendorlib}/PostScript/Simple.pm
7c140306 58%dir %{perl_vendorlib}/PostScript/Simple
a14c611e 59%{perl_vendorlib}/PostScript/Simple/EPS.pm
87e2ab33 60%{_mandir}/man3/*
This page took 0.058045 seconds and 4 git commands to generate.