forked from pool/libewf
Accepting request 282349 from security:forensics
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/282349 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libewf?expand=0&rev=13
This commit is contained in:
parent
b67b122c97
commit
ccdf455d5e
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 10 20:05:58 UTC 2015 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
- clean up buildrequires section
|
||||||
|
- remove %if opensuse. Not needed now that libyal is in security:forensics.
|
||||||
|
- begin to use newly released libyal packages from OBS
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 25 18:32:05 UTC 2014 - Greg.Freemyer@gmail.com
|
Mon Aug 25 18:32:05 UTC 2014 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
49
libewf.spec
49
libewf.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libewf
|
# spec file for package libewf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -39,42 +39,35 @@ BuildRequires: pkg-config
|
|||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: pkgconfig(bzip2) >= 1.0
|
BuildRequires: pkgconfig(bzip2) >= 1.0
|
||||||
BuildRequires: pkgconfig(fuse) >= 2.6
|
BuildRequires: pkgconfig(fuse) >= 2.6
|
||||||
BuildRequires: pkgconfig(openssl) >= 1.0.0
|
|
||||||
BuildRequires: pkgconfig(uuid) >= 2.20
|
|
||||||
BuildRequires: pkgconfig(zlib) >= 1.2.5
|
|
||||||
# build fails if libyal factory package is used
|
|
||||||
# verified 8/25/2014
|
|
||||||
#BuildRequires: pkgconfig(libsmraw) >= 20120630
|
|
||||||
# verified 8/20/2014
|
|
||||||
#BuildRequires: pkgconfig(libodraw) >= 20120630
|
|
||||||
#BuildRequires: pkgconfig(libbfio) >= 20120426
|
|
||||||
#BuildRequires: pkgconfig(libcdata) >= 20120425
|
|
||||||
#BuildRequires: pkgconfig(libcerror) >= 20120425
|
|
||||||
#not yet in factory, but released by upstream
|
|
||||||
#BuildRequires: pkgconfig(libcdatetime)
|
|
||||||
# these packages not yet released by upstream
|
|
||||||
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
|
||||||
#BuildRequires: pkgconfig(libcsystem) >= 20120425
|
|
||||||
#BuildRequires: pkgconfig(libfcache) >= 20120405
|
|
||||||
#BuildRequires: pkgconfig(libfvalue) >= 20120428
|
|
||||||
#BuildRequires: pkgconfig(libmfdata) >= 20120425
|
|
||||||
#BuildRequires: pkgconfig(libfdata)
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
#use the factory versions of these if building for factory
|
|
||||||
%if 0%{?suse_version} > 1230
|
|
||||||
BuildRequires: pkgconfig(libcaes) >= 20120425
|
BuildRequires: pkgconfig(libcaes) >= 20120425
|
||||||
|
BuildRequires: pkgconfig(libcdatetime)
|
||||||
BuildRequires: pkgconfig(libcfile) >= 20120526
|
BuildRequires: pkgconfig(libcfile) >= 20120526
|
||||||
BuildRequires: pkgconfig(libclocale) >= 20120425
|
BuildRequires: pkgconfig(libclocale) >= 20120425
|
||||||
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
||||||
BuildRequires: pkgconfig(libcpath) >= 20120701
|
BuildRequires: pkgconfig(libcpath) >= 20120701
|
||||||
BuildRequires: pkgconfig(libcsplit) >= 20120701
|
BuildRequires: pkgconfig(libcsplit) >= 20120701
|
||||||
|
BuildRequires: pkgconfig(libcthreads) >= 20130723
|
||||||
|
BuildRequires: pkgconfig(libfvalue) >= 20120428
|
||||||
BuildRequires: pkgconfig(libhmac) >= 20120425
|
BuildRequires: pkgconfig(libhmac) >= 20120425
|
||||||
BuildRequires: pkgconfig(libsmdev) >= 20120630
|
BuildRequires: pkgconfig(libsmdev) >= 20120630
|
||||||
BuildRequires: pkgconfig(libuna) >= 20120425
|
BuildRequires: pkgconfig(libuna) >= 20120425
|
||||||
%endif
|
BuildRequires: pkgconfig(openssl) >= 1.0.0
|
||||||
%if 0%{?suse_version} > 1310
|
BuildRequires: pkgconfig(uuid) >= 2.20
|
||||||
BuildRequires: pkgconfig(libcthreads) >= 20130723
|
BuildRequires: pkgconfig(zlib) >= 1.2.5
|
||||||
%endif
|
# build fails if libyal package from OBS is used
|
||||||
|
# verified 1/10/2015
|
||||||
|
#BuildRequires: pkgconfig(libcstring) >= 20120425
|
||||||
|
#BuildRequires: pkgconfig(libcerror) >= 20120425
|
||||||
|
#BuildRequires: pkgconfig(libcdata) >= 20120425
|
||||||
|
#BuildRequires: pkgconfig(libbfio) >= 20120426
|
||||||
|
#BuildRequires: pkgconfig(libcsystem) >= 20120425
|
||||||
|
#BuildRequires: pkgconfig(libfcache) >= 20120405
|
||||||
|
#BuildRequires: pkgconfig(libfdata)
|
||||||
|
#BuildRequires: pkgconfig(libsmraw) >= 20120630
|
||||||
|
#BuildRequires: pkgconfig(libodraw) >= 20120630
|
||||||
|
# these packages not yet released by upstream
|
||||||
|
#BuildRequires: pkgconfig(libmfdata) >= 20120425
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libewf is a library for support of the Expert Witness Compression
|
libewf is a library for support of the Expert Witness Compression
|
||||||
|
Loading…
Reference in New Issue
Block a user