File osslsigncode.spec of Package osslsigncode
Summary: Command-line program to read and set MPEG-4 tags compatible with iPod/iTunes
URL: http://osslsigncode.sourceforge.net/
Name: osslsigncode
Version: 1.4
Release: 1
License: GPLv2+
Group: Applications/Multimedia
Source0: %{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: curl-devel
BuildRequires: openssl-devel
%description
osslsigncode is a small utility for placing signatures on Microsoft cabinate
files and executables.
%prep
%setup -q -n "%{name}-%{version}"
%build
autoconf && autoheader
%{configure}
make
%install
%make_install
%files
%defattr(-, root, root)
%doc COPYING README
%{_bindir}/*
%changelog