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