2013-01-23 12:13:27 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package osslsigncode
|
|
|
|
|
#
|
2024-01-09 12:07:47 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2013-01-23 12:13:27 +00:00
|
|
|
#
|
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
2022-04-14 09:43:12 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2013-01-23 12:13:27 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
2013-01-23 12:14:40 +00:00
|
|
|
Name: osslsigncode
|
2024-01-09 12:07:47 +00:00
|
|
|
Version: 2.7
|
2013-01-23 12:14:40 +00:00
|
|
|
Release: 0
|
2022-04-14 09:43:12 +00:00
|
|
|
Summary: Platform-independent tool for Authenticode signing of EXE/CAB files
|
|
|
|
|
License: GPL-3.0-only
|
|
|
|
|
Group: Productivity/Security
|
2024-01-09 12:07:47 +00:00
|
|
|
URL: https://github.com/mtrojnar/osslsigncode
|
|
|
|
|
Source0: https://github.com/mtrojnar/osslsigncode/archive/%{version}/osslsigncode-%{version}.tar.gz
|
|
|
|
|
BuildRequires: cmake
|
2022-04-14 09:43:12 +00:00
|
|
|
BuildRequires: pkgconfig
|
2018-11-07 07:47:02 +00:00
|
|
|
BuildRequires: pkgconfig(libcrypto) >= 1.1
|
2015-03-08 19:04:20 +00:00
|
|
|
BuildRequires: pkgconfig(libcurl)
|
2013-01-23 12:13:27 +00:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
osslsigncode is a small utility for placing signatures on Microsoft cabinate
|
|
|
|
|
files and executables.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
2022-04-14 09:43:12 +00:00
|
|
|
|
2013-01-23 12:13:27 +00:00
|
|
|
%build
|
2024-01-09 12:07:47 +00:00
|
|
|
%cmake
|
|
|
|
|
%cmake_build
|
2013-01-23 12:13:27 +00:00
|
|
|
|
|
|
|
|
%install
|
2024-01-09 12:07:47 +00:00
|
|
|
%cmake_install
|
2013-01-23 12:13:27 +00:00
|
|
|
|
|
|
|
|
%files
|
2022-04-14 09:43:12 +00:00
|
|
|
%license COPYING.txt LICENSE.txt
|
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
|
%{_datadir}/bash-completion/completions/%{name}.bash
|
2013-01-23 12:13:27 +00:00
|
|
|
|
|
|
|
|
%changelog
|