diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-29 11:49:18 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-29 11:49:18 -0400 |
commit | f57c48ccac9864450290495203c30a5f2ca213ad (patch) | |
tree | b8952dfcd36b345f401fe9e0db027ea337013bff | |
parent | be895687ca7f83139ddbe519831b6b867788f69b (diff) | |
download | ikiwiki-f57c48ccac9864450290495203c30a5f2ca213ad.tar ikiwiki-f57c48ccac9864450290495203c30a5f2ca213ad.tar.gz |
put back Source
Seems rpmbuild -ta file.tar.gz still wants Source even
though it's not used. Go figure.
-rw-r--r-- | ikiwiki.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ikiwiki.spec b/ikiwiki.spec index 69457e154..c50ef404f 100644 --- a/ikiwiki.spec +++ b/ikiwiki.spec @@ -6,6 +6,8 @@ Summary: A wiki compiler Group: Applications/Internet License: GPLv2+ URL: http://ikiwiki.info/ +Source0: http://ftp.debian.org/debian/pool/main/i/%{name}/%{name}_%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Text::Markdown) |