52 lines
1.4 KiB
RPMSpec
52 lines
1.4 KiB
RPMSpec
#
|
|
# spec file for package osslsigncode
|
|
#
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# 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.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Summary: Platform-independent tool for Authenticode signing of EXE/CAB files
|
|
License: GPL-2.0+
|
|
Group: Productivity/Security
|
|
Url: http://osslsigncode.sourceforge.net/
|
|
Name: osslsigncode
|
|
Version: 1.4
|
|
Release: 0
|
|
Source0: http://downloads.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-%{version}.tar.gz
|
|
BuildRequires: curl-devel
|
|
BuildRequires: openssl-devel
|
|
|
|
%description
|
|
|
|
osslsigncode is a small utility for placing signatures on Microsoft cabinate
|
|
files and executables.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
cat config.log
|
|
make
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%files
|
|
%defattr(-, root, root)
|
|
%doc COPYING README
|
|
%{_bindir}/*
|
|
|
|
%changelog
|