|
@@ -1,5 +1,5 @@
|
|
|
Name: shotwell
|
|
|
-Version: 0.7.1
|
|
|
+Version: 0.7.2
|
|
|
Release: 1%{?_dist_release}
|
|
|
Summary: A photo organizer for the GNOME desktop
|
|
|
Summary(ja): GNOME デスクトップ向けの画像整理ソフト
|
|
@@ -9,8 +9,9 @@ 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.4/shotwell-%{version}.tar.bz2
|
|
|
+Source0: http://www.yorba.org/download/shotwell/0.7/shotwell-%{version}.tar.bz2
|
|
|
# svn co svn://svn.yorba.org/shotwell/branches/shotwell-0.4, make dist
|
|
|
+Patch0: workaround_desktop.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
@@ -29,7 +30,7 @@ BuildRequires: libgudev1-devel
|
|
|
BuildRequires: libgexiv2-devel >= 0.2.0
|
|
|
BuildRequires: sqlite3-devel
|
|
|
BuildRequires: unique-devel
|
|
|
-BuildRequires: vala-devel
|
|
|
+BuildRequires: vala-devel >= 0.9.5
|
|
|
|
|
|
%description
|
|
|
Shotwell is a new open source photo organizer designed for the GNOME desktop
|
|
@@ -44,9 +45,10 @@ Shotwell は GNOME デスクトップ環境用に設計された新しいオー
|
|
|
|
|
|
%prep
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
+%patch0 -p1
|
|
|
|
|
|
%build
|
|
|
-./configure --prefix=/usr --disable-schemas-install
|
|
|
+./configure --prefix=/usr --disable-schemas-install --assume-pkgs
|
|
|
sed -i -e 's/\\n/\n/g' configure.mk
|
|
|
sed -i -e 's/^CFLAGS=.*$/CFLAGS=%{optflags}/' Makefile
|
|
|
sed -i -e 's|LIB_DIRS=.*$|LIB_DIRS=%{_libdir}|' libraw-config
|
|
@@ -108,6 +110,12 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Sep 14 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.2-1
|
|
|
+- new upstream release
|
|
|
+- changed source URL
|
|
|
+- added Patch0 to work around desktop file comment
|
|
|
+- changed BuildRequires: vala-devel >= 0.9.5
|
|
|
+
|
|
|
* Fri Aug 27 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.7.1-1
|
|
|
- new upstream release
|
|
|
|