diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-05-05 09:08:04 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-05-05 09:08:04 +0200 |
commit | 0b01a952203fc6253adc8bb860d1f74c10889661 (patch) | |
tree | 62cd7ba3454c6e7b6609d34626ccdc2c5ded94b8 | |
parent | 5231d4e50078f6cd8ff4955f5d12e48390d25fa0 (diff) |
ssdeep: 2.13
-rw-r--r-- | ssdeep-2.10-build.patch | 40 | ||||
-rw-r--r-- | ssdeep.spec | 14 |
2 files changed, 7 insertions, 47 deletions
diff --git a/ssdeep-2.10-build.patch b/ssdeep-2.10-build.patch deleted file mode 100644 index 6c2aaee..0000000 --- a/ssdeep-2.10-build.patch +++ /dev/null @@ -1,40 +0,0 @@ -diff -up ssdeep-2.10/configure.ac.old ssdeep-2.10/configure.ac ---- ssdeep-2.10/configure.ac.old 2014-01-22 11:39:10.000000000 +0100 -+++ ssdeep-2.10/configure.ac 2014-01-22 11:40:35.000000000 +0100 -@@ -21,16 +21,6 @@ case $host in - esac - - --# Bring additional directories where things might be found into our --# search path. I don't know why autoconf doesn't do this by default --for spfx in /usr/local /opt/local /sw ; do -- echo checking ${spfx}/include -- if test -d ${spfx}/include; then -- CPPFLAGS="-I${spfx}/include $CPPFLAGS" -- LDFLAGS="-L${spfx}/lib $LDFLAGS" -- fi --done -- - AC_C_BIGENDIAN - AC_SYS_LARGEFILE - -diff -up ssdeep-2.10/configure.old ssdeep-2.10/configure ---- ssdeep-2.10/configure.old 2014-01-22 11:39:00.000000000 +0100 -+++ ssdeep-2.10/configure 2014-01-22 11:40:21.000000000 +0100 -@@ -15462,16 +15462,6 @@ $as_echo "#define __LINUX__ 1" >>confdef - esac - - --# Bring additional directories where things might be found into our --# search path. I don't know why autoconf doesn't do this by default --for spfx in /usr/local /opt/local /sw ; do -- echo checking ${spfx}/include -- if test -d ${spfx}/include; then -- CPPFLAGS="-I${spfx}/include $CPPFLAGS" -- LDFLAGS="-L${spfx}/lib $LDFLAGS" -- fi --done -- - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 - $as_echo_n "checking whether byte ordering is bigendian... " >&6; } - if ${ac_cv_c_bigendian+:} false; then : diff --git a/ssdeep.spec b/ssdeep.spec index 36ce0f1..3250790 100644 --- a/ssdeep.spec +++ b/ssdeep.spec @@ -8,7 +8,7 @@ # Name: ssdeep -Version: 2.12 +Version: 2.13 Release: 1%{?dist} Summary: Compute context triggered piecewise hashes Group: Development/Tools @@ -17,9 +17,6 @@ License: GPLv2+ URL: http://ssdeep.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz -# Drop /usr/local and /opt from build path -Patch0: %{name}-2.10-build.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: %{name}-libs%{?_isa} = %{version}-%{release} @@ -54,14 +51,14 @@ that use libfuzzy. %prep %setup -q -%patch0 -p1 -b .old - # avoid autotools being re-run touch -r aclocal.m4 configure configure.ac %build -%configure --disable-static +%configure \ + --disable-auto-search \ + --disable-static # rpath removal sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool @@ -106,6 +103,9 @@ rm -rf %{buildroot} %changelog +* Tue May 5 2015 Remi Collet <remi@fedoraproject.org> - 2.13-1 +- update to 2.13 + * Sun Oct 26 2014 Remi Collet <remi@fedoraproject.org> - 2.12-1 - update to 2.12 |