]> git.pld-linux.org Git - packages/fortune-mod-dwimc.git/commitdiff
- initial release =)
authordjrzulf <djrzulf@pld-linux.org>
Wed, 30 Apr 2003 06:09:54 +0000 (06:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fortune-mod-dwimc.spec -> 1.1

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

diff --git a/fortune-mod-dwimc.spec b/fortune-mod-dwimc.spec
new file mode 100644 (file)
index 0000000..6029640
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       Collection of Dude! Where Is My Car ?!
+Summary(pl):   Zestaw fortunek z filmu Stary! Gdzie jest moja bryka?
+Name:          fortune-mod-dwimc
+Version:       1.0
+Release:       1
+License:       BSD
+Group:         Applications/Games
+BuildRequires: fortune-mod
+Requires:      fortune-mod
+Source0:       dwimc.tgz
+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.
+
+%description -l pl
+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.
+
+%prep
+%setup -q -n dwimc
+
+%build
+strfile dwimc
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/games/fortunes
+
+install dwimc* $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.0808 seconds and 4 git commands to generate.