Disable s3
This commit is contained in:
parent
d6fad417c5
commit
5f73a03368
1 changed files with 4 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: afflib
|
||||
Version: 3.2.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Library to support the Advanced Forensic Format
|
||||
|
||||
Group: System Environment/Libraries
|
||||
|
|
@ -79,7 +79,6 @@ autoreconf
|
|||
%configure --enable-shared \
|
||||
--enable-wide-character-type \
|
||||
--disable-static \
|
||||
--enable-s3=yes \
|
||||
--enable-libewf=yes
|
||||
|
||||
# Remove rpath from libtool
|
||||
|
|
@ -117,7 +116,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%files -n afftools
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/af*
|
||||
%{_bindir}/s3
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
|
|
@ -128,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 26 2008 kwizart < kwizart at gmail.com > - 3.2.1-3
|
||||
- Disable s3
|
||||
|
||||
* Wed Jun 25 2008 kwizart < kwizart at gmail.com > - 3.2.1-2
|
||||
- Fix redefinition of typedef AFFILE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue