]> git.pld-linux.org Git - packages/fortune-mod-battletech.git/commitdiff
- new AC-branch AC-STABLE auto/ac/fortune-mod-battletech-0_1-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 6 Feb 2005 12:38:33 +0000 (12:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fortune-mod-battletech.spec -> 1.1

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

diff --git a/fortune-mod-battletech.spec b/fortune-mod-battletech.spec
new file mode 100644 (file)
index 0000000..2eed08c
--- /dev/null
@@ -0,0 +1,37 @@
+Summary:       Collection of fortunes from Battletech novels
+Summary(pl):   Kolekcja fortunek z nowel Battletech
+Name:          fortune-mod-battletech
+Version:       0.1
+Release:       1
+License:       Free to use but restricted
+Group:         Applications/Games
+Source0:       http://lamer0.com/%{name}-%{version}.tar.gz
+# Source0-md5: 0800619d9f1e9dcf3af05fb1ddf17ffa
+URL:           http://freshmeat.net/projects/fortune-mod-battletech2/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Fortune-mod-battletech is a fortune database that contains a series of
+quotes from various Battletech novels.
+
+%description -l pl
+Fortune-mod-battletech to baza fortunek zawieraj±ca seriê cytatów z
+ró¿nych nowel Batteltech.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_datadir}/games/fortunes
+install fortune-mod-battletech $RPM_BUILD_ROOT%{_datadir}/games/fortunes/battletech
+install fortune-mod-battletech.dat $RPM_BUILD_ROOT%{_datadir}/games/fortunes/battletech.dat
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%{_datadir}/games/fortunes/*
This page took 0.066316 seconds and 4 git commands to generate.