- Update to 3.1.6
This commit is contained in:
parent
e795536e61
commit
362ae85fcd
1 changed files with 8 additions and 12 deletions
20
afflib.spec
20
afflib.spec
|
|
@ -1,16 +1,14 @@
|
|||
Name: afflib
|
||||
Version: 3.1.3
|
||||
Release: 4%{?dist}
|
||||
Version: 3.1.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Library to support the Advanced Forensic Format
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: BSD with advertising
|
||||
URL: http://www.afflib.org
|
||||
Source0: http://www.afflib.org/downloads/afflib-%{version}.tar.gz
|
||||
Source1: afflib.pc.in
|
||||
Patch0: afflib-3.0.1-WCtype.patch
|
||||
Patch1: afflib-3.1.3-gcc43.patch
|
||||
Patch2: afflib-3.1.3-pkgconfig.patch
|
||||
Patch3: afflib-3.1.3-ldconfig.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
|
|
@ -20,7 +18,7 @@ BuildRequires: curl-devel
|
|||
BuildRequires: expat-devel
|
||||
# GPLv2 FOSS incompatible with BSD with advertising
|
||||
##BuildRequires: fuse-devel
|
||||
BuildRequires: libewf-devel >= 20080305
|
||||
#BuildRequires: libewf-devel >= 20080305
|
||||
# Afflib uses lzma-SDK 443
|
||||
#BuildRequires: lzma-devel
|
||||
BuildRequires: ncurses-devel
|
||||
|
|
@ -63,7 +61,6 @@ developing applications that use %{name}.
|
|||
%setup -q
|
||||
%patch0 -p1 -b .WCtype
|
||||
%patch1 -p1 -b .gcc43
|
||||
%patch2 -p1 -b .pkgconfig
|
||||
%patch3 -p1 -b .ldconfig
|
||||
# prevent internal lzma to be built - testing
|
||||
#rm -rf lzma443
|
||||
|
|
@ -72,12 +69,8 @@ developing applications that use %{name}.
|
|||
find lzma443 -type f -exec chmod 0644 {} ';'
|
||||
chmod 0644 lib/base64.cpp
|
||||
|
||||
# install pkg-config
|
||||
install -pm 0644 %{SOURCE1} .
|
||||
aclocal
|
||||
autoheader
|
||||
autoconf
|
||||
automake
|
||||
# Autoreconf
|
||||
autoreconf
|
||||
|
||||
|
||||
%build
|
||||
|
|
@ -133,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 15 2008 kwizart < kwizart at gmail.com > - 3.1.6-1
|
||||
- Update to 3.1.6
|
||||
|
||||
* Fri Mar 21 2008 kwizart < kwizart at gmail.com > - 3.1.3-4
|
||||
- Fix typo
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue