[check-create-certificate] Initial import 1085752.

Martin Gansser martinkg at fedoraproject.org
Tue Apr 15 15:46:41 UTC 2014


commit beb39a54cb543a8be0d8b5113b17a0742fcde0b8
Author: Martin Gansser <mgansser at alice.de>
Date:   Tue Apr 15 17:46:12 2014 +0200

    Initial import 1085752.

 .gitignore                    |    1 +
 check-create-certificate.spec |   66 +++++++++++++++++++++++++++++++++++++++++
 sources                       |    1 +
 3 files changed, 68 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..473b795 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/check-create-certificate-d0971baf5d13e06aaa600581efe3adba6631e06a.tar.gz
diff --git a/check-create-certificate.spec b/check-create-certificate.spec
new file mode 100644
index 0000000..39f64a9
--- /dev/null
+++ b/check-create-certificate.spec
@@ -0,0 +1,66 @@
+%global         snapshotdate 20140409
+%global         commit d0971baf5d13e06aaa600581efe3adba6631e06a
+%global         shortcommit %(c=%{commit}; echo ${c:0:7})
+%global         checkout %{snapshotdate}git%{shortcommit}
+
+
+Name:           check-create-certificate
+Version:        0.5
+Release:        7.%{checkout}%{?dist}
+Summary:        A non-interactive script that creates an SSL certificate if it does not exist
+License:        GPLv2
+Group:          Applications/System
+Url:            https://github.com/jdsn/check-create-certificate
+Source:         https://github.com/jdsn/check-create-certificate/archive/%{commit}/%{name}-%{commit}.tar.gz
+Requires:       openssl-perl
+BuildArch:      noarch
+
+%description
+A script that checks for the existence of an SSL certificate
+or creates a new self signed one. It runs non-interactively and
+uses either predefined values or automatically guesses the best values.
+
+
+%prep
+%setup -qn %{name}-%{commit}
+
+%build
+
+%install
+install -Dpm 755 script/%{name} %{buildroot}%{_sbindir}/%{name}
+
+%files
+%{_sbindir}/%{name}
+%doc COPYING
+
+%changelog
+* Fri Apr 11 2014 Martin Gansser <martinkg at fedoraproject.org> - 0.5-7.20140409gitd0971ba
+- corrected commit name in %%setup section
+- removed checkout instructions
+
+* Fri Apr 11 2014 Martin Gansser <martinkg at fedoraproject.org> - 0.5-6.20140409gitd0971ba
+- corrected snapshotdate
+- corrected source url
+- corrected git command
+- droped %%install command for doc file in %%install section
+- correted spelling in %%description
+
+* Thu Apr 10 2014 Martin Gansser <martinkg at fedoraproject.org> - 0.5-5.20140409gitd0971ba
+- droped coreutils, perl BuildRequires
+- replaced openssl by openssl-perl BuildRequires
+- added -p option to preserver the timestamp in install section
+- changed doc macro in files section 
+- used git commit for package version
+
+* Wed Apr 09 2014 Martin Gansser <martinkg at fedoraproject.org> - 0.5-4
+- removed attr in file section
+
+* Wed Apr 09 2014 Martin Gansser <martinkg at fedoraproject.org> - 0.5-3
+- checked out new sources 
+- removed fsf-fix patch
+- changed to new Url address
+
+* Wed Apr 09 2014 Martin Gansser <martinkg at fedoraproject.org> - 0.5-2
+- Added fsf-fix patch that fixes rpmlint error
+- specfile cleanup
+
diff --git a/sources b/sources
index e69de29..66c31e6 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+473fcf219172194c03302fe95536a81d  check-create-certificate-d0971baf5d13e06aaa600581efe3adba6631e06a.tar.gz


More information about the scm-commits mailing list