|
@@ -2,7 +2,7 @@ Summary: KDE Photo Album
|
|
|
Summary(ja): KDE フォトアルバム
|
|
|
Name: kphotoalbum
|
|
|
Version: 4.1.1
|
|
|
-Release: 4%{?_dist_release}
|
|
|
+Release: 5%{?_dist_release}
|
|
|
|
|
|
License: GPLv2+
|
|
|
Group: Applications/Multimedia
|
|
@@ -19,19 +19,17 @@ BuildRequires: desktop-file-utils
|
|
|
BuildRequires: exiv2-devel
|
|
|
BuildRequires: gettext
|
|
|
# marble integration
|
|
|
-%define marble_version 4.3.0
|
|
|
-BuildRequires: kdeedu4-devel >= %{marble_version}
|
|
|
BuildRequires: kdelibs4-devel
|
|
|
-BuildRequires: kdegraphics4-devel >= 4.3.0
|
|
|
-#BuildRequires: libkdcraw-devel >= 0.4.0
|
|
|
-#BuildRequires: libkexiv2-devel >= 0.5.0
|
|
|
-#BuildRequires: libkipi-devel >= 0.3.0
|
|
|
+#BuildRequires: kdegraphics4-devel >= 4.3.0
|
|
|
+BuildRequires: libkdcraw-devel
|
|
|
+BuildRequires: libkexiv2-devel
|
|
|
+BuildRequires: libkipi-devel
|
|
|
+#BuildRequires: kdeedu4-devel
|
|
|
+BuildRequires: marble-devel
|
|
|
BuildRequires: soprano-devel
|
|
|
|
|
|
-%global kde4_version %((kde4-config --version 2>/dev/null || echo "KDE 4.2.0") | grep ^KDE | cut -d' ' -f2)
|
|
|
-
|
|
|
-Requires: kdelibs4 >= %{kde4_version}
|
|
|
-Requires: kdeedu4-marble >= %{marble_version}
|
|
|
+Requires: kdelibs4
|
|
|
+Requires: marble-libs
|
|
|
|
|
|
%description
|
|
|
A photo album tool. Focuses on three key points:
|
|
@@ -91,9 +89,9 @@ touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
|
|
%postun
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
- update-desktop-database -q &> /dev/null
|
|
|
- touch --no-create %{_datadir}/icons/hicolor &> /dev/null
|
|
|
- gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
+ update-desktop-database -q &> /dev/null
|
|
|
+ touch --no-create %{_datadir}/icons/hicolor &> /dev/null
|
|
|
+ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
fi
|
|
|
|
|
|
%posttrans
|
|
@@ -113,7 +111,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
-* Sat Jan 15 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.1.1-3
|
|
|
+* Sun Sep 18 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.1.1-5
|
|
|
+- rebuilt with exiv2-0.21.1
|
|
|
+- updated BR instead of kdegraphics4-devel, kdeedu4-devel
|
|
|
+
|
|
|
+* Sat Jan 15 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.1.1-4
|
|
|
- added Patch100 and 101 from FC
|
|
|
* Mon May 31 2010 Rex Dieter <rdieter@fedoraproject.org> - 4.1.1-6
|
|
|
- docbook fix (for kde-4.5.x)
|