Accepting request 696094 from security:forensics

OBS-URL: https://build.opensuse.org/request/show/696094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libodraw?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2019-06-12 11:09:52 +00:00 committed by Git OBS Bridge
commit 15c2f41923
4 changed files with 23 additions and 13 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 27 23:36:37 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
- update to 0~20190118
* code clean-up
* updated documentations
-------------------------------------------------------------------
Mon Jan 12 00:17:21 UTC 2015 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libodraw
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,17 +12,17 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: libodraw
%define lname libodraw1
%define timestamp 20150105
%define timestamp 20190118
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+
License: LGPL-3.0-or-later AND GFDL-1.3-or-later
Group: Productivity/File utilities
Url: https://github.com/libyal/libodraw/wiki
Source: https://github.com/libyal/libodraw/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
@ -51,7 +51,7 @@ as BIN/ISO/CUE.
%package -n %lname
Summary: Library to access to optical disc (split) RAW image files
License: LGPL-3.0+
License: LGPL-3.0-or-later
Group: System/Libraries
%description -n %lname
@ -60,7 +60,7 @@ as BIN/ISO/CUE.
%package devel
Summary: Development files for libodraw, a disc image file library
License: LGPL-3.0+ and GFDL-1.3+
License: LGPL-3.0-or-later AND GFDL-1.3-or-later
Group: Development/Libraries/C and C++
Requires: %lname = %version
@ -73,7 +73,7 @@ applications that want to make use of libodraw.
%package tools
Summary: Utilities for reading BIN/ISO/CUE image files through libodraw
License: LGPL-3.0+
License: LGPL-3.0-or-later
Group: Productivity/File utilities
Requires: %lname = %version
@ -98,12 +98,14 @@ rm -f "%buildroot/%_libdir"/*.la
%files -n %lname
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%doc AUTHORS ChangeLog
%license COPYING
%_libdir/libodraw.so.1*
%files devel
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%doc AUTHORS ChangeLog
%license COPYING
%doc CUE_*.pdf
%_includedir/libodraw*
%_libdir/libodraw.so
@ -112,7 +114,8 @@ rm -f "%buildroot/%_libdir"/*.la
%files tools
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%doc AUTHORS ChangeLog
%license COPYING
%_bindir/odrawverify
%_bindir/odrawinfo
%_mandir/man1/odrawinfo.1*