Author: qboosh Date: Tue Sep 16 18:44:02 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added gcc,lt patches (now build using g++ 4.3/lt 2.2.x/-as-needed) - removed obsolete aclocal workaround
---- Files affected: SPECS: log4cpp.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: SPECS/log4cpp.spec diff -u SPECS/log4cpp.spec:1.16 SPECS/log4cpp.spec:1.17 --- SPECS/log4cpp.spec:1.16 Mon Sep 15 00:28:12 2008 +++ SPECS/log4cpp.spec Tue Sep 16 20:43:56 2008 @@ -9,6 +9,8 @@ Source0: http://dl.sourceforge.net/log4cpp/%{name}-%{version}.tar.gz # Source0-md5: 1face50ead0790d1297dfb04bacf273c Patch0: %{name}-nolibs.patch +Patch1: %{name}-gcc.patch +Patch2: %{name}-lt.patch URL: http://log4cpp.sourceforge.net/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -55,9 +57,8 @@ %prep %setup -q %patch0 -p1 - -# extract BB_CHECK_OMNITHREADS and BB_CHECK_PTHREADS missing from m4 -tail -n +4487 aclocal.m4 | head -n 96 > m4/BB_CHECK_THREADS.m4 +%patch1 -p1 +%patch2 -p1 %build %{__libtoolize} @@ -98,7 +99,8 @@ %attr(755,root,root) %{_libdir}/liblog4cpp.so %{_libdir}/liblog4cpp.la %{_includedir}/log4cpp -%{_mandir}/man3/log4cpp* +%{_mandir}/man3/log4cpp.3* +%{_mandir}/man3/log4cpp::*.3* %{_aclocaldir}/log4cpp.m4 %{_pkgconfigdir}/log4cpp.pc @@ -112,6 +114,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2008/09/16 18:43:56 qboosh +- added gcc,lt patches (now build using g++ 4.3/lt 2.2.x/-as-needed) +- removed obsolete aclocal workaround + Revision 1.16 2008/09/14 22:28:12 pawelz - added pkgconfig file - more %doc ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/log4cpp.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
