[sscep] Initial import sscep

Thorsten Scherf tscherf at fedoraproject.org
Thu Aug 21 13:52:32 UTC 2014


commit 338d06575a9e2e2afa606b4ab352f188ef5255f5
Author: Thorsten Scherf <tscherf at redhat.com>
Date:   Thu Aug 21 15:51:41 2014 +0200

    Initial import sscep

 .gitignore |    1 +
 sources    |    1 +
 sscep.spec |   59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 61 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..cda5933 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/sscep-56690068c795a1c8a4616c98814cf3244ad6cb91.tar.gz
diff --git a/sources b/sources
index e69de29..65da436 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+44a60e9867949de06b7add230cb946ce  sscep-56690068c795a1c8a4616c98814cf3244ad6cb91.tar.gz
diff --git a/sscep.spec b/sscep.spec
new file mode 100644
index 0000000..2695fd9
--- /dev/null
+++ b/sscep.spec
@@ -0,0 +1,59 @@
+%global commit 56690068c795a1c8a4616c98814cf3244ad6cb91
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+
+Name:           sscep
+Version:        0.5.0
+Release:        6.20140820git%{shortcommit}%{?dist}
+Summary:        Simple SCEP client with modifications for engine support & more
+License:        (BSD with attribution) and OpenSSL
+URL:            https://github.com/certnanny/%{name}
+Source:         https://github.com/certnanny/%{name}/archive/56690068c795a1c8a4616c98814cf3244ad6cb91/%{name}-56690068c795a1c8a4616c98814cf3244ad6cb91.tar.gz          
+
+BuildRequires: openssl-devel 
+
+%description
+Simple SCEP client with modifications for engine support & more
+
+%prep
+%setup -qn  %{name}-%{commit}
+
+%build
+make CFLAGS="%{optflags}"
+
+%install
+install -pm 755 -d %{buildroot}%{_defaultdocdir}/%{name}
+install -pm 755 -d %{buildroot}%{_sysconfdir}/%{name}/
+install -pm 755 -d %{buildroot}%{_bindir}
+install -pm 644 sscep.conf %{buildroot}%{_sysconfdir}/sscep
+install -pm 755 sscep mkrequest %{buildroot}%{_bindir}
+
+%files
+%doc COPYRIGHT HISTORY TODO README draft-nourse-scep-06.txt draft-nourse-scep-11.txt
+%config(noreplace) %{_sysconfdir}/sscep/sscep.conf
+%{_bindir}/sscep
+%{_bindir}/mkrequest
+
+%changelog
+* Wed Aug 20 2014 Thorsten Scherf <tscherf at redhat.com> 0.5.0-6.20140820git5669006
+- Added snapshot build release tag
+
+* Wed Aug 20 2014 Thorsten Scherf <tscherf at redhat.com> 0.5.0-5
+- Added github archive URL
+
+* Wed Aug 20 2014 Thorsten Scherf <tscherf at redhat.com> 0.5.0-4
+- New Source URL
+- Added documentation tag
+
+* Wed Aug 20 2014 Thorsten Scherf <tscherf at redhat.com> 0.5.0-3
+- Fixed License 
+- Fixed Source URL
+- Added install option
+- Changed compiler flags
+
+* Tue Jul 08 2014 Thorsten Scherf <tscherf at redhat.com> 0.5.0-2
+- Added openssl-devel as BuildReq
+
+* Tue Jul 08 2014 Thorsten Scherf <tscherf at redhat.com> 0.5.0-1
+- Initial package
+
+


More information about the scm-commits mailing list