SPECS: libpng.spec - for libpng 1.2.x stick to old, custom makefil...

qboosh qboosh at pld-linux.org
Sat May 20 00:33:35 CEST 2006


Author: qboosh                       Date: Fri May 19 22:33:35 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- for libpng 1.2.x stick to old, custom makefiles instead of ac/am
  to keep old versioning scheme and libpng.so.3 a symlink instead of copy
- disable mmx code on x86-64, builds now
- release 3

---- Files affected:
SPECS:
   libpng.spec (1.105 -> 1.106) 

---- Diffs:

================================================================
Index: SPECS/libpng.spec
diff -u SPECS/libpng.spec:1.105 SPECS/libpng.spec:1.106
--- SPECS/libpng.spec:1.105	Sun May 14 20:53:05 2006
+++ SPECS/libpng.spec	Sat May 20 00:33:30 2006
@@ -8,7 +8,7 @@
 Summary(tr):	PNG kitaplýđý
 Name:		libpng
 Version:	1.2.10
-Release:	2
+Release:	3
 Epoch:		2
 License:	distributable
 Group:		Libraries
@@ -157,14 +157,15 @@
 %endif
 
 %build
-%configure \
-	--with-libpng-compat
-
 %{__make} \
 	prefix=%{_prefix} \
 	LIBPATH=%{_libdir} \
 	CC="%{__cc}" \
+%ifarch %{x8664}
+	OPT_FLAGS="%{rpmcflags} -DPNG_NO_MMX_CODE"
+%else
 	OPT_FLAGS="%{rpmcflags}"
+%endif
 
 %{__make} -C contrib/pngminus -f makefile.std \
 	LIBPATH=%{_libdir} \
@@ -203,7 +204,6 @@
 %doc *.txt
 %attr(755,root,root) %{_bindir}/libpng*-config
 %attr(755,root,root) %{_libdir}/libpng*.so
-%{_libdir}/libpng*.la
 %{_pkgconfigdir}/*
 %{_includedir}/*
 %{_mandir}/man?/*
@@ -223,6 +223,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.106  2006/05/19 22:33:30  qboosh
+- for libpng 1.2.x stick to old, custom makefiles instead of ac/am
+  to keep old versioning scheme and libpng.so.3 a symlink instead of copy
+- disable mmx code on x86-64, builds now
+- release 3
+
 Revision 1.105  2006/05/14 18:53:05  pluto
 - reexport old symbols, release 2.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libpng.spec?r1=1.105&r2=1.106&f=u



More information about the pld-cvs-commit mailing list