]> git.pld-linux.org Git - packages/fortune-mod-bofh-excuses.git/commitdiff
- initial release
authorwaszi <waszi@pld-linux.org>
Mon, 21 Feb 2000 13:37:49 +0000 (13:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fortune-mod-bofh-excuses.spec -> 1.1

fortune-mod-bofh-excuses.spec [new file with mode: 0644]

diff --git a/fortune-mod-bofh-excuses.spec b/fortune-mod-bofh-excuses.spec
new file mode 100644 (file)
index 0000000..37e4ec1
--- /dev/null
@@ -0,0 +1,38 @@
+Summary:       Collection of Bofh Excuses Fortunes
+Name:          fortune-mod-bofh-excuses
+Version:       1.0
+Release:       10
+Copyright:     BSD
+Group:         Amusements/Games
+Source0:       %{name}.tgz
+BuildRoot:     /tmp/%{name}-%{version}-root
+
+%description
+Fortune-mod contains the ever-popular fortune program. Want a little
+bit of random wisdom revealed to you when you log in? Fortune's
+your program. Fun-loving system administrators can add fortune to
+users' .login files, so that the users get their dose of wisdom 
+each time they log in.
+
+Install fortune if you want a program which will bestow these random
+bits o' wit.
+
+%prep
+install -d %{name}
+tar zxf %{SOURCE0} -C %{name}/
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+cd %{name}
+
+install -d             $RPM_BUILD_ROOT%{_datadir}/games/fortunes
+install bofh-excuses*  $RPM_BUILD_ROOT%{_datadir}/games/fortunes
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/games/fortunes/*
This page took 0.048431 seconds and 4 git commands to generate.