Accepting request 859348 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/859348 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libodraw?expand=0&rev=8
This commit is contained in:
commit
cb55fa56ac
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3b3e3ded3f5ead8a8f37ab8f28667966e03c1a83dce9711b5c645cbfb04ca991
|
|
||||||
size 1375806
|
|
3
libodraw-alpha-20201003.tar.gz
Normal file
3
libodraw-alpha-20201003.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d5be4fa25b9871c5fdc04a709cf0fff750151df5ae9b59d9c5e0120d63c7bea5
|
||||||
|
size 1433018
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 30 02:44:02 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||||
|
|
||||||
|
- update to 0~20201003
|
||||||
|
* no documented changes
|
||||||
|
- remove BuildRequires: pkg-config
|
||||||
|
- add COPYING* to %license line
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 27 23:36:37 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
Wed Mar 27 23:36:37 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libodraw
|
# spec file for package libodraw
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -18,16 +18,16 @@
|
|||||||
|
|
||||||
Name: libodraw
|
Name: libodraw
|
||||||
%define lname libodraw1
|
%define lname libodraw1
|
||||||
%define timestamp 20190118
|
%define timestamp 20201003
|
||||||
Version: 0~%timestamp
|
Version: 0~%timestamp
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library and tools to access to optical disc (split) RAW image files
|
Summary: Library and tools to access to optical disc (split) RAW image files
|
||||||
License: LGPL-3.0-or-later AND GFDL-1.3-or-later
|
License: LGPL-3.0-or-later AND GFDL-1.3-or-later
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Url: https://github.com/libyal/libodraw/wiki
|
URL: https://github.com/libyal/libodraw/wiki
|
||||||
Source: https://github.com/libyal/libodraw/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
|
Source: https://github.com/libyal/libodraw/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
|
||||||
Source2: CUE_sheet_format.pdf
|
Source2: CUE_sheet_format.pdf
|
||||||
BuildRequires: pkg-config
|
#BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(libbfio) >= 20120426
|
BuildRequires: pkgconfig(libbfio) >= 20120426
|
||||||
BuildRequires: pkgconfig(libcdata) >= 20120425
|
BuildRequires: pkgconfig(libcdata) >= 20120425
|
||||||
BuildRequires: pkgconfig(libcfile) >= 20120526
|
BuildRequires: pkgconfig(libcfile) >= 20120526
|
||||||
@ -99,13 +99,13 @@ rm -f "%buildroot/%_libdir"/*.la
|
|||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog
|
%doc AUTHORS ChangeLog
|
||||||
%license COPYING
|
%license COPYING*
|
||||||
%_libdir/libodraw.so.1*
|
%_libdir/libodraw.so.1*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog
|
%doc AUTHORS ChangeLog
|
||||||
%license COPYING
|
%license COPYING*
|
||||||
%doc CUE_*.pdf
|
%doc CUE_*.pdf
|
||||||
%_includedir/libodraw*
|
%_includedir/libodraw*
|
||||||
%_libdir/libodraw.so
|
%_libdir/libodraw.so
|
||||||
@ -115,7 +115,7 @@ rm -f "%buildroot/%_libdir"/*.la
|
|||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog
|
%doc AUTHORS ChangeLog
|
||||||
%license COPYING
|
%license COPYING*
|
||||||
%_bindir/odrawverify
|
%_bindir/odrawverify
|
||||||
%_bindir/odrawinfo
|
%_bindir/odrawinfo
|
||||||
%_mandir/man1/odrawinfo.1*
|
%_mandir/man1/odrawinfo.1*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user