packages: XmHTML/XmHTML.spec - move files in %prep, not in %build (breaks s...

adamg adamg at pld-linux.org
Sat Feb 11 00:53:12 CET 2012


Author: adamg                        Date: Fri Feb 10 23:53:12 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- move files in %prep, not in %build (breaks short-circuit builds)

---- Files affected:
packages/XmHTML:
   XmHTML.spec (1.40 -> 1.41) 

---- Diffs:

================================================================
Index: packages/XmHTML/XmHTML.spec
diff -u packages/XmHTML/XmHTML.spec:1.40 packages/XmHTML/XmHTML.spec:1.41
--- packages/XmHTML/XmHTML.spec:1.40	Tue Feb  7 23:09:01 2012
+++ packages/XmHTML/XmHTML.spec	Sat Feb 11 00:53:07 2012
@@ -60,8 +60,6 @@
 %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
@@ -70,6 +68,7 @@
 mv -f Motif/*.c .
 cd ..
 
+%build
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -126,6 +125,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.41  2012/02/10 23:53:07  adamg
+- move files in %prep, not in %build (breaks short-circuit builds)
+
 Revision 1.40  2012/02/07 22:09:01  arekm
 - release 11
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/XmHTML/XmHTML.spec?r1=1.40&r2=1.41&f=u



More information about the pld-cvs-commit mailing list