Added initial rpm spec file
This commit is contained in:
parent
8441e34e06
commit
54275f88b9
1 changed files with 34 additions and 0 deletions
34
ca-scripts.spec
Normal file
34
ca-scripts.spec
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
Summary: SSL Certificate Authority Management Scripts
|
||||||
|
Name: ca-scripts
|
||||||
|
Version: 0.9.0
|
||||||
|
Release: 1
|
||||||
|
URL: https://github.com/erenfro/ca-scripts
|
||||||
|
License: GPL
|
||||||
|
Group: Applications/Internet
|
||||||
|
BuildRoot: ${_tmppath}/${name}-root
|
||||||
|
Requires: bash
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description
|
||||||
|
SS Certificate Authority Management Scripts
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup
|
||||||
|
%build
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
mkdir -p ${RPM_BUILD_ROOT}/opt/ca-scripts
|
||||||
|
make install
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
|
%fils
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%attr(755,root,root) ${RPM_BUILD_ROOT}/opt/${RPM_PACKAGE_NAME}/bin
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Feb 19 2015 Eric Renfro <psi-jack@linux-help.org>
|
||||||
|
- Initial release.
|
||||||
|
|
Loading…
Reference in a new issue