Accepting request 280825 from security:forensics

1

OBS-URL: https://build.opensuse.org/request/show/280825
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libodraw?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2015-01-12 08:50:14 +00:00 committed by Git OBS Bridge
parent 325c67d551
commit ab05fcf722
4 changed files with 23 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61b77605539991bcd0432c89349bd3e935a0111fe2c69e0d7cc29dbc954a9e66
size 1304534

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22ea946e9107e8199fa9c2621309bdb272f9b7d30cf11331a173bb004827b570
size 1317282

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 12 00:17:21 UTC 2015 - Greg.Freemyer@gmail.com
- update to 0~20150105
* 2015 refresh - minimal changes
- update URL to the new github site
- replace Source: field with fully defined URL
- remove DL-URL comment
- remove %if opensuse logic. Not needed with libyal in security:forensics
-------------------------------------------------------------------
Fri Aug 22 22:35:10 UTC 2014 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libodraw
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -18,40 +18,31 @@
Name: libodraw
%define lname libodraw1
%define timestamp 20140731
%define timestamp 20150105
Version: 0~%timestamp
Release: 0
Summary: Library and tools to access to optical disc (split) RAW image files
License: LGPL-3.0+ and GFDL-1.3+
Group: Productivity/File utilities
Url: http://code.google.com/p/libodraw/
#Git-Clone: http://code.google.com/p/libodraw
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSVUh3YzQ3c092Yms/libodraw-alpha-20140731.tar.gz
Source: %name-alpha-%timestamp.tar.gz
Url: https://github.com/libyal/libodraw/wiki
Source: https://github.com/libyal/libodraw/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
Source2: CUE_sheet_format.pdf
BuildRequires: pkg-config
#use factory packages if available
%if 0%{?suse_version} > 1230
BuildRequires: pkgconfig(libbfio) >= 20120426
BuildRequires: pkgconfig(libcdata) >= 20120425
BuildRequires: pkgconfig(libcerror) >= 20120425
BuildRequires: pkgconfig(libcfile) >= 20120526
BuildRequires: pkgconfig(libclocale) >= 20140105
BuildRequires: pkgconfig(libcnotify) >= 20120425
BuildRequires: pkgconfig(libcpath) >= 20120701
BuildRequires: pkgconfig(libcsplit) >= 20120701
BuildRequires: pkgconfig(libuna) >= 20120425
%endif
%if 0%{?suse_version} > 1310
BuildRequires: pkgconfig(libcthreads)
%endif
BuildRequires: pkgconfig(libuna) >= 20120425
#use internal package, factory version causes build failure
# verified 8/22/2014
#BuildRequires: pkgconfig(libclocale) >= 20140105
#BuildRequires: pkgconfig(libhmac)
# packages not (yet) released by upstream
#BuildRequires: pkgconfig(libcstring) >= 20120425
# verified 1/11/2015
#BuildRequires: pkgconfig(libcsystem) >= 20120425
#BuildRequires: pkgconfig(libcerror) >= 20120425
#BuildRequires: pkgconfig(libcstring) >= 20120425
#BuildRequires: pkgconfig(libhmac)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description