Update to 3.3.6
This commit is contained in:
parent
0020a10d39
commit
ecc254798d
3 changed files with 7 additions and 11 deletions
|
|
@ -1 +1 @@
|
|||
afflib-3.3.5.tar.gz
|
||||
afflib-3.3.6.tar.gz
|
||||
|
|
|
|||
14
afflib.spec
14
afflib.spec
|
|
@ -1,5 +1,5 @@
|
|||
Name: afflib
|
||||
Version: 3.3.5
|
||||
Version: 3.3.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Library to support the Advanced Forensic Format
|
||||
|
||||
|
|
@ -7,7 +7,6 @@ Group: System Environment/Libraries
|
|||
License: BSD with advertising
|
||||
URL: http://www.afflib.org
|
||||
Source0: http://www.afflib.org/downloads/afflib-%{version}.tar.gz
|
||||
Patch0: afflib-3.3.4-WCtype.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: libtool
|
||||
|
|
@ -56,7 +55,6 @@ developing applications that use %{name}.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .WCtype
|
||||
# prevent internal lzma to be built - testing
|
||||
#rm -rf lzma443
|
||||
|
||||
|
|
@ -64,15 +62,9 @@ developing applications that use %{name}.
|
|||
find lzma443 -type f -exec chmod 0644 {} ';'
|
||||
chmod 0644 lib/base64.{h,cpp}
|
||||
|
||||
# Autoreconf
|
||||
mkdir -p m4
|
||||
autoreconf -vif
|
||||
libtoolize --force
|
||||
|
||||
|
||||
%build
|
||||
%configure --enable-shared \
|
||||
--enable-wide-character-type \
|
||||
--disable-static \
|
||||
--enable-libewf=yes \
|
||||
--enable-qemu=no
|
||||
|
|
@ -123,8 +115,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu May 21 2009 kwizart < kwizart at gmail.com > - 3.3.6-1
|
||||
- Update to 3.3.6
|
||||
|
||||
* Tue May 12 2009 kwizart < kwizart at gmail.com > - 3.3.5-1
|
||||
- Update to 3.3.5
|
||||
- Remove afflib-3.3.4-WCtype.patch
|
||||
|
||||
* Mon Mar 2 2009 kwizart < kwizart at gmail.com > - 3.3.4-7
|
||||
- Fix for gcc44
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
917909c5de9cc941752ef086d6093de7 afflib-3.3.5.tar.gz
|
||||
546cb2f0c6bde7868b3ad77bd56791d7 afflib-3.3.6.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue