[cdm/f18] Fixing Source0 link & adding instruction for git clone/archive

Jaromír Cápík jcapik at fedoraproject.org
Thu Aug 9 17:41:37 UTC 2012


commit f0f4f2e1d697b859617046c93bddf305d4c3ac2a
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Thu Aug 9 19:41:07 2012 +0200

    Fixing Source0 link & adding instruction for git clone/archive

 cdm.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/cdm.spec b/cdm.spec
index 1aa19eb..62f8d28 100644
--- a/cdm.spec
+++ b/cdm.spec
@@ -6,9 +6,10 @@ Summary:	Very minimalistic login manager
 Group:		User Interface/X
 License:	GPLv2+
 URL:		https://github.com/ghost1227/cdm
-# The Source0 link is invalid. Tags are missing in the upstream GIT repo.
-# Clarification with upstream needed ...
-Source0:	http://cdm.ghost1227.com/repo/%{name}-%{version}.tar.gz
+
+# git clone https://github.com/ghost1227/cdm.git
+# cd cdm && git archive --format=tar --prefix="cdm-0.5.3/" 1df217f0a53df4087ebefa54425298bc752a3ba5 | gzip > cdm-0.5.3.tar.gz
+Source0:	%{name}-%{version}.tar.gz
 Source1:        cdm.service
 
 Requires:	dialog xorg-x11-xinit xorg-x11-utils ConsoleKit pm-utils


More information about the scm-commits mailing list