packages: lxpanel/lxpanel.spec - up to 0.5.10 - added two patches for autom...

witekfl witekfl at pld-linux.org
Mon Jun 11 16:18:46 CEST 2012


Author: witekfl                      Date: Mon Jun 11 14:18:46 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 0.5.10
- added two patches for automake-1.12

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

---- Diffs:

================================================================
Index: packages/lxpanel/lxpanel.spec
diff -u packages/lxpanel/lxpanel.spec:1.10 packages/lxpanel/lxpanel.spec:1.11
--- packages/lxpanel/lxpanel.spec:1.10	Sat Jun  2 17:56:56 2012
+++ packages/lxpanel/lxpanel.spec	Mon Jun 11 16:18:41 2012
@@ -1,21 +1,24 @@
 # $Revision$, $Date$
 Summary:	LXPanel is a lightweight X11 desktop panel
 Name:		lxpanel
-Version:	0.5.9
+Version:	0.5.10
 Release:	1
 License:	GPL v2
 Group:		X11/Applications
 Source0:	http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz
-# Source0-md5:	232eb7cfed03d126715ddccdf3a4d0ea
+# Source0-md5:	1bf3cce2a2d01c211f6897c42e8dd0bc
+Patch0:		%{name}-AM_PROG_AR.patch
+Patch1:		%{name}-automake.patch
 URL:		http://wiki.lxde.org/en/LXPanel
 BuildRequires:	autoconf
-BuildRequires:	automake
+BuildRequires:	automake >= 1:1.12
 BuildRequires:	alsa-lib-devel
 BuildRequires:	gettext-devel
 BuildRequires:	gtk+2-devel >= 2:2.12.0
 BuildRequires:	intltool
 BuildRequires:	libiw-devel
 BuildRequires:	libwnck2-devel
+BuildRequires:	libtool
 BuildRequires:	menu-cache-devel
 BuildRequires:	pkgconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -37,11 +40,15 @@
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 %{__aclocal}
-%{__automake}
 %{__autoheader}
+%{__libtoolize}
+%{__intltoolize}
+%{__automake}
 %{__autoconf}
 %configure
 %{__make} V=1
@@ -92,6 +99,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2012/06/11 14:18:41  witekfl
+- up to 0.5.10
+- added two patches for automake-1.12
+
 Revision 1.10  2012/06/02 15:56:56  witekfl
 - 0.5.9
 - BR: autoconf, automake, libiw-devel, libwnck2-devel
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/lxpanel/lxpanel.spec?r1=1.10&r2=1.11



More information about the pld-cvs-commit mailing list