From: Elan Ruusamäe Date: Fri, 4 Dec 2015 10:01:27 +0000 (+0200) Subject: up to 0.1.0, letsencrypt entered public beta X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=5f4fc62239f390a08f8adad3200a3d396b5801e9;p=packages%2Fletsencrypt.git up to 0.1.0, letsencrypt entered public beta https://letsencrypt.org/2015/12/03/entering-public-beta.html --- diff --git a/letsencrypt.spec b/letsencrypt.spec index 7a50afc..486bc4f 100644 --- a/letsencrypt.spec +++ b/letsencrypt.spec @@ -4,16 +4,14 @@ %bcond_without doc # don't build doc %bcond_without tests # do not perform "make test" -%define rel 1 -%define subver 20151017 Summary: Let's Encrypt client Name: letsencrypt -Version: 0.0.0 -Release: 0.%{subver}.%{rel} +Version: 0.1.0 +Release: 0.1 License: APL 2.0 Group: Applications/Networking -Source0: https://github.com/letsencrypt/letsencrypt/archive/v%{version}.dev%{subver}.tar.gz -# Source0-md5: 1cac8a454e466136f70834c76977ef17 +Source0: https://github.com/letsencrypt/letsencrypt/archive/v%{version}/%{name}-%{version}.tar.gz +# Source0-md5: eb1208bcf5c33a6f030da9419718bf6b URL: https://letsencrypt.org/ BuildRequires: python-modules BuildRequires: python-setuptools @@ -43,7 +41,7 @@ interoperate with the Let's Encrypt CA which will be issuing browser-trusted certificates for free. %prep -%setup -q -n %{name}-%{version}.dev%{subver} +%setup -q %build %{__python} setup.py build %{?with_tests:test}