|
@@ -2,8 +2,8 @@ Summary: GNOME Structured File library
|
|
Summary(ja): GNOME 構造化ファイルライブラリ
|
|
Summary(ja): GNOME 構造化ファイルライブラリ
|
|
|
|
|
|
Name: libgsf
|
|
Name: libgsf
|
|
-Version: 1.14.22
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Version: 1.14.23
|
|
|
|
+Release: 1%{?_dist_release}
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: GPL
|
|
License: GPL
|
|
|
|
|
|
@@ -12,9 +12,9 @@ URL: http://ftp.gnome.org/pub/gnome/sources/libgsf/
|
|
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: glib2-devel >= 2.26.0
|
|
BuildRequires: glib2-devel >= 2.26.0
|
|
-BuildRequires: libxml2-devel >= 2.7.7
|
|
|
|
-BuildRequires: gnome-vfs2-devel >= 2.24.4
|
|
|
|
-BuildRequires: libbonobo-devel >= 2.32.0
|
|
|
|
|
|
+BuildRequires: libxml2-devel >= 2.4.16
|
|
|
|
+BuildRequires: gobject-introspection-devel
|
|
|
|
+BuildRequires: gdk-pixbuf2-devel
|
|
BuildRequires: bzip2-devel
|
|
BuildRequires: bzip2-devel
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: python-devel
|
|
BuildRequires: python-devel
|
|
@@ -35,11 +35,9 @@ A library for reading and writing structured files (eg MS OLE and Zip)
|
|
Summary: Support files necessary to compile applications with libgsf.
|
|
Summary: Support files necessary to compile applications with libgsf.
|
|
Summary(ja): libgsf を使ったソフトのコンパイルに必要なファイル
|
|
Summary(ja): libgsf を使ったソフトのコンパイルに必要なファイル
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
-Requires: libgsf = %{version}-%{release}
|
|
|
|
|
|
+Requires: %{name} = %{version}-%{release}
|
|
Requires: glib2-devel >= 2.26.0
|
|
Requires: glib2-devel >= 2.26.0
|
|
-Requires: libxml2-devel >= 2.7.7
|
|
|
|
-Requires: gnome-vfs2-devel >= 2.24.4
|
|
|
|
-Requires: libbonobo-devel >= 2.32.0
|
|
|
|
|
|
+Requires: libxml2-devel >= 2.4.16
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
Libraries, headers, and support files necessary to compile applications
|
|
Libraries, headers, and support files necessary to compile applications
|
|
@@ -53,7 +51,7 @@ libgsf を使ったアプリケーションのコンパイルに必要なライ
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --disable-static --disable-schemas-install
|
|
|
|
|
|
+%configure --disable-static --disable-schemas-install --with-python
|
|
make
|
|
make
|
|
|
|
|
|
%install
|
|
%install
|
|
@@ -80,6 +78,7 @@ if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi
|
|
%attr(755, root, root) %{_bindir}/gsf-office-thumbnailer
|
|
%attr(755, root, root) %{_bindir}/gsf-office-thumbnailer
|
|
%attr(755, root, root) %{_bindir}/gsf-vba-dump
|
|
%attr(755, root, root) %{_bindir}/gsf-vba-dump
|
|
%{_libdir}/lib*.so.*
|
|
%{_libdir}/lib*.so.*
|
|
|
|
+%{_libdir}/girepository-1.0/Gsf-1.typelib
|
|
%{python_sitelib}/gsf/*.py*
|
|
%{python_sitelib}/gsf/*.py*
|
|
%{python_sitearch}/gsf/_gsfmodule.so
|
|
%{python_sitearch}/gsf/_gsfmodule.so
|
|
%{_datadir}/thumbnailers/gsf-office.thumbnailer
|
|
%{_datadir}/thumbnailers/gsf-office.thumbnailer
|
|
@@ -90,9 +89,14 @@ if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi
|
|
%{_libdir}/lib*.so
|
|
%{_libdir}/lib*.so
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%{_includedir}/libgsf-1
|
|
%{_includedir}/libgsf-1
|
|
|
|
+%{_datadir}/gir-1.0/Gsf-1.gir
|
|
%{_datadir}/gtk-doc/html/gsf
|
|
%{_datadir}/gtk-doc/html/gsf
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Apr 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.23-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add BuildRequires: gobject-introspection-devel, gdk-pixbuf2-devel
|
|
|
|
+
|
|
* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.22-2
|
|
* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.22-2
|
|
- rebuild with python-2.7.2
|
|
- rebuild with python-2.7.2
|
|
|
|
|