Update to 3.6.4

This commit is contained in:
Nicolas Chauvet 2010-12-16 17:49:42 +01:00
commit 73f6633ef0
3 changed files with 10 additions and 7 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
afflib-3.5.12.tar.gz
/afflib-3.6.4.tar.gz

View file

@ -1,8 +1,8 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: afflib
Version: 3.5.12
Release: 2%{?dist}
Version: 3.6.4
Release: 1%{?dist}
Summary: Library to support the Advanced Forensic Format
Group: System Environment/Libraries
@ -17,7 +17,6 @@ BuildRequires: curl-devel
BuildRequires: expat-devel
# GPLv2 FOSS incompatible with BSD with advertising
##BuildRequires: fuse-devel
BuildRequires: libewf-devel >= 20080305
# Afflib uses lzma-SDK 443
BuildRequires: lzma-devel
BuildRequires: ncurses-devel
@ -69,7 +68,6 @@ chmod 0644 lib/base64.{h,cpp}
%build
%configure --enable-shared \
--disable-static \
--enable-libewf=yes \
--enable-python=yes \
--enable-qemu=no
@ -107,9 +105,9 @@ rm -rf $RPM_BUILD_ROOT
%files -n afftools
%defattr(-,root,root,-)
%{_bindir}/af*
%{_bindir}/aff*
%{python_sitearch}/pyaff.so
%{_mandir}/man1/afcat.1.*
%{_mandir}/man1/affcat.1.*
%files devel
%defattr(-,root,root,-)
@ -120,6 +118,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Dec 16 2010 Nicolas Chauvet <kwizart@gmail.com> - 3.6.4-1
- Update to 3.6.4
- Disable libewf support - http://afflib.org/archives/75
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 3.5.12-2
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild

View file

@ -1 +1 @@
6eb21ae845c69691abe2e800b411b174 afflib-3.5.12.tar.gz
bc03dcd98b8a1d04169b6261ce304458 afflib-3.6.4.tar.gz