|
@@ -1,8 +1,8 @@
|
|
Name: kdesdk
|
|
Name: kdesdk
|
|
Summary: The KDE Software Development Kit (SDK)
|
|
Summary: The KDE Software Development Kit (SDK)
|
|
Summary(ja): KDE ソフトウェア開発キット
|
|
Summary(ja): KDE ソフトウェア開発キット
|
|
-Version: 4.4.3
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Version: 4.5.1
|
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
|
|
Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
@@ -11,6 +11,7 @@ License: GPLv2
|
|
Group: Applications/Development
|
|
Group: Applications/Development
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
+BuildRequires: kdebase-devel >= %{version}
|
|
BuildRequires: kdepimlibs-devel >= %{version}
|
|
BuildRequires: kdepimlibs-devel >= %{version}
|
|
BuildRequires: plasma-devel >= %{version}
|
|
BuildRequires: plasma-devel >= %{version}
|
|
BuildRequires: strigi-devel
|
|
BuildRequires: strigi-devel
|
|
@@ -27,6 +28,8 @@ BuildRequires: libical-devel
|
|
# GPLv2+/LGPLv2+
|
|
# GPLv2+/LGPLv2+
|
|
BuildRequires: binutils-devel
|
|
BuildRequires: binutils-devel
|
|
BuildRequires: hunspell-devel
|
|
BuildRequires: hunspell-devel
|
|
|
|
+BuildRequires: shared-mime-info
|
|
|
|
+BuildRequires: antlr-C++
|
|
|
|
|
|
Requires: kdepimlibs >= %{version}
|
|
Requires: kdepimlibs >= %{version}
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
@@ -34,7 +37,6 @@ Requires: %{name}-libs = %{version}-%{release}
|
|
Provides: kaider = %{version}-%{release}
|
|
Provides: kaider = %{version}-%{release}
|
|
Obsoletes: kaider < %{version}-%{release}
|
|
Obsoletes: kaider < %{version}-%{release}
|
|
|
|
|
|
-
|
|
|
|
%description
|
|
%description
|
|
This is a collection of applications and tools used by KDE developers.
|
|
This is a collection of applications and tools used by KDE developers.
|
|
It also has example code for use in learning KDE programming or starting
|
|
It also has example code for use in learning KDE programming or starting
|
|
@@ -49,6 +51,7 @@ a new KDE application.
|
|
* lokalize: computer-aided translation system focusing on productivity and performance
|
|
* lokalize: computer-aided translation system focusing on productivity and performance
|
|
* umbrello: UML modeller and UML diagram tool
|
|
* umbrello: UML modeller and UML diagram tool
|
|
|
|
|
|
|
|
+#'
|
|
%package libs
|
|
%package libs
|
|
Summary: Runtime libraries for %{name}
|
|
Summary: Runtime libraries for %{name}
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -136,17 +139,18 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
|
|
gtk-update-icon-cache %{_datadir}/icons/locolor &> /dev/null ||:
|
|
gtk-update-icon-cache %{_datadir}/icons/locolor &> /dev/null ||:
|
|
gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null ||:
|
|
gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null ||:
|
|
update-desktop-database -q &> /dev/null ||:
|
|
update-desktop-database -q &> /dev/null ||:
|
|
-
|
|
|
|
|
|
+update-mime-database %{_datadir}/mime &> /dev/null || :
|
|
|
|
|
|
%postun
|
|
%postun
|
|
if [ $1 -eq 0 ] ; then
|
|
if [ $1 -eq 0 ] ; then
|
|
- touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
|
|
|
|
- touch --no-create %{_datadir}/icons/locolor &> /dev/null ||:
|
|
|
|
- touch --no-create %{_datadir}/icons/oxygen &> /dev/null ||:
|
|
|
|
- gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
|
|
|
|
- gtk-update-icon-cache %{_datadir}/icons/locolor &> /dev/null ||:
|
|
|
|
- gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null ||:
|
|
|
|
- update-desktop-database -q &> /dev/null ||:
|
|
|
|
|
|
+ touch --no-create %{_datadir}/icons/hicolor &> /dev/null ||:
|
|
|
|
+ touch --no-create %{_datadir}/icons/locolor &> /dev/null ||:
|
|
|
|
+ touch --no-create %{_datadir}/icons/oxygen &> /dev/null ||:
|
|
|
|
+ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
|
|
|
|
+ gtk-update-icon-cache %{_datadir}/icons/locolor &> /dev/null ||:
|
|
|
|
+ gtk-update-icon-cache %{_datadir}/icons/oxygen &> /dev/null ||:
|
|
|
|
+ update-desktop-database -q &> /dev/null ||:
|
|
|
|
+ update-mime-database %{_datadir}/mime &> /dev/null || :
|
|
fi
|
|
fi
|
|
|
|
|
|
%post libs -p /sbin/ldconfig
|
|
%post libs -p /sbin/ldconfig
|
|
@@ -170,6 +174,7 @@ fi
|
|
%{_datadir}/kde4/apps/kabc
|
|
%{_datadir}/kde4/apps/kabc
|
|
%{_datadir}/kde4/apps/katepart
|
|
%{_datadir}/kde4/apps/katepart
|
|
%{_datadir}/kde4/apps/kate
|
|
%{_datadir}/kde4/apps/kate
|
|
|
|
+%{_datadir}/kde4/apps/katexmltools
|
|
%{_datadir}/kde4/apps/kbugbuster
|
|
%{_datadir}/kde4/apps/kbugbuster
|
|
%{_datadir}/kde4/apps/kcachegrind
|
|
%{_datadir}/kde4/apps/kcachegrind
|
|
%{_datadir}/kde4/apps/kconf_update
|
|
%{_datadir}/kde4/apps/kconf_update
|
|
@@ -188,7 +193,7 @@ fi
|
|
%{_datadir}/dbus-1/interfaces/*
|
|
%{_datadir}/dbus-1/interfaces/*
|
|
%{_datadir}/kde4/services/*
|
|
%{_datadir}/kde4/services/*
|
|
%{_datadir}/kde4/servicetypes/*
|
|
%{_datadir}/kde4/servicetypes/*
|
|
-%{_datadir}/mime/packages/kateplugin_katesnippets_tng.xml
|
|
|
|
|
|
+%{_datadir}/mime/packages/ktesnippets.xml
|
|
%{_datadir}/icons/hicolor/*/*/*
|
|
%{_datadir}/icons/hicolor/*/*/*
|
|
%{_datadir}/icons/locolor/*/*/*
|
|
%{_datadir}/icons/locolor/*/*/*
|
|
%{_datadir}/icons/oxygen/*/*/*
|
|
%{_datadir}/icons/oxygen/*/*/*
|
|
@@ -206,7 +211,7 @@ fi
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%{_libdir}/lib*.so.*
|
|
%{_libdir}/lib*.so.*
|
|
# -utils
|
|
# -utils
|
|
-%exclude %{_libdir}/libantlr.so.*
|
|
|
|
|
|
+#exclude %{_libdir}/libantlr.so.*
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
@@ -222,9 +227,13 @@ fi
|
|
%{_bindir}/split2po
|
|
%{_bindir}/split2po
|
|
%{_bindir}/swappo
|
|
%{_bindir}/swappo
|
|
%{_bindir}/xml2pot
|
|
%{_bindir}/xml2pot
|
|
-%{_libdir}/libantlr.so.*
|
|
|
|
|
|
+#{_libdir}/libantlr.so.*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Sep 5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+- added BR: antlr-C++
|
|
|
|
+
|
|
* Tue Jun 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-2
|
|
* Tue Jun 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.3-2
|
|
- added BR: binutils-devel instead of binutils
|
|
- added BR: binutils-devel instead of binutils
|
|
|
|
|