[ctemplate] Re add useful information

Christopher Meng cicku at fedoraproject.org
Sat May 17 04:15:00 UTC 2014


commit 4ef5a662404bf3c24d53b064c42335d8ffbec421
Author: Christopher Meng <i at cicku.me>
Date:   Sat May 17 12:14:43 2014 +0800

    Re add useful information

 ctemplate.spec |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/ctemplate.spec b/ctemplate.spec
index 56bf5c1..47b3e62 100644
--- a/ctemplate.spec
+++ b/ctemplate.spec
@@ -4,7 +4,17 @@ Release:        1%{?dist}
 Summary:        A simple but powerful template language for C++
 License:        BSD
 URL:            http://code.google.com/p/ctemplate
-Source0:        http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
+# Google Code no longer provides downloads for projects, upstream 
+# refuses to use Google Drive, they ask users to fetch from svn repository
+# by themselves.
+# 
+# Following tarball generated by:
+# svn checkout http://ctemplate.googlecode.com/svn/tags/ctemplate-%{version}/ ctemplate-%{version}
+# tar zcf ctemplate-%{version}.tar.gz ctemplate-%{version}/ --exclude=.*
+# 
+# Original tarball link:
+# Source0:        http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
+Source0:        %{name}-%{version}.tar.gz
 BuildRequires:  chrpath
 BuildRequires:  python
 
@@ -18,7 +28,7 @@ Summary:        Development files for %{name}
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description    devel
-The %{name}-devel package contains libraries and header files for
+This package contains libraries and header files for
 developing applications that use %{name}.
 
 %prep


More information about the scm-commits mailing list