rpms/wordwarvi/devel wordwarvi-0.16-no-rebuild-during-make-install.patch, NONE, 1.1 wordwarvi.spec, 1.6, 1.7

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Mon Jun 23 09:24:48 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/wordwarvi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31082

Modified Files:
	wordwarvi.spec 
Added Files:
	wordwarvi-0.16-no-rebuild-during-make-install.patch 
Log Message:
* Mon Jun 23 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.16-1
- New upstream release 0.16


wordwarvi-0.16-no-rebuild-during-make-install.patch:

--- NEW FILE wordwarvi-0.16-no-rebuild-during-make-install.patch ---
diff -up wordwarvi-0.16/Makefile~ wordwarvi-0.16/Makefile
--- wordwarvi-0.16/Makefile~	2008-06-23 10:49:08.000000000 +0200
+++ wordwarvi-0.16/Makefile	2008-06-23 10:49:08.000000000 +0200
@@ -46,7 +46,7 @@ endif
 joystick.o:	joystick.c joystick.h Makefile
 	gcc ${DEBUG} ${PROFILE_FLAG} ${OPTIMIZE_FLAG} -pthread -Wall -c joystick.c
 
-ogg_to_pcm.o:	ogg_to_pcm.c ogg_to_pcm.h Makefile HAS_VORBISFILE
+ogg_to_pcm.o:	ogg_to_pcm.c ogg_to_pcm.h Makefile
 	gcc ${DEBUG} ${PROFILE_FLAG} ${OPTIMIZE_FLAG} `pkg-config --cflags vorbisfile` \
 	-pthread -Wall -c ogg_to_pcm.c
 


Index: wordwarvi.spec
===================================================================
RCS file: /cvs/extras/rpms/wordwarvi/devel/wordwarvi.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wordwarvi.spec	23 Jun 2008 07:55:56 -0000	1.6
+++ wordwarvi.spec	23 Jun 2008 09:24:02 -0000	1.7
@@ -8,6 +8,7 @@
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1:        %{name}.desktop
 Source2:        %{name}.png
+Patch0:         wordwarvi-0.16-no-rebuild-during-make-install.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gtk2-devel portaudio-devel libvorbis-devel desktop-file-utils
 Requires:       hicolor-icon-theme
@@ -26,6 +27,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 
 %build




More information about the fedora-extras-commits mailing list