]> git.pld-linux.org Git - packages/XmHTML.git/commitdiff
- move files in %prep, not in %build (breaks short-circuit builds)
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 10 Feb 2012 23:53:07 +0000 (23:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XmHTML.spec -> 1.41

XmHTML.spec

index d46ef14c0854d8b8b1238975cd764de633a950f1..d017856c43841054ba2d4917a28a40f5be788da4 100644 (file)
@@ -59,8 +59,6 @@ Statyczna wersja biblioteki XmHTML.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-
-%build
 # Argh! automake stuff outdated, imake stuff outdated even more,
 # makefiles not outdated but don't support shared libraries :/
 # Use automake with some patches/workarounds/etc
@@ -69,6 +67,7 @@ mv -f common/*.c .
 mv -f Motif/*.c .
 cd ..
 
+%build
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
This page took 0.141295 seconds and 4 git commands to generate.