|
@@ -1,6 +1,6 @@
|
|
|
Name: shotwell
|
|
|
-Version: 0.7.2
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Version: 0.8.1
|
|
|
+Release: 1%{?_dist_release}
|
|
|
Summary: A photo organizer for the GNOME desktop
|
|
|
Summary(ja): GNOME デスクトップ向けの画像整理ソフト
|
|
|
|
|
@@ -9,7 +9,7 @@ Group: Applications/Graphics
|
|
|
# CC-BY-SA for some of the icons
|
|
|
License: LGPLv2+ and CC-BY-SA
|
|
|
URL: http://www.yorba.org/shotwell/
|
|
|
-Source0: http://www.yorba.org/download/shotwell/0.7/shotwell-%{version}.tar.bz2
|
|
|
+Source0: http://www.yorba.org/download/shotwell/0.8/shotwell-%{version}.tar.bz2
|
|
|
# svn co svn://svn.yorba.org/shotwell/branches/shotwell-0.4, make dist
|
|
|
Patch0: workaround_desktop.patch
|
|
|
|
|
@@ -22,12 +22,16 @@ BuildRequires: dbus-glib-devel
|
|
|
BuildRequires: desktop-file-utils
|
|
|
BuildRequires: gettext
|
|
|
BuildRequires: gtk2-devel
|
|
|
+BuildRequires: gstreamer-devel
|
|
|
BuildRequires: hal-devel
|
|
|
+BuildRequires: json-glib-devel
|
|
|
BuildRequires: libexif-devel
|
|
|
BuildRequires: libgee-devel
|
|
|
BuildRequires: libgphoto2-devel
|
|
|
BuildRequires: libgudev1-devel
|
|
|
BuildRequires: libgexiv2-devel >= 0.2.0
|
|
|
+BuildRequires: libsoup-devel
|
|
|
+BuildRequires: libxml2-devel
|
|
|
BuildRequires: sqlite3-devel
|
|
|
BuildRequires: unique-devel
|
|
|
BuildRequires: vala-devel >= 0.9.5
|
|
@@ -45,7 +49,7 @@ Shotwell は GNOME デスクトップ環境用に設計された新しいオー
|
|
|
|
|
|
%prep
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
-%patch0 -p1
|
|
|
+#%patch0 -p1
|
|
|
|
|
|
%build
|
|
|
./configure --prefix=/usr --disable-schemas-install --assume-pkgs
|
|
@@ -110,6 +114,10 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Jan 12 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.8.1-1
|
|
|
+- new upstream release
|
|
|
+- added BuildRequires: gstreamer-devel, json-glib-devel, libsoup-devel, libxml2-devel
|
|
|
+
|
|
|
* Tue Sep 28 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.2-2
|
|
|
- rebuilt with rpm-4.8.1 for pkg-config
|
|
|
- fixed %%changelog in Tue Sep 14 2010
|