packages: conky/conky.spec - enabled curl and imlib2 - BR: alsa-lib-devel, ...

sparky sparky at pld-linux.org
Tue Nov 9 13:24:59 CET 2010


Author: sparky                       Date: Tue Nov  9 12:24:59 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- enabled curl and imlib2
- BR: alsa-lib-devel, curl-devel, imlib2-devel

---- Files affected:
packages/conky:
   conky.spec (1.41 -> 1.42) 

---- Diffs:

================================================================
Index: packages/conky/conky.spec
diff -u packages/conky/conky.spec:1.41 packages/conky/conky.spec:1.42
--- packages/conky/conky.spec:1.41	Tue Nov  9 10:59:43 2010
+++ packages/conky/conky.spec	Tue Nov  9 13:24:54 2010
@@ -13,19 +13,22 @@
 Source0:	http://downloads.sourceforge.net/conky/%{name}-%{version}.tar.bz2
 # Source0-md5:	366dc6a5c2ebebfbe6f53da25061b5d6
 URL:		http://conky.sourceforge.net/
+BuildRequires:	alsa-lib-devel
 BuildRequires:	autoconf
 BuildRequires:	automake
-%{?with_lua_cairo:BuildRequires:cairo-devel}
+%{?with_lua_cairo:BuildRequires:	cairo-devel}
+BuildRequires:	curl-devel
 BuildRequires:	expat-devel
 BuildRequires:	freetype-devel
 BuildRequires:	gettext-devel
 BuildRequires:	glib2-devel >= 2.0
+BuildRequires:	imlib2-devel
 BuildRequires:	libtool
 BuildRequires:	lua51-devel >= 5.1
 BuildRequires:	ncurses-devel
 BuildRequires:	pkgconfig >= 1:0.19
 BuildRequires:	sed >= 4.0
-%{?with_lua_cairo:BuildRequires:tolua++-devel >= 1.0.90}
+%{?with_lua_cairo:BuildRequires:	tolua++-devel >= 1.0.90}
 BuildRequires:	xorg-lib-libXdamage-devel
 BuildRequires:	xorg-lib-libXext-devel
 BuildRequires:	xorg-lib-libXft-devel
@@ -56,6 +59,18 @@
 %description lua-cairo -l pl.UTF-8
 Dowiązania Lua Cairo dla Conky.
 
+%package lua-imlib2
+Summary:	Lua Imlib2 bindings for Conky
+Summary(pl.UTF-8):	Dowiązania Lua Imlib2 dla Conky
+Group:		Development/Languages
+Requires:	%{name} = %{version}-%{release}
+
+%description lua-imlib2
+Lua Imlib2 bindings for Conky.
+
+%description lua-imlib2 -l pl.UTF-8
+Dowiązania Lua Imlib2 dla Conky.
+
 %prep
 %setup -q
 %{__sed} -i 's,lua5.1,lua51,' configure.ac
@@ -69,7 +84,11 @@
 %configure \
 	CFLAGS="%{rpmcflags} `pkg-config ncurses --cflags`" \
 	LIBS="-ltinfo" \
-	%{?with_lua_cairo:--enable-lua-cairo}
+	--enable-curl \
+	--enable-imlib2 \
+	%{?with_lua_cairo:--enable-lua-cairo} \
+	--enable-lua-imlib2
+
 %{__make}
 
 %install
@@ -95,16 +114,25 @@
 %if %{with lua_cairo}
 %files lua-cairo
 %defattr(644,root,root,755)
-%{_libdir}/conky/libcairo.so.*.*.*
+%attr(755,root,root) %{_libdir}/conky/libcairo.so.*.*.*
 %{_libdir}/conky/libcairo.so
 %endif
 
+%files lua-imlib2
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/conky/libimlib2.so.*.*.*
+%{_libdir}/conky/libimlib2.so
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.42  2010/11/09 12:24:54  sparky
+- enabled curl and imlib2
+- BR: alsa-lib-devel, curl-devel, imlib2-devel
+
 Revision 1.41  2010/11/09 09:59:43  lisu
 - do not package ghost
 - R for lua-cairo
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/conky/conky.spec?r1=1.41&r2=1.42&f=u



More information about the pld-cvs-commit mailing list