packages: libmatchbox/libmatchbox.spec - replace AM_PATH_CHECK with PKG_CHE...

adamg adamg at pld-linux.org
Mon Feb 13 20:32:33 CET 2012


Author: adamg                        Date: Mon Feb 13 19:32:33 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- replace AM_PATH_CHECK with PKG_CHECK_MODULES (-ac.patch)
- pass XLIBS_LIBS when building dump_image (-libs.patch)
- regenerate ac* (BR: ac,am,lt)
- release 8 (rebuild against libpng-1.5)

---- Files affected:
packages/libmatchbox:
   libmatchbox.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: packages/libmatchbox/libmatchbox.spec
diff -u packages/libmatchbox/libmatchbox.spec:1.10 packages/libmatchbox/libmatchbox.spec:1.11
--- packages/libmatchbox/libmatchbox.spec:1.10	Sun Feb 12 09:11:48 2012
+++ packages/libmatchbox/libmatchbox.spec	Mon Feb 13 20:32:27 2012
@@ -3,14 +3,20 @@
 Summary(pl.UTF-8):	Biblioteka narzędziowa używana przez narzędzia Matchbox
 Name:		libmatchbox
 Version:	1.9
-Release:	7
+Release:	8
 License:	LGPL v2+
 Group:		X11/Libraries
 Source0:	http://projects.o-hand.com/matchbox/sources/libmatchbox/%{version}/%{name}-%{version}.tar.bz2
 # Source0-md5:	9f73e7515cc4679171a5db180dc1343b
+Patch0:		%{name}-ac.patch
+Patch1:		%{name}-libpng15.patch
+Patch2:		%{name}-libs.patch
 URL:		http://projects.o-hand.com/matchbox/
+BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRequires:	libjpeg-devel
 BuildRequires:	libpng-devel >= 1.4
+BuildRequires:	libtool
 BuildRequires:	libxsettings-client-devel
 BuildRequires:	pango-devel
 BuildRequires:	pkgconfig
@@ -58,10 +64,18 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %{__sed} -i -e 's/png_check_sig( header, 8 )/!png_sig_cmp(header, 0, 8)/g' libmb/mbpixbuf.c
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
 	--enable-jpeg \
 	--enable-pango \
@@ -102,6 +116,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2012/02/13 19:32:27  adamg
+- replace AM_PATH_CHECK with PKG_CHECK_MODULES (-ac.patch)
+- pass XLIBS_LIBS when building dump_image (-libs.patch)
+- regenerate ac* (BR: ac,am,lt)
+- release 8 (rebuild against libpng-1.5)
+
 Revision 1.10  2012/02/12 08:11:48  arekm
 - release 7
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libmatchbox/libmatchbox.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list