From 8150e982f31ebc40582adbd73dd2022ce7e23563 Mon Sep 17 00:00:00 2001 From: "sven.panne@aedion.de" Date: Thu, 12 Oct 2006 12:12:13 +0000 Subject: [PATCH] Track changes in source packaging scheme --- ghc.spec.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ghc.spec.in b/ghc.spec.in index 9522108..8508c44 100644 --- a/ghc.spec.in +++ b/ghc.spec.in @@ -17,7 +17,8 @@ Release: %{release} License: BSD-like Group: Development/Languages/Haskell URL: http://haskell.org/ghc/ -Source: http://haskell.org/ghc/dist/%{version}/ghc-%{version}-src.tar.bz2 +Source0: http://haskell.org/ghc/dist/%{version}/ghc-%{version}-src.tar.bz2 +Source1: http://haskell.org/ghc/dist/%{version}/ghc-%{version}-src-extralibs.tar.bz2 Packager: Sven Panne BuildRoot: %{_tmppath}/%{name}-%{version}-build Prefix: %{_prefix} @@ -78,7 +79,7 @@ Profiling libraries for Glorious Glasgow Haskell Compilation System needed. %prep -%setup +%setup -b1 %build test -f configure || autoreconf -- 1.7.10.4