File funny-manpages.spec of Package funny-manpages
94
1
#
2
# spec file for package funny-manpages (Version 1.3)
3
#
4
#
5
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
6
#
7
# All modifications and additions to the file contributed by third parties
8
# remain the property of their copyright owners, unless otherwise agreed
9
# upon. The license for this file, and modifications and additions to the
10
# file, is the same license as for the pristine package itself (unless the
11
# license for the pristine package is not an Open Source License, in which
12
# case the license is the MIT License). An "Open Source License" is a
13
# license that conforms to the Open Source Definition (Version 1.9)
14
# published by the Open Source Initiative.
15
# Please submit bugfixes or comments via http://bugs.opensuse.org/
16
#
17
# norootforbuild
18
#
19
20
Name: funny-manpages
21
Summary: A set of miscellaneous humorous manpages
22
License: GPL-2.0
23
Group: Documentation/Man
24
Version: 1.3
25
Release: 0.pm.0
26
Url: http://packages.debian.org/sid/funny-manpages
27
Source: %{name}_%{version}.orig.tar.bz2
28
BuildRoot: %{_tmppath}/%{name}-%{version}-build
29
BuildArch: noarch
30
31
%description
32
A set of miscellaneous humorous manpages (don't take them too seriously!).
33
34
Includes, amongst others, rtfm (1).
35
36
Warning! Some of these manpages might be treated offensive. You've been warned.
37
38
This set of manpages was collected from all over the net. No specific location can be given.
39
40
Copyright:
41
42
To the best of my knowledge all of these manpages are free to use and
43
redistribute.
44
45
The authors are:
46
47
baby.1fun - unknown, based on man page by Joe Beck <beck@cs.ualberta.ca>
48
celibacy.1fun - unknown
49
condom.1fun - Ken Maupin <maupin@cs.washington.edu>
50
flame.1fun - unknown
51
flog.1fun - unknown
52
gong.1fun - unknown
53
grope.1fun - unknown
54
party.1fun - unknown
55
rescrog.1fun - unknown
56
rtfm.1fun - unknown
57
sex.6fun - unknown
58
tm.1fun - unknown
59
xlart.1fun - James McPherson
60
date.1fun - Glen Overby <overby@sendit.nodak.edu>
61
echo.1fun - unknown
62
rm.1fun - Matthew Farwell <dylan@ibmpcug.co.uk>
63
strfry.3fun - <chuck@druco.att.com>
64
xkill.1fun - Claudio Calvelli <Claudio@edinburgh.ac.uk>
65
uubp.1fun - unknown
66
67
%prep
68
69
%setup -q -n %{name}-%{version}.orig
70
71
%build
72
gzip *.*
73
74
%install
75
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/man/man1
76
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/man/man6
77
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/man/man3
78
cp *.1fun.gz $RPM_BUILD_ROOT/%{_datadir}/man/man1/
79
cp *.3fun.gz $RPM_BUILD_ROOT/%{_datadir}/man/man3/
80
cp *.6fun.gz $RPM_BUILD_ROOT/%{_datadir}/man/man6/
81
82
%clean
83
rm -rf $RPM_BUILD_ROOT
84
85
%files
86
%defattr(-, root, root)
87
%{_datadir}/man/man1/*.1fun.gz
88
%{_datadir}/man/man3/*.3fun.gz
89
%{_datadir}/man/man6/*.6fun.gz
90
91
%changelog
92
* Sun Feb 15 2009 AxelKoellhofer@web.de
93
- initial package, sources taken from debian sid
94