packages: stone_soup/stone_soup.spec - apply updated -makefile.patch - verb...

lisu lisu at pld-linux.org
Fri Apr 9 13:03:22 CEST 2010


Author: lisu                         Date: Fri Apr  9 11:03:22 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- apply updated -makefile.patch
- verbose build
- clean up

---- Files affected:
packages/stone_soup:
   stone_soup.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: packages/stone_soup/stone_soup.spec
diff -u packages/stone_soup/stone_soup.spec:1.16 packages/stone_soup/stone_soup.spec:1.17
--- packages/stone_soup/stone_soup.spec:1.16	Fri Apr  9 11:45:12 2010
+++ packages/stone_soup/stone_soup.spec	Fri Apr  9 13:03:17 2010
@@ -54,7 +54,7 @@
 %prep
 %setup -q
 #%%patch0 -p1
-#%%patch1 -p1
+%patch1 -p1
 #%%patch2 -p1
 #%%patch3 -p1
 %if %{with tiles}
@@ -62,12 +62,12 @@
 %endif
 
 %build
-#cd source
 %{__make} -C source \
 	prefix="%{_prefix}" \
 	SAVEDIR="/var/games/stone_soup/" \
 	DATADIR="/usr/share/stone_soup/" \
 	%{?with_tiles:TILES="y"} \
+	V="y" \
 	CXX="%{__cxx}" \
 	OPTFLAGS="%{rpmcxxflags}" \
 	LDFLAGS="%{rpmldflags}"
@@ -75,12 +75,13 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-#cd source
 %{__make} -C source install \
 	prefix="%{_prefix}" \
 	bin_prefix="bin" \
 	SAVEDIR="/var/games/stone_soup/" \
 	DATADIR="/usr/share/stone_soup/" \
+	%{?with_tiles:TILES="y"} \
+	V="y" \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
@@ -89,8 +90,7 @@
 %files
 %defattr(644,root,root,755)
 %doc CREDITS.txt README.* docs
-#%%attr(2755,root,games) %{_bindir}/stone_soup
-%attr(2755,root,games) %{_bindir}/crawl
+%attr(2755,root,games) %{_bindir}/stone_soup
 %{_datadir}/stone_soup
 %attr(775,root,games) %dir /var/games/stone_soup
 
@@ -100,6 +100,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2010/04/09 11:03:17  lisu
+- apply updated -makefile.patch
+- verbose build
+- clean up
+
 Revision 1.16  2010/04/09 09:45:12  lisu
 - start update to 0.6.0
 - most options given as make paramaters
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/stone_soup/stone_soup.spec?r1=1.16&r2=1.17&f=u



More information about the pld-cvs-commit mailing list