SHA256
1
0
forked from pool/libsmraw

Accepting request 695353 from security:forensics

OBS-URL: https://build.opensuse.org/request/show/695353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsmraw?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2019-06-12 11:08:04 +00:00 committed by Git OBS Bridge
commit c2eeeec54e
4 changed files with 24 additions and 13 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 17 21:10:32 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
- update to v0~20181227
* Added smraw.net.rc
-------------------------------------------------------------------
Wed Oct 4 22:37:30 UTC 2017 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libsmraw
#
# Copyright (c) 2017 SUSE LINUX 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: libsmraw
%define lname libsmraw1
%define timestamp 20170803
%define timestamp 20181227
Version: 0~%timestamp
Release: 0
Summary: Library and tools to access the (split) RAW image format
License: LGPL-3.0+
License: LGPL-3.0-or-later
Group: Productivity/File utilities
Url: https://github.com/libyal/libsmraw/wiki
Source: https://github.com/libyal/libsmraw/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
@ -85,7 +85,7 @@ Summary: Python 2 bindings for libsmraw
Group: Development/Languages/Python
Requires: %lname = %version
Requires: python
Obsoletes: python-%{name}
Obsoletes: python-%{name}
%description -n python2-%name
Python 2 bindings for libsmraw, which provides functionality to work
@ -117,12 +117,14 @@ find "%buildroot" -name "*.la" -delete
%files -n %lname
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%doc AUTHORS ChangeLog
%license COPYING
%_libdir/libsmraw.so.1*
%files devel
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%doc AUTHORS ChangeLog
%license COPYING
%_includedir/libsmraw*
%_libdir/libsmraw.so
%_libdir/pkgconfig/libsmraw.pc
@ -130,19 +132,22 @@ find "%buildroot" -name "*.la" -delete
%files tools
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%doc AUTHORS ChangeLog
%license COPYING
%_bindir/smrawverify
%_bindir/smrawmount
%_mandir/man1/smrawmount.1*
%files -n python2-%name
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%doc AUTHORS ChangeLog
%license COPYING
%python_sitearch/pysmraw.so
%files -n python3-%name
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%doc AUTHORS ChangeLog
%license COPYING
%python3_sitearch/pysmraw.so
%changelog