|
@@ -1,17 +1,18 @@
|
|
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
|
# for .0 releases we have to use '00' as '0' is treated as null by cmake, dont' forget to update
|
|
|
-%define kde4workspace_version 4.5.00
|
|
|
+#define kde4workspace_version 4.5.00
|
|
|
|
|
|
Name: kdebase-workspace
|
|
|
-Summary: K Desktop Environment - Workspace
|
|
|
-Summary(ja): K デスクトップ環境 - ワークスペース
|
|
|
-Version: 4.5.0
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Summary: KDE Workspace
|
|
|
+Summary(ja): KDE ワークスペース
|
|
|
+Version: 4.5.1
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
-License: GPLv2
|
|
|
Group: User Interface/Desktops
|
|
|
+License: GPLv2
|
|
|
URL: http://www.kde.org/
|
|
|
+
|
|
|
Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kdebase-workspace-%{version}.tar.bz2
|
|
|
|
|
|
Patch1: kdebase-workspace-4.4.80-redhat-startkde.patch
|
|
@@ -99,7 +100,6 @@ BuildRequires: xmms-devel
|
|
|
BuildRequires: xz-devel
|
|
|
%endif
|
|
|
BuildRequires: libqalculate-devel
|
|
|
-BuildRequires: dbusmenu-qt-devel
|
|
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
%if %{?_dist_release} != "vl4" && %{?_dist_release} != "vl5"
|
|
@@ -128,9 +128,9 @@ Requires: kio_sysinfo
|
|
|
# moving to non-multilib hack
|
|
|
Obsoletes: kdebase-workspace < 4.3.0-2
|
|
|
|
|
|
-#if %{?_dist_release} == "vl4" || %{?_dist_release} == "vl5"
|
|
|
-#Conflicts: kdebase3
|
|
|
-#endif
|
|
|
+%if %{?_dist_release} == "vl4" || %{?_dist_release} == "vl5"
|
|
|
+Conflicts: kdebase3
|
|
|
+%endif
|
|
|
|
|
|
%description
|
|
|
The KDE Workspace consists of what is the desktop of the
|
|
@@ -149,27 +149,30 @@ This package contains:
|
|
|
|
|
|
%package devel
|
|
|
Summary: Development files for %{name}
|
|
|
+Summary(ja): %{name} の開発用ファイル集
|
|
|
Group: Development/Libraries
|
|
|
-Obsoletes: PolicyKit-kde-devel < 4.3.0
|
|
|
-Provides: solid-bluetooth-devel = %{version}-%{release}
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
Requires: kdelibs4-devel
|
|
|
+Obsoletes: PolicyKit-kde-devel < 4.3.0
|
|
|
+Provides: solid-bluetooth-devel = %{version}-%{release}
|
|
|
|
|
|
%description devel
|
|
|
%{summary}.
|
|
|
|
|
|
%package libs
|
|
|
Summary: Runtime libraries for %{name}
|
|
|
+Summary(ja): %{name} のランタイムライブラリ
|
|
|
Group: System Environment/Libraries
|
|
|
-Provides: solid-bluetooth = %{version}-%{release}
|
|
|
Requires: kdelibs4 >= %{version}
|
|
|
#Requires: %{name} = %{version}-%{release}
|
|
|
+Provides: solid-bluetooth = %{version}-%{release}
|
|
|
|
|
|
%description libs
|
|
|
%{summary}.
|
|
|
|
|
|
%package wallpapers
|
|
|
Summary: KDE wallpapers
|
|
|
+Summary(ja): KDE ワークスペース用のデスクトップ壁紙集
|
|
|
Group: User Interface/Desktops
|
|
|
|
|
|
%description wallpapers
|
|
@@ -193,7 +196,8 @@ log out, and when user switching.
|
|
|
|
|
|
%package -n ksysguardd
|
|
|
Summary: Performance monitor daemon
|
|
|
-Group: System Environment/Daemons
|
|
|
+Summary(ja): 性能監視デーモン
|
|
|
+Group: Applications/Services
|
|
|
%if %{?_dist_release} == "vl4" || %{?_dist_release} == "vl5"
|
|
|
Conflicts: kdebase3
|
|
|
%endif
|
|
@@ -271,7 +275,7 @@ Requires: akonadi
|
|
|
%patch53 -p1 -b .kdebug183143
|
|
|
|
|
|
# 4.5 patches
|
|
|
-%patch100 -p1 -b .startkde-malloc
|
|
|
+#patch100 -p1 -b .startkde-malloc
|
|
|
|
|
|
|
|
|
%build
|
|
@@ -585,7 +589,7 @@ fi
|
|
|
%endif
|
|
|
%{_libdir}/lib*.so
|
|
|
%{_datadir}/kde4/apps/cmake/modules/*.cmake
|
|
|
-%{_libdir}/cmake/KDE4Workspace-%{kde4workspace_version}/
|
|
|
+%{_libdir}/cmake/KDE4Workspace-%{version}/
|
|
|
%exclude %{_libdir}/libkdeinit*.so
|
|
|
%exclude %{_libdir}/libkickoff.so
|
|
|
%exclude %{_libdir}/libplasma_applet-system-monitor.so
|
|
@@ -650,9 +654,10 @@ fi
|
|
|
%{_datadir}/kde4/services/plasma-engine-akonadi.desktop
|
|
|
|
|
|
%changelog
|
|
|
-* Tue Aug 24 2010 Shu KONNO <owa@bg.wakwak.com> - 4.5.0-2
|
|
|
-- rebuilt with gpsd-2.95-1
|
|
|
-- added BR: dbusmenu-qt-devel
|
|
|
+* Sun Sep 5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.5.1-1
|
|
|
+- new upstream release
|
|
|
+- updated summary
|
|
|
+- dropt Patch100
|
|
|
|
|
|
* Mon Aug 16 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.5.0-1
|
|
|
- new upstream release
|