put back Source
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 29 Oct 2009 15:49:18 +0000 (11:49 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 29 Oct 2009 15:49:18 +0000 (11:49 -0400)
Seems rpmbuild -ta file.tar.gz still wants Source even
though it's not used. Go figure.

ikiwiki.spec

index 69457e1548dc14860945bb20fdf4cd901e789a62..c50ef404f7ae5c4bd8a7579eb8728dfd91aca33e 100644 (file)
@@ -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)