rpms/vbam/devel vbam.spec,1.1,1.2

Jeremy Newton jem256 at rpmfusion.org
Sun Feb 19 20:23:44 CET 2012


Author: jem256

Update of /cvs/free/rpms/vbam/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31858/devel

Modified Files:
	vbam.spec 
Log Message:
Added Zip as a dependancy



Index: vbam.spec
===================================================================
RCS file: /cvs/free/rpms/vbam/devel/vbam.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vbam.spec	11 Feb 2012 23:32:38 -0000	1.1
+++ vbam.spec	19 Feb 2012 19:23:44 -0000	1.2
@@ -1,7 +1,7 @@
 Name:           vbam
 #Pre-release version 1.8.0.1054 is a snapshot of svn 1054
 Version:        1.8.0.1054
-Release:        3%{?dist}
+Release:        5%{?dist}
 #Will not create a binary vbam package, only vbam-gtk and vbam-sdl subpackages
 Summary:        High compatibility Gameboy Advance Emulator combining VBA developments
 
@@ -10,6 +10,7 @@
 Source:         https://downloads.sourceforge.net/project/%{name}/VBA-M%20svn%20r1054/%{name}-%{version}-src.tar.gz
 
 BuildRequires:  SDL-devel
+BuildRequires:  zip
 BuildRequires:  ImageMagick
 BuildRequires:  cmake
 BuildRequires:  zlib-devel
@@ -109,7 +110,8 @@
 #Required for ffmpeg header to build
 export CPATH='/usr/include/ffmpeg'
 %cmake -DBUILD_SHARED_LIBS:BOOL=OFF -DVERSION=%{version} -DCMAKE_SKIP_RPATH=ON -DENABLE_LINK=ON
-make %{?_smp_mflags}
+free -m
+make V=1
 
 %install
 make install DESTDIR=%{buildroot}
@@ -177,6 +179,12 @@
 /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %changelog
+* Tue Feb 14 2012 Jeremy Newton <alexjnewt at hotmail.com> - 1.8.0.1054-5
+- Added Zip as a dependancy
+
+* Tue Feb 14 2012 Jeremy Newton <alexjnewt at hotmail.com> - 1.8.0.1054-4
+- Changed building commands to avoid failed builds
+
 * Thu Jan 29 2012 Jeremy Newton <alexjnewt at hotmail.com> - 1.8.0.1054-3
 - Added missing Build Requirement: openal-soft-devel
 - Removed redundant license files



More information about the rpmfusion-commits mailing list