[afflib] Enable S3

Nicolas Chauvet kwizart at fedoraproject.org
Thu Sep 8 21:03:32 UTC 2011


commit c232c28f97ac7c86a810a26fe198d6dcdc2dacc8
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Thu Sep 8 23:03:13 2011 +0200

    Enable S3

 afflib.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/afflib.spec b/afflib.spec
index 20d6cc8..536dd1c 100644
--- a/afflib.spec
+++ b/afflib.spec
@@ -2,7 +2,7 @@
 
 Name:           afflib
 Version:        3.6.12
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Library to support the Advanced Forensic Format
 
 Group:          System Environment/Libraries
@@ -69,7 +69,7 @@ chmod 0644 lib/base64.{h,cpp}
 %configure --enable-shared \
   --disable-static \
   --enable-python=yes \
-  --enable-qemu=no
+  --enable-s3=yes
 
 # Remove rpath from libtool
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Sep 08 2011 Nicolas Chauvet <kwizart at gmail.com> - 3.6.12-2
+- Enable S3
+
 * Fri May 27 2011 Nicolas Chauvet <kwizart at gmail.com> - 3.6.12-1
 - Update to 3.6.12
 


More information about the scm-commits mailing list