rpms/PerceptualDiff/devel PerceptualDiff.spec,1.6,1.7

Chauvet Nicolas kwizart at fedoraproject.org
Mon Sep 1 14:16:51 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/PerceptualDiff/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26354

Modified Files:
	PerceptualDiff.spec 
Log Message:
- Add Missing BR freeimage-devel



Index: PerceptualDiff.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PerceptualDiff/devel/PerceptualDiff.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PerceptualDiff.spec	1 Sep 2008 11:39:47 -0000	1.6
+++ PerceptualDiff.spec	1 Sep 2008 14:16:21 -0000	1.7
@@ -1,6 +1,6 @@
 Name:			PerceptualDiff          
 Version:		1.0.2
-Release:		1%{?dist}
+Release:		2%{?dist}
 Summary:		An image comparison utility
 
 Group:			Applications/Multimedia
@@ -9,7 +9,11 @@
 Source:			http://downloads.sourceforge.net/pdiff/%{name}-%{version}.tar.gz
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	libtiff-devel, libpng-devel, cmake
+BuildRequires: cmake
+BuildRequires: freeimage-devel
+BuildRequires: libtiff-devel
+BuildRequires: libpng-devel
+
 
 
 
@@ -32,12 +36,10 @@
 export  FFLAGS="$RPM_OPT_FLAGS"
 
 cmake \
-%if %{?_lib} == "lib64"
-	-DLIB_SUFFIX=64 \
-%endif
 	-DCMAKE_SKIP_RPATH:BOOL=ON \
 	-DBUILD_SHARED_LIBS:BOOL=ON \
 	-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} .
+
 make VERBOSE=1 %{?_smp_mflags}
 
 
@@ -60,9 +62,11 @@
 
 
 %changelog
+* Mon Sep  1 2008 kwizart < kwizart at gmail.com > - 1.0.2-2
+- Add Missing BR freeimage-devel
+
 * Mon Sep  1 2008 kwizart < kwizart at gmail.com > - 1.0.2-1
 - Update to 1.0.2
-- Remove merged gcc43 patch
 
 * Sat Feb  9 2008 kwizart < kwizart at gmail.com > - 1.0.1-8
 - Rebuild for gcc43




More information about the fedora-extras-commits mailing list