summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkloczek2000-05-18 21:48:35 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit0e7c96de6304bb5b9c41a5f46a08332549f7ae24 (patch)
tree38c74c4769bdce7291ae4072a70aeaa248f9dc1b
parentfaba3c5be0555a97b276e058230a9feea2b73796 (diff)
downloadfortune-mod-matrixfortunes-0e7c96de6304bb5b9c41a5f46a08332549f7ae24.zip
fortune-mod-matrixfortunes-0e7c96de6304bb5b9c41a5f46a08332549f7ae24.tar.gz
- spec adapterized.
Changed files: fortune-mod-matrixfortunes.spec -> 1.5
-rw-r--r--fortune-mod-matrixfortunes.spec23
1 files changed, 12 insertions, 11 deletions
diff --git a/fortune-mod-matrixfortunes.spec b/fortune-mod-matrixfortunes.spec
index 5cef8d0..715c459 100644
--- a/fortune-mod-matrixfortunes.spec
+++ b/fortune-mod-matrixfortunes.spec
@@ -2,36 +2,37 @@ Summary: Collection of Bofh Excuses Fortunes
Name: fortune-mod-matrix-fortunes
Version: 0.1.0
Release: 10
-Copyright: GPL
+License: GPL
Group: Amusements/Games
Source0: matrixfortunes-%{version}.tar.bz2
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%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.
+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.
%description -l pl
-Fortune-mod zawiera wciąż popularny program fortune ("cytat dnia",
+Fortune-mod zawiera wciąż popularny program fortune ("cytat dnia",
"przepowiednia"). Masz ochotę na odrobinę mądrości przekazanej Ci
-podczas logowania? Program fortune jest dla Ciebie. Administratorzy z poczuciem
-humoru mogą dodać fortune do plików .login użytkowników tak, by każdy
-otrzymał swoją dawkę mądrości przy logowaniu.
+podczas logowania? Program fortune jest dla Ciebie. Administratorzy z
+poczuciem humoru mogą dodać fortune do plików .login użytkowników tak,
+by każdy otrzymał swoją dawkę mądrości przy logowaniu.
%prep
%setup -q -n matrixfortunes-%{version}
%build
+
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_datadir}/games/fortunes
-install matrix* $RPM_BUILD_ROOT%{_datadir}/games/fortunes
+install -d $RPM_BUILD_ROOT%{_datadir}/games/fortunes
+install matrix* $RPM_BUILD_ROOT%{_datadir}/games/fortunes
%clean
rm -rf $RPM_BUILD_ROOT