SPECS: slang.spec - fixed x86_64 build, release 2

hawk hawk at pld-linux.org
Mon Oct 27 19:18:10 CET 2008


Author: hawk                         Date: Mon Oct 27 18:18:10 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed x86_64 build, release 2

---- Files affected:
SPECS:
   slang.spec (1.122 -> 1.123) 

---- Diffs:

================================================================
Index: SPECS/slang.spec
diff -u SPECS/slang.spec:1.122 SPECS/slang.spec:1.123
--- SPECS/slang.spec:1.122	Wed Oct  1 21:12:13 2008
+++ SPECS/slang.spec	Mon Oct 27 19:18:05 2008
@@ -14,7 +14,7 @@
 Summary(uk.UTF-8):	Бібліотека спільного користування C-подібної мови розширення S-Lang
 Name:		slang
 Version:	2.1.4
-Release:	1
+Release:	2
 Epoch:		1
 License:	GPL v2+
 Group:		Libraries
@@ -238,7 +238,15 @@
 %build
 %configure \
 	--with-pcre \
-	--with%{!?with_png:out}-png
+	--with-pcreinc=/usr/include/pcre \
+	--with-pcrelib=%{_libdir} \
+%if %{with png}
+	--with-png \
+	--with-pnginc=/usr/include/libpng \
+	--with-pnglib=%{_libdir}
+%else
+	--without-png
+%endif
 
 %{__make} elf \
 	ELF_CFLAGS="%{rpmcflags} -fPIC"
@@ -319,6 +327,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.123  2008/10/27 18:18:05  hawk
+- fixed x86_64 build, release 2
+
 Revision 1.122  2008/10/01 19:12:13  qboosh
 - updated to 2.1.4
 - removed obsolete LDFLAGS patch
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/slang.spec?r1=1.122&r2=1.123&f=u



More information about the pld-cvs-commit mailing list