]> git.pld-linux.org Git - packages/lifegeek.git/commitdiff
- updated to 0.23
authormisi3k <misi3k@pld-linux.org>
Wed, 4 Jun 2003 09:40:07 +0000 (09:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 0.2
- added path patch
Note: works :>

Changed files:
    lifegeek.spec -> 1.5

lifegeek.spec

index 44ba36f39ea9c7b8a86ea4d5299dec39df3ee0b9..9917776e25cd6a85e61679d01354fa67be426b79 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       "The Life of a Geek" game
 Summary(pl):   Gra "The Life of a Geek" (¯ycie geeka)
 Name:          lifegeek
-Version:       0.2
-Release:       0.1
+Version:       0.23
+Release:       0.2
 License:       GPL
 Group:         Applications/Games
+# Source0-md5: 76a6f80bf19de1c140c54b8af66c9595
 Source0:       http://www.geocities.com/core_dump_000/files/%{name}-%{version}.tar.gz
-# Source0-md5: 398b256b648149999125b69b9ecabc2d
+Patch0:                %{name}-path.patch
 URL:           http://www.geocities.com/core_dump_000/lifegeek.html
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -43,14 +44,17 @@ usuni
 %prep
 %setup -q -n %{name}
 
+%patch -p1
+
 %build
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}}
 
 install lifegeek $RPM_BUILD_ROOT%{_bindir}
+install *.lg   $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -59,3 +63,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc CHANGELOG LICENSE LIFEGEEK_VERSION NOTE TODO
 %attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}/*.lg
This page took 0.069128 seconds and 4 git commands to generate.