forked from pool/perlref
48 lines
1.3 KiB
RPMSpec
48 lines
1.3 KiB
RPMSpec
![]() |
#
|
||
|
# spec file for package perlref
|
||
|
#
|
||
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||
|
#
|
||
|
# 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/
|
||
|
#
|
||
|
|
||
|
|
||
|
Name: perlref
|
||
|
BuildRequires: psutils
|
||
|
AutoReqProv: off
|
||
|
Url: http://www.squirrel.nl/people/jvromans/perlref.html
|
||
|
Version: 5.004.1
|
||
|
Release: 0
|
||
|
Summary: Perl 5 Reference Guide
|
||
|
License: Distributable in unmodified form, for non-profit purposes
|
||
|
Group: Development/Languages/Perl
|
||
|
BuildArch: noarch
|
||
|
Source: perlref-5.004.1.tar.gz
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||
|
|
||
|
%description
|
||
|
Perl 5 Reference Guide
|
||
|
|
||
|
%prep
|
||
|
%setup
|
||
|
|
||
|
%build
|
||
|
make
|
||
|
|
||
|
%install
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%doc .
|
||
|
|
||
|
%changelog
|