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:
committed by
Git OBS Bridge
parent
6f45aa408b
commit
bf6bb9f6f1
11
libwrc.spec
11
libwrc.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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: libwrc
|
||||
%define lname libwrc1
|
||||
%define timestamp 20160111
|
||||
%define timestamp 20181203
|
||||
Version: 0~%timestamp
|
||||
Release: 0
|
||||
Summary: Library to support the Windows Resource Compiler format
|
||||
License: LGPL-3.0+
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Productivity/File utilities
|
||||
Url: https://github.com/libyal/libwrc/wiki
|
||||
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
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog
|
||||
%doc AUTHORS ChangeLog
|
||||
%license COPYING
|
||||
%_libdir/libwrc.so.1*
|
||||
|
||||
%files devel
|
||||
|
Reference in New Issue
Block a user