diff options
Diffstat (limited to 'ssdeep.spec')
-rw-r--r-- | ssdeep.spec | 14 |
1 files changed, 7 insertions, 7 deletions
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 |