|
@@ -2,8 +2,8 @@
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=219930
|
|
|
|
|
|
Name: lxpanel
|
|
|
-Version: 0.5.5
|
|
|
-Release: 4%{?_dist_release}
|
|
|
+Version: 0.5.6
|
|
|
+Release: 1%{?_dist_release}
|
|
|
Summary: A lightweight X11 desktop panel
|
|
|
Summary(ja): 軽量な X11 デスクトップパネル
|
|
|
|
|
@@ -13,7 +13,8 @@ URL: http://lxde.sourceforge.net/
|
|
|
Source0: http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
|
|
|
|
|
|
Patch1: lxpanel-default.patch
|
|
|
-#Patch2: lxpanel-0.3.999-fix-str-fmt.patch
|
|
|
+Patch2: redefine-alarm-variable.patch
|
|
|
+Patch3: missing_glades.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
@@ -27,7 +28,7 @@ BuildRequires: alsa-lib-devel
|
|
|
BuildRequires: docbook2X
|
|
|
BuildRequires: docbook-utils
|
|
|
BuildRequires: gettext
|
|
|
-BuildRequires: gtk2-devel
|
|
|
+BuildRequires: gtk2-devel
|
|
|
BuildRequires: intltool
|
|
|
BuildRequires: libXmu-devel
|
|
|
BuildRequires: libXpm-devel
|
|
@@ -50,7 +51,7 @@ Group: Development/Libraries
|
|
|
Summary: Development files for %{name}
|
|
|
Summary(ja): lxpanel の開発パッケージ
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
-Requires: gtk2-devel
|
|
|
+Requires: gtk2-devel
|
|
|
Requires: libXpm-devel
|
|
|
|
|
|
%description devel
|
|
@@ -65,7 +66,8 @@ developing applications that use %{name}.
|
|
|
%setup -q
|
|
|
|
|
|
%patch1 -p1 -b .default
|
|
|
-#%patch2 -p0 -b .misc
|
|
|
+%patch2 -p1
|
|
|
+%patch3 -p1
|
|
|
|
|
|
%build
|
|
|
%configure
|
|
@@ -96,6 +98,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%{_libdir}/pkgconfig/lxpanel.pc
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Jul 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.6-1
|
|
|
+- new upstream version: 0.5.6
|
|
|
+- added patch2,3 from Debian
|
|
|
+
|
|
|
* Mon May 10 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.5-4
|
|
|
- recreated patch1
|
|
|
- added BuildRequires: wireless-tools-devel
|