|
@@ -37,6 +37,8 @@ Source5: vine-panel-backwards-compat-config.schemas
|
|
|
Source10: add-translations.sh
|
|
|
Source12: gnome-compiler-flags.m4
|
|
|
|
|
|
+Patch0: gnome-panel-3.0.2-configure.patch
|
|
|
+
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
@@ -88,6 +90,7 @@ BuildRequires: NetworkManager-devel
|
|
|
BuildRequires: libSM-devel
|
|
|
BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
|
|
|
BuildRequires: dconf-devel
|
|
|
+BuildRequires: telepathy-glib-devel
|
|
|
BuildRequires(install): desktop-file-utils
|
|
|
|
|
|
Obsoletes: gnome-netstatus < 2.29
|
|
@@ -132,6 +135,7 @@ GNOME のパネルアップレットをビルドするためのヘッダファ
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
+%patch0 -p1
|
|
|
|
|
|
# Remove this line and next line when upstream adopt Source1
|
|
|
cp -f %{SOURCE1} help/clock/ja/ja.po
|
|
@@ -148,7 +152,6 @@ cp -f %{SOURCE5} gnome-panel/panel-compatibility.schemas
|
|
|
#automake --add-missing
|
|
|
#autoheader
|
|
|
#autoconf
|
|
|
-autoreconf -if
|
|
|
%configure --disable-scrollkeeper \
|
|
|
--disable-schemas-install \
|
|
|
--disable-gtk-doc \
|
|
@@ -281,13 +284,14 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
-* Sat Aug 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.2-1
|
|
|
+* Sat Aug 19 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.2-1
|
|
|
- new upstream release
|
|
|
- drop old Patches
|
|
|
- change BuildRequires: gnome-desktop3-devel instead of gnome-desktop-devel
|
|
|
- change BuildRequires: libwnck3-devel instead of libwnck-devel
|
|
|
-- add BuildRequires: dconf-devel
|
|
|
+- add BuildRequires: dconf-devel, telepathy-glib-devel
|
|
|
- add Obsoletes: gnome-netstatus
|
|
|
+- add Patch0 (gnome-panel-3.0.2-configure.patch)
|
|
|
|
|
|
* Thu Jun 02 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32.1-4
|
|
|
- update SOURCE2(vine6-panel-default-setup.entries)
|