|
@@ -10,7 +10,7 @@ Summary: Eye of GNOME image viewer
|
|
|
Summary(ja): Eye of GNOME 画像ビューワ
|
|
|
Name: eog
|
|
|
Version: 2.32.0
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Release: 2%{?_dist_release}
|
|
|
URL: http://projects.gnome.org/eog/
|
|
|
Group: Applications/Graphics
|
|
|
License: GPL
|
|
@@ -34,6 +34,7 @@ BuildRequires: libffi-devel
|
|
|
BuildRequires: lcms-devel
|
|
|
BuildRequires: gnome-doc-utils >= 0.3.2
|
|
|
BuildRequires: libjpeg-turbo-devel
|
|
|
+BuildRequires: librsvg2-devel
|
|
|
BuildRequires: python-devel, pygobject-devel, pygtk2-devel
|
|
|
BuildRequires: docbook-dtds
|
|
|
|
|
@@ -43,6 +44,20 @@ Eye of GNOME (EOG) is an image viewer component used by Nautilus.
|
|
|
%description -l ja
|
|
|
Eye of GNOME (EOG) は Nautilus が使用する画像ビューワです.
|
|
|
|
|
|
+
|
|
|
+%package devel
|
|
|
+Summary: Development tools for eog applications.
|
|
|
+Summary(ja): eog アプリケーションの開発用ファイル
|
|
|
+Group: Development/Libraries
|
|
|
+Requires: %{name} = %{version}-%{release}
|
|
|
+Requires: pkgconfig
|
|
|
+Requires: gtk2-devel
|
|
|
+Requires: GConf2-devel
|
|
|
+
|
|
|
+%description devel
|
|
|
+Header files and libraries for building a extension library for the eog.
|
|
|
+
|
|
|
+
|
|
|
%prep
|
|
|
%setup -q
|
|
|
|
|
@@ -116,17 +131,27 @@ fi
|
|
|
%{_sysconfdir}/gconf/schemas/*.schemas
|
|
|
%{_libdir}/eog
|
|
|
|
|
|
-# devel files
|
|
|
+%files devel
|
|
|
%{_includedir}/eog-2.20
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
%{_datadir}/gtk-doc/html/eog
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Oct 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-2
|
|
|
+- add BuildRequires: librsvg2-devel
|
|
|
+- add devel sub package again
|
|
|
+
|
|
|
* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
|
|
|
- new upstream release
|
|
|
- remove BuildRequires: libgnomeui-devel
|
|
|
- change BuildRequires: libjpeg-turbo-devel instead of libjpeg-devel
|
|
|
|
|
|
+* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-3
|
|
|
+- add devel sub package
|
|
|
+
|
|
|
+* Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-2
|
|
|
+- rebuild with rpm-4.8.1 for pkg-config file
|
|
|
+
|
|
|
* Sat Jun 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
|
|
|
- new upstream release
|
|
|
|