Accepting request 696081 from home:gregfreemyer:Tools-for-forensic-boot-cd
- update to v0~20181203 * changes for libuna API changes * Updated synclibs.ps1 to use latest tagged version * combined on Python 2 and 3 support OBS-URL: https://build.opensuse.org/request/show/696081 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libwrc?expand=0&rev=5
This commit is contained in:
parent
6f45aa408b
commit
bf6bb9f6f1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:53f679a7b84d54735a59e7e8140cd118dd773b3c1850de787478e3898d5e1626
|
|
||||||
size 1665969
|
|
3
libwrc-experimental-20181203.tar.gz
Normal file
3
libwrc-experimental-20181203.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ec2bc02439c5e6e8ced1aa5f95a3d9e6a1db2d74af3d712fb18936b644041e4d
|
||||||
|
size 1738128
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 28 23:22:16 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||||
|
|
||||||
|
- update to v0~20181203
|
||||||
|
* changes for libuna API changes
|
||||||
|
* Updated synclibs.ps1 to use latest tagged version
|
||||||
|
* combined on Python 2 and 3 support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 3 03:47:03 UTC 2016 - Greg.Freemyer@gmail.com
|
Wed Feb 3 03:47:03 UTC 2016 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
11
libwrc.spec
11
libwrc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libwrc
|
# spec file for package libwrc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX 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
|
||||||
@ -12,17 +12,17 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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: libwrc
|
Name: libwrc
|
||||||
%define lname libwrc1
|
%define lname libwrc1
|
||||||
%define timestamp 20160111
|
%define timestamp 20181203
|
||||||
Version: 0~%timestamp
|
Version: 0~%timestamp
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to support the Windows Resource Compiler format
|
Summary: Library to support the Windows Resource Compiler format
|
||||||
License: LGPL-3.0+
|
License: LGPL-3.0-or-later
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Url: https://github.com/libyal/libwrc/wiki
|
Url: https://github.com/libyal/libwrc/wiki
|
||||||
Source: https://github.com/libyal/libwrc/releases/download/%timestamp/%name-experimental-%timestamp.tar.gz
|
Source: https://github.com/libyal/libwrc/releases/download/%timestamp/%name-experimental-%timestamp.tar.gz
|
||||||
@ -94,7 +94,8 @@ rm -f "%buildroot/%_libdir"/*.la
|
|||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING ChangeLog
|
%doc AUTHORS ChangeLog
|
||||||
|
%license COPYING
|
||||||
%_libdir/libwrc.so.1*
|
%_libdir/libwrc.so.1*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user