]> git.pld-linux.org Git - packages/lifegeek.git/blobdiff - lifegeek.spec
- updated to 0.3
[packages/lifegeek.git] / lifegeek.spec
index 9917776e25cd6a85e61679d01354fa67be426b79..c3694b71cc383e0d963cdeaccf1dc2ecc0851d00 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       "The Life of a Geek" game
 Summary(pl):   Gra "The Life of a Geek" (¯ycie geeka)
 Name:          lifegeek
-Version:       0.23
-Release:       0.2
+Version:       0.3
+Release:       1
 License:       GPL
 Group:         Applications/Games
-# Source0-md5: 76a6f80bf19de1c140c54b8af66c9595
 Source0:       http://www.geocities.com/core_dump_000/files/%{name}-%{version}.tar.gz
+# Source0-md5: 5b0b9b77e2c9ec7b443b6e292224a5d5
 Patch0:                %{name}-path.patch
 URL:           http://www.geocities.com/core_dump_000/lifegeek.html
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -43,11 +43,12 @@ usuni
 
 %prep
 %setup -q -n %{name}
-
 %patch -p1
 
 %build
-%{__make}
+%{__make} \
+       CXX="%{__cxx}" \
+       CXXFLAGS="%{rpmcflags} -Wall"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -63,4 +64,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
+%{_datadir}/%{name}
This page took 0.112493 seconds and 4 git commands to generate.