54 lines
1.4 KiB
RPMSpec
54 lines
1.4 KiB
RPMSpec
#
|
|
# spec file for package perlref
|
|
#
|
|
# Copyright (c) 2019 SUSE LLC.
|
|
#
|
|
# 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 https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: perlref
|
|
AutoReqProv: off
|
|
URL: https://www.vromans.org/johan/perlref.html
|
|
Version: 5.004.1
|
|
Release: 0
|
|
Summary: Perl 5 Reference Guide
|
|
License: NonFree
|
|
Group: Development/Languages/Perl
|
|
BuildArch: noarch
|
|
Source: perlref-5.004.1.tar.gz
|
|
Source1: http://www.squirrel.nl/pub/perlref-5.004.1.pdf
|
|
Source100: README.md
|
|
BuildRequires: ghostscript
|
|
BuildRequires: psutils
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
Perl 5 Reference Guide in PS and PDF format
|
|
|
|
%prep
|
|
%setup
|
|
|
|
%build
|
|
make TMPDIR=/tmp
|
|
cp %{SOURCE1} .
|
|
mkdir base
|
|
mv *base*.ps Layout Makefile* PROBLEMS *.pl base/
|
|
|
|
%install
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc *.pdf README *.ps base
|
|
|
|
%changelog
|