|
@@ -7,6 +7,7 @@
|
|
|
%define gtk2_version 2.20.0
|
|
|
%define libgnome_version 2.30.0
|
|
|
%define libgnomeui_version 2.24.3
|
|
|
+%define libbonoboui_version 2.24.3
|
|
|
%define orbit_version 2.14.17
|
|
|
%define libwnck_version 2.30.0
|
|
|
%define gconf_version 2.28.0
|
|
@@ -23,7 +24,7 @@ Summary: GNOME panel
|
|
|
Summary(ja): GNOME パネル
|
|
|
Name: gnome-panel
|
|
|
Version: 2.30.2
|
|
|
-Release: 1%{_dist_release}
|
|
|
+Release: 2%{_dist_release}
|
|
|
URL: http://www.gnome.org/
|
|
|
License: GPL
|
|
|
Group: User Interface/Desktops
|
|
@@ -57,6 +58,7 @@ Patch11: applet-error.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
+Requires: %{name}-libs = %{version}-%{release}
|
|
|
Requires: gnome-desktop >= %{gnome_desktop_version}
|
|
|
Requires: libwnck >= %{libwnck_version}
|
|
|
Requires: gnome-menus >= %{gnome_menus_version}
|
|
@@ -118,6 +120,34 @@ features for the GNOME desktop.
|
|
|
GNOME パネルは、ウィンドウ一覧・ワークスペース切り換え器・メニューその他の
|
|
|
特徴を GNOME デスクトップに提供します。
|
|
|
|
|
|
+%package libs
|
|
|
+Summary: Libraries for use in panel applets of GNOME
|
|
|
+Summary(ja): GNOME のパネルアップレットで使用するライブラリ
|
|
|
+Group: System Environment/Libraries
|
|
|
+
|
|
|
+%description libs
|
|
|
+Libraries for use in panel applets of GNOME.
|
|
|
+
|
|
|
+%description libs -l ja
|
|
|
+GNOME のパネルアップレットで使用するライブラリ
|
|
|
+
|
|
|
+%package devel
|
|
|
+Summary: Development environment for panel applets of GNOME
|
|
|
+Summary(ja): GNOME のパネルアップレット用開発環境
|
|
|
+Group: Development/Libraries
|
|
|
+Requires: %{name}-libs = %{version}-%{release}
|
|
|
+Requires: pkgconfig
|
|
|
+Requires: gtk2-devel >= %{gtk2_version}
|
|
|
+Requires: libbonoboui-devel >= %{libbonoboui_version}
|
|
|
+Requires: GConf2-devel >= %{gconf_version}
|
|
|
+
|
|
|
+%description devel
|
|
|
+Header files and libraries for building a panel applets of GNOME.
|
|
|
+
|
|
|
+%description devel -l ja
|
|
|
+GNOME のパネルアップレットをビルドするためのヘッダファイル及びライブラリ集
|
|
|
+
|
|
|
+
|
|
|
%prep
|
|
|
%setup -q
|
|
|
|
|
@@ -272,23 +302,30 @@ fi
|
|
|
%{_datadir}/gnome-2.0/ui/*
|
|
|
%{_mandir}/man*/*
|
|
|
%{_bindir}/*
|
|
|
+%exclude %{_bindir}/panel-test-applets
|
|
|
%{_libexecdir}/*
|
|
|
%{_libdir}/bonobo/servers/*.server
|
|
|
-%{_libdir}/*.so.*
|
|
|
%{_sysconfdir}/gconf/schemas/*.schemas
|
|
|
%{_sysconfdir}/gconf/schemas/*.entries
|
|
|
-
|
|
|
%{_sysconfdir}/dbus-1/system.d/org.gnome.ClockApplet.Mechanism.conf
|
|
|
%{_datadir}/dbus-1/system-services/org.gnome.ClockApplet.Mechanism.service
|
|
|
%{_datadir}/polkit-1/actions/org.gnome.clockapplet.mechanism.policy
|
|
|
|
|
|
-# theoretically a devel package, but just doesn't seem worth it
|
|
|
+%files libs
|
|
|
+%{_libdir}/*.so.*
|
|
|
+
|
|
|
+%files devel
|
|
|
+%{_bindir}/panel-test-applets
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
%{_includedir}/panel-2.0
|
|
|
%{_libdir}/*.so
|
|
|
%{_datadir}/gtk-doc
|
|
|
|
|
|
+
|
|
|
%changelog
|
|
|
+* Sun Aug 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-2
|
|
|
+- create -libs and -devel package
|
|
|
+
|
|
|
* Tue Jun 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
|
|
|
- new upstream release
|
|
|
|