|
@@ -1,9 +1,6 @@
|
|
-# Review Request:
|
|
|
|
-# https://bugzilla.redhat.com/show_bug.cgi?id=219930
|
|
|
|
-
|
|
|
|
Name: lxpanel
|
|
Name: lxpanel
|
|
-Version: 0.5.6
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Version: 0.5.7
|
|
|
|
+Release: 1%{?_dist_release}
|
|
Summary: A lightweight X11 desktop panel
|
|
Summary: A lightweight X11 desktop panel
|
|
Summary(ja): 軽量な X11 デスクトップパネル
|
|
Summary(ja): 軽量な X11 デスクトップパネル
|
|
|
|
|
|
@@ -13,8 +10,9 @@ URL: http://lxde.sourceforge.net/
|
|
Source0: http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
|
|
Source0: http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
|
|
|
|
|
|
Patch1: lxpanel-default.patch
|
|
Patch1: lxpanel-default.patch
|
|
-Patch2: redefine-alarm-variable.patch
|
|
|
|
-Patch3: missing_glades.patch
|
|
|
|
|
|
+#Patch2: redefine-alarm-variable.patch
|
|
|
|
+#Patch3: missing_glades.patch
|
|
|
|
+Patch4: fix_requisition.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
@@ -25,13 +23,15 @@ Requires: menu-cache
|
|
Requires: lxmenu-data
|
|
Requires: lxmenu-data
|
|
|
|
|
|
BuildRequires: alsa-lib-devel
|
|
BuildRequires: alsa-lib-devel
|
|
-BuildRequires: docbook2X
|
|
|
|
-BuildRequires: docbook-utils
|
|
|
|
|
|
+#BuildRequires: docbook2X
|
|
|
|
+#BuildRequires: docbook-utils
|
|
BuildRequires: gettext
|
|
BuildRequires: gettext
|
|
|
|
+BuildRequires: glib2-devel
|
|
BuildRequires: gtk2-devel
|
|
BuildRequires: gtk2-devel
|
|
BuildRequires: intltool
|
|
BuildRequires: intltool
|
|
BuildRequires: libXmu-devel
|
|
BuildRequires: libXmu-devel
|
|
BuildRequires: libXpm-devel
|
|
BuildRequires: libXpm-devel
|
|
|
|
+BuildRequires: libtool
|
|
BuildRequires: menu-cache-devel >= 0.3.0
|
|
BuildRequires: menu-cache-devel >= 0.3.0
|
|
BuildRequires: startup-notification-devel
|
|
BuildRequires: startup-notification-devel
|
|
BuildRequires: wireless-tools-devel
|
|
BuildRequires: wireless-tools-devel
|
|
@@ -66,8 +66,9 @@ developing applications that use %{name}.
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%patch1 -p1 -b .default
|
|
%patch1 -p1 -b .default
|
|
-%patch2 -p1
|
|
|
|
-%patch3 -p1
|
|
|
|
|
|
+#%patch2 -p1
|
|
|
|
+#%patch3 -p1
|
|
|
|
+%patch4 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure
|
|
%configure
|
|
@@ -98,6 +99,13 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_libdir}/pkgconfig/lxpanel.pc
|
|
%{_libdir}/pkgconfig/lxpanel.pc
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jul 28 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.7-1
|
|
|
|
+- new upstream release
|
|
|
|
+- dropt patch2,3
|
|
|
|
+- added patch4 from Ubuntu Oneiric
|
|
|
|
+- added BuildRequires: glib2-devel, libtool
|
|
|
|
+- dropt BuildRequires: docbook2X, docbook-utils
|
|
|
|
+
|
|
* Tue Sep 28 2010 Shu KONNO <owa@bg.wakwak.com> 0.5.6-2
|
|
* Tue Sep 28 2010 Shu KONNO <owa@bg.wakwak.com> 0.5.6-2
|
|
- rebuilt with rpm-4.8.1 for pkg-config
|
|
- rebuilt with rpm-4.8.1 for pkg-config
|
|
|
|
|