SPECS: ekg.spec - added jpeg patch, use shared libgadu in ekg

qboosh qboosh at pld-linux.org
Mon Feb 20 00:19:01 CET 2006


Author: qboosh                       Date: Sun Feb 19 23:19:01 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added jpeg patch, use shared libgadu in ekg

---- Files affected:
SPECS:
   ekg.spec (1.201 -> 1.202) 

---- Diffs:

================================================================
Index: SPECS/ekg.spec
diff -u SPECS/ekg.spec:1.201 SPECS/ekg.spec:1.202
--- SPECS/ekg.spec:1.201	Tue Dec 13 19:01:46 2005
+++ SPECS/ekg.spec	Mon Feb 20 00:18:54 2006
@@ -21,6 +21,7 @@
 Source0:	http://dev.null.pl/ekg/%{name}-%{version}.tar.gz
 # Source0-md5:	1094eee5062d9b9900c4b28bd68fb564
 Source1:	%{name}.conf
+Patch0:		%{name}-jpeg.patch
 URL:		http://dev.null.pl/ekg/
 BuildRequires:	%{_bindir}/perl
 %{?with_aspell:BuildRequires:	aspell-devel}
@@ -36,6 +37,7 @@
 %endif
 BuildRequires:	readline-devel
 BuildRequires:	zlib-devel
+Requires:	libgadu = %{epoch}:%{version}-%{release}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -158,13 +160,14 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-rm -f missing
 %{__aclocal} -I m4
 %{__autoheader}
 %{__autoconf}
 %configure \
+	--enable-dynamic \
 	--enable-shared \
 	--enable-static \
 %if %{with pthread}
@@ -238,7 +241,7 @@
 %attr(755,root,root) %{_libdir}/libgadu.so
 %{_includedir}/libgadu.h
 %{_includedir}/libgadu-config.h
-%{_pkgconfigdir}/*
+%{_pkgconfigdir}/libgadu.pc
 %{_examplesdir}/libgadu-%{version}
 
 %files -n libgadu-static
@@ -251,6 +254,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.202  2006/02/19 23:18:54  qboosh
+- added jpeg patch, use shared libgadu in ekg
+
 Revision 1.201  2005/12/13 18:01:46  glen
 - adapterized (avoid macros with /usr/include/{ncurses,freetype}*)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ekg.spec?r1=1.201&r2=1.202&f=u



More information about the pld-cvs-commit mailing list