From 0d4579e1d86354e1157d83240c90f9bbf3a67b5c Mon Sep 17 00:00:00 2001 From: "sven.panne" Date: Thu, 12 Oct 2006 15:28:23 +0000 Subject: Cabal's sdist does not generate "-src.tar.gz" files, but ".tar.gz" ones --- haddock.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'haddock.spec') diff --git a/haddock.spec b/haddock.spec index bd48e31f..498dc4eb 100644 --- a/haddock.spec +++ b/haddock.spec @@ -5,7 +5,7 @@ # If this file is part of a tarball, you can build RPMs directly from # the tarball by using the following command: # -# rpm -ta haddock-(VERSION)-src.tar.gz +# rpm -ta haddock-(VERSION).tar.gz # # The resulting package will be placed in the RPMS/(arch) subdirectory # of your RPM build directory (usually /usr/src/redhat or ~/rpm), with @@ -26,7 +26,7 @@ Release: %{release} License: BSD-like Group: Development/Languages/Haskell URL: http://haskell.org/haddock/ -Source: http://haskell.org/haddock/haddock-%{version}-src.tar.gz +Source: http://haskell.org/haddock/haddock-%{version}.tar.gz Packager: Sven Panne BuildRoot: %{_tmppath}/%{name}-%{version}-build Prefix: %{_prefix} -- cgit v1.2.3