forked from pool/perlref
unlink
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perlref?expand=0&rev=6
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.osc
|
3
perlref-5.004.1.tar.gz
Normal file
3
perlref-5.004.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f08134ae0a75d2383c39883cab47553cf7fdbc6b1f4a27ad2bbc5cb5029a6ef
|
||||
size 114267
|
46
perlref.changes
Normal file
46
perlref.changes
Normal file
@@ -0,0 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 09:37:34 UTC 2012 - coolo@suse.com
|
||||
|
||||
- moving to non-free
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 25 21:47:22 CET 2006 - mls@suse.de
|
||||
|
||||
- converted neededforbuild to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 4 14:04:35 CET 2004 - hmacht@suse.de
|
||||
|
||||
- added option # norootforbuild in specfile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 22 13:37:42 CEST 2003 - coolo@suse.de
|
||||
|
||||
- use BuildRoot
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
|
||||
|
||||
- removed bogus self-provides
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 25 15:30:06 CEST 2000 - ro@suse.de
|
||||
|
||||
- sorted
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
|
||||
|
||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 8 16:06:52 MEST 1999 - bs@suse.de
|
||||
|
||||
- made package "noarch"
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 14 17:20:40 MET 1998 - ro@suse.de
|
||||
|
||||
- build package from source
|
||||
|
47
perlref.spec
Normal file
47
perlref.spec
Normal file
@@ -0,0 +1,47 @@
|
||||
#
|
||||
# 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
|
Reference in New Issue
Block a user