Browse Source

update: exiv2, libgexiv2. fotoxx, printoxx, gthumb, gnome-commander, strigi, shotwell, ufraw

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4663 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 12 years ago
parent
commit
26acc29c6c

+ 141 - 0
P/PyKDE4/PyKDE4-vl.spec

@@ -0,0 +1,141 @@
+%define pykde4_akonadi 1
+%define pyqt4_version_min 4.8.2
+%define sip_version_min 4.12
+
+%global python_ver %(%{__python} -c "import sys ; print sys.version[:3]")
+%global pyqt4_version %(%{__python} -c 'import PyQt4.pyqtconfig; print(PyQt4.pyqtconfig._pkg_config["pyqt_version_str"])' 2> /dev/null || echo %{pyqt4_version_min})
+
+Name: PyKDE4 
+Summary: Python bindings for KDE4 
+Summary(ja): KDE4 の Python バインディング
+Version: 4.7.0
+Release: 2%{?_dist_release}
+
+# http://techbase.kde.org/Policies/Licensing_Policy
+License: LGPLv2+
+Group: Development/Languages
+URL: http://developer.kde.org/language-bindings/
+
+Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/pykde4-%{version}.tar.bz2
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+BuildRequires:  akonadi-devel
+BuildRequires:  kdebase-workspace-devel >= %{version}
+BuildRequires:  okular-devel >= %{version}
+BuildRequires:  kdelibs4-devel >= %{version}
+BuildRequires:  kdepimlibs-devel >= %{version}
+BuildRequires:  kate-devel >= %{version}
+BuildRequires:  python-devel
+BuildRequires:  PyQt4-devel >= %{pyqt4_version_min}
+BuildRequires:  sip-devel >= %{sip_version_min}
+BuildRequires:  qscintilla-devel >= 2.4
+BuildRequires:  qimageblitz-devel
+BuildRequires:  shared-desktop-ontologies-devel
+BuildRequires:  soprano-devel
+
+Requires: kdelibs4 >= %{version}
+Requires: PyQt4 >= %{pyqt4_version}
+
+%description
+%{summary}.
+
+%package akonadi
+Summary: Akonadi runtime support for PyKDE4 
+Summary: PyKDE4 の Akonadi ランタイムサポート
+Group: Development/Languages 
+Requires: %{name} = %{version}-%{release}
+Requires: kdepimlibs-akonadi >= %{version} 
+
+%description akonadi 
+%{summary}.
+
+%package devel
+Summary:  Files needed to build PyKDE4-based applications
+Summary(ja): PyKDE4 ベースのアプリケーション開発に必要なファイル
+Group:    Development/Libraries
+Requires: PyQt4-devel
+Requires: %{name} = %{version}-%{release}
+Requires: %{name}-akonadi = %{version}-%{release}
+
+%description devel
+%{summary}.
+
+
+%prep
+%setup -q -n pykde4-%{version}
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+unset QTDIR || : ; . /etc/profile.d/qt4.sh
+%cmake \
+    -DCMAKE_BUILD_TYPE=release \
+    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
+    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
+    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
+    -DLIB_INSTALL_DIR:PATH=%{_libdir} \
+    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
+    -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
+    -DPYTHON_LIBRARY=%{_libdir}/libpython%{python_ver}.so.1.0 \
+    -DPYTHON_LIBRARIES=%{_libdir}/libpython%{python_ver}.so.1.0 \
+    -DPYTHON_INCLUDE_PATH=%{_includedir}/python%{python_ver} \
+    ..
+popd
+  
+make %{?_smp_mflags} -C %{_target_platform} 
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
+
+# HACK: fix multilib conflict, similar to PyQt4's http://bugzilla.redhat.com/509415
+rm -fv $RPM_BUILD_ROOT%{_bindir}/pykdeuic4
+mv $RPM_BUILD_ROOT%{python_sitearch}/PyQt4/uic/pykdeuic4.py \
+   $RPM_BUILD_ROOT%{_bindir}/pykdeuic4
+ln -s %{_bindir}/pykdeuic4 \
+      $RPM_BUILD_ROOT%{python_sitearch}/PyQt4/uic/pykdeuic4.py
+
+# install pykde4 examples under correct dir
+mkdir -p $RPM_BUILD_ROOT%{_docdir}
+rm -fv $RPM_BUILD_ROOT%{_datadir}/kde4/apps/pykde4/examples/*.py?
+mv $RPM_BUILD_ROOT%{_datadir}/kde4/apps/pykde4 $RPM_BUILD_ROOT%{_docdir}/
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files 
+%defattr(-,root,root,-)
+%{python_sitearch}/PyKDE4/
+%exclude %{python_sitearch}/PyKDE4/akonadi.so
+%{python_sitearch}/PyQt4/uic/widget-plugins/kde4.py*
+%dir %{_docdir}/pykde4
+%{_libdir}/kde4/kpythonpluginfactory.so
+
+%files akonadi
+%defattr(-,root,root,-)
+%{python_sitearch}/PyKDE4/akonadi.so
+
+%files devel
+%defattr(-,root,root,-)
+%{_bindir}/pykdeuic4
+%{python_sitearch}/PyQt4/uic/pykdeuic4.py*
+%{_datadir}/sip/PyKDE4/
+%{_docdir}/pykde4/examples/
+
+%changelog
+* Tue Aug  2 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.7.0-2
+- Initial build for Vine Linux
+
+* Tue Jul 26 2011 Jaroslav Reznik <jreznik@redhat.com> 4.7.0-1
+- 4.7.0
+
+* Fri Jul 08 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.95-1
+- 4.6.95
+
+* Thu Jul 07 2011 Rex Dieter <rdieter@fedoraproject.org> 4.6.90-1
+- first try
+

+ 8 - 4
e/exiv2/exiv2-vl.spec

@@ -1,17 +1,17 @@
 Name: exiv2
 Summary: Exif and IPTC metadata manipulation library
 Summary(ja): Exif, IPTC メタデータ操作ライブラリ
-Version: 0.19
-Release: 2%{?_dist_release}
+Version: 0.21.1
+Release: 1%{?_dist_release}
 
 Group: System Environment/Libraries
-License: GPL
+License: GPLv2
 URL: http://www.exiv2.org/
 
 Source0: %{name}-%{version}.tar.gz
 Patch1: exiv2-0.18-deps.patch
 Patch2: exiv2-0.16-gcc43.patch
-Patch3: exiv2-0.19-visibility.patch
+Patch3: exiv2-0.21.1-visibility.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: expat-devel
@@ -126,6 +126,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jul 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.21.1-1
+- new upstream release
+- updated Patch3
+
 * Sun Sep 26 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.19-2
 - rebuilt with rpm-4.8.1 for pkg-config
 

+ 20 - 16
f/fotoxx/fotoxx-vl.spec

@@ -2,24 +2,29 @@ Summary:	Digital Photo editor
 Summary(ja):	デジタル写真編集ソフトウェア
 
 Name:		fotoxx
-Version:	6.0
+Version:	10.11.1
 Release:	1%{?_dist_release}
 
 Group:		Applications/Multimedia
 License:	GPLv2
 URL:		http://kornelix.squarespace.com/%{name}
+
 Source0:	http://kornelix.squarespace.com/storage/downloads/%{name}-%{version}.tar.gz
 Source1:	%{name}.desktop
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
-BuildRequires:	gtk2-devel
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:	desktop-file-utils
 BuildRequires:  freeimage-devel
-Requires:	exiv2
-Requires:	printoxx
+BuildRequires:	gtk2-devel
+BuildRequires:  libtiff-devel
+BuildRequires:	perl-Image-ExifTool 
+BuildRequires:  ufraw
+BuildRequires:  xdg-utils
 
-Patch0:		fotoxx-5.8.constchar.patch
-Patch1:         fotoxx-dynamically-link.patch
+Requires:	perl-Image-ExifTool
+Requires:	printoxx
+Requires:	ufraw
+Requires:	xdg-utils
 
 %description
 Fotoxx is a free open source Linux program for editing image files
@@ -27,13 +32,7 @@ from a digital camera. The goal of fotoxx is to meet most image editing
 needs while remaining easy to use.
 
 %prep
-%setup -q -n %{name}
-rm libfreeimage.a
-%patch0 -p1 -b .constchar
-%patch1 -p1 -b .dynamic
-
-# To use our CFLAGS (exported)
-sed -i -e "s/CFLAGS =/CFLAGS +=/" Makefile
+%setup -q 
 
 %build
 CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; 
@@ -42,8 +41,8 @@ make %{?_smp_mflags} PREFIX=%{_prefix} DOCDIR=%{_docdir}/%{name}-%{version}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} DOCDIR=%{_docdir}/%{name}-%{version}
-install -Dm 644 -p data/icons/%{name}.png  $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png
+make install manpage DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} DOCDIR=%{_docdir}/%{name}-%{version}
+install -Dm 644 -p icons/%{name}.png  $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png
 desktop-file-install --vendor="" \
   --mode 644 \
   --remove-category="Application" \
@@ -64,8 +63,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}/locales/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
+%{_mandir}/man1/*
 
 %changelog
+* Sun Jul 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 10.11.1-1
+- updated to 10.11.1
+- built with new toolchains
+
 * Thu Jun 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0-1
 - initial build for Vine Linux
 

+ 8 - 3
g/geeqie/geeqie-vl.spec

@@ -2,14 +2,16 @@ Summary: Geeqie Image Viewer
 Summary(ja): Geeqie 画像ビューア
 Name: geeqie
 Version: 1.0
-Release: 4%{?_dist_release}
-License: GPL2
+Release: 5%{?_dist_release}
+
+License: GPLv2
 Group: Applications/Multimedia
 URL: http://geeqie.sourceforge.net/
+
 Source: %{name}-%{version}.tar.gz
 Source1: %{name}-1.0-2.1-ja.po
-Buildroot: %{_tmppath}/%{name}-%{version}-root
 
+Buildroot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: gtk2-devel >= 2.16.0
 BuildRequires: lcms-devel >= 1.14
 BuildRequires: exiv2-devel >= 0.18.1
@@ -51,6 +53,9 @@ mv $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} installed-doc
 
 
 %changelog
+* Sun Jul 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-5
+- rebuilt with exiv2-0.21.1
+
 * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 1.0-4
 - rebuilt with rpm-4.8.1-3
 

+ 6 - 1
g/gnome-commander/gnome-commander-vl.spec

@@ -9,7 +9,7 @@ Summary:       A nice and fast file manager for the GNOME desktop
 Summary(pl):   Menadżer plików dla GNOME oparty o Norton Commander'a (TM)
 Summary(sv):   GNOME Commander är en snabb och smidig filhanderare för GNOME
 Version:       1.2.8.11
-Release:       1%{?_dist_release}
+Release:       2%{?_dist_release}
 
 Group:         User Interface/Desktops
 License:       GPLv2+
@@ -32,6 +32,7 @@ BuildRequires: libgnomeui-devel >= 2.4.0
 BuildRequires: gnome-doc-utils >= 0.3.2
 BuildRequires: perl(XML::Parser)
 BuildRequires: libSM-devel
+BuildRequires: fontconfig-devel
 
 Requires:      glib2 >= 2.6.0
 Requires:      gtk2 >= 2.8.0
@@ -117,6 +118,10 @@ scrollkeeper-update -q || :
 %{_datadir}/pixmaps/%{name}/
 
 %changelog
+* Sun Aug  7 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.8.11-2
+- rebuilt with exiv2-0.21.1
+- added BR: fontconfig-devel
+
 * Sat May 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8.11-1
 - new upstream release
 - change Group: User Interface/Desktops instead of Applications/File

+ 13 - 24
g/gthumb/gthumb-vl.spec

@@ -1,4 +1,4 @@
-%define gtk2_version 2.24.0
+%define gtk2_version 2.22.1
 %define glib2_version 2.26.1
 %define libxml_version 2.7.7
 %define libbonobo_version 2.32.0
@@ -11,16 +11,16 @@
 Summary: Image viewer, editor, organizer
 Summary(ja): 画像閲覧、編集、管理ツール
 Name: gthumb
-Version: 2.13.2
-Release: 1%{?_dist_release}
-URL: http://gthumb.sourceforge.net/
-Source0: http://ftp.gnome.org/pub/gnome/sources/%{name}/2.13/%{name}-%{version}.tar.xz
+Version: 2.12.3
+Release: 2%{?_dist_release}
+
 License: GPL
 Group: Applications/Multimedia
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
+URL: http://gthumb.sourceforge.net/
 
-Patch0:		gthumb-2.13.2-configure.patch
+Source0: http://ftp.gnome.org/pub/gnome/sources/%{name}/2.12/%{name}-%{version}.tar.bz2
 
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: gtk2-devel >= %{gtk2_version}
 BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: libxml2-devel >= %{libxml_version}
@@ -38,10 +38,7 @@ BuildRequires: libgnome-keyring-devel
 BuildRequires: brasero-devel
 BuildRequires: libsoup-devel
 BuildRequires: gstreamer-devel >= %{gstreamer_version}
-BuildRequires: gstreamer-plugins-base-devel >= %{gstreamer_version}
-BuildRequires: bison
-BuildRequires: flex
-BuildRequires: gnome-common
+#BuildRequires: automake17, autoconf, libtool
 
 Requires(post):   scrollkeeper, GConf2
 #Requires(post):   desktop-file-utils >= %{desktop_file_utils_version}
@@ -49,9 +46,6 @@ Requires(preun):  GConf2
 Requires(postun): scrollkeeper
 #Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
 
-Vendor: Project Vine
-Distribution: Vine Linux
-
 %description
 gthumb is an application for viewing, editing, and organizing 
 collections of images.
@@ -72,13 +66,10 @@ Header files and libraries for building a extension library for the gthumb.
 
 %prep
 %setup -q
-%patch0 -p1 -b .config
 
 %build
-autoreconf -if
-%configure --disable-scrollkeeper --disable-schemas-install 
-
-make %{?_smp_mflags}
+%configure --disable-scrollkeeper --disable-schemas-install
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -139,13 +130,11 @@ update-desktop-database -q ||:
 %defattr(-,root,root)
 %{_includedir}/gthumb-2.12/*
 %{_libdir}/pkgconfig/gthumb-2.12.pc
-
+%{_datadir}/aclocal/gthumb.m4
 
 %changelog
-* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.ro.jp> 2.13.2-1
-- new upstream release
-- add BuildRequires: gstreamer-plugins-base-devel, bison, flex, gnome-common
-- add Patch0 (gthumb-2.13.2-configure.patch)
+* Sun Jul 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.3-2
+- rebuilt with exiv2-0.21.1
 
 * Fri Apr 29 2011 Yoji TOYODA <bsyamato@sea.plala.ro.jp> 2.12.3-1
 - new upstream release

+ 13 - 2
lib/libg/libgexiv2/libgexiv2-vl.spec

@@ -1,13 +1,18 @@
 Name:           libgexiv2
-Version:        0.2.2
-Release:        1%{?_dist_release}
 Summary:        Gexiv2 is a GObject-based wrapper around the Exiv2 library
 Summary(ja):    Exiv2 ライブラリの GObject ベースのラッパー
+Version:        0.2.2
+Release:        2%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        GPLv2
 URL:            http://trac.yorba.org/wiki/gexiv2
+
 Source0:        http://yorba.org/download/gexiv2/0.0/unstable/%{name}-%{version}.tar.bz2
+## upstream patches
+# see http://trac.yorba.org/ticket/2899
+Patch100: http://trac.yorba.org/raw-attachment/ticket/2899/gexiv2-0.2.1-exiv2-0.21.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires:  exiv2-devel >= 0.19
@@ -40,6 +45,8 @@ developing applications that use %{name}.
 %prep
 %setup -q
 
+%patch100 -p1 -b .exiv2_0_21
+
 %build
 ## configure fails with the error:
 ## configure: Invalid argument --program-prefix=
@@ -78,6 +85,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jul 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.2-2
+- rebuilt with exiv2-0.21.1
+- added Patch100
+
 * Sun Jan 9 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.2-1
 - new upstream release
 

+ 11 - 12
p/printoxx/printoxx-vl.spec

@@ -2,23 +2,21 @@ Summary:	Print image files
 Summary(ja):	画像ファイル印刷ソフトウエア
 
 Name:		printoxx
-Version:	1.8.1
+Version:	2.8.1
 Release:	1%{?_dist_release}
 
 Group:		Applications/Multimedia
 License:	GPLv2
 URL:		http://kornelix.squarespace.com/%{name}/
+
 Source0:	http://kornelix.squarespace.com/storage/downloads/%{name}-%{version}.tar.gz
 Source1:	%{name}.desktop
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:	gtk2-devel
 BuildRequires:	desktop-file-utils
 Requires:	cups
 
-# Bugtracker not found. Patch e-mailed to maintainer.
-Patch0:		printoxx-1.8.1.constchar.patch
-
 %description
 Printoxx is a free open source Linux program for printing one or more image
 files with a user-defined page layout. Images can be added to a layout page
@@ -27,14 +25,11 @@ using the mouse. Adding text (titles, notes) works the same way.
 Any available font can be used. 
 
 %prep
-%setup -q -n %{name}
-
-%patch0 -p1 -b .constchar
+%setup -q
 
 # To use our CFLAGS (exported)
 sed -i -e "s/CFLAGS =/CFLAGS +=/" Makefile
 
-
 %build
 CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ;
 make %{?_smp_mflags} PREFIX=%{_prefix} DOCDIR=%{_docdir}/%{name}-%{version}
@@ -42,8 +37,8 @@ make %{?_smp_mflags} PREFIX=%{_prefix} DOCDIR=%{_docdir}/%{name}-%{version}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} DOCDIR=%{_docdir}/%{name}-%{version}
-install -Dm 644 -p data/icons/%{name}.png  $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png
+make install manpage DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} DOCDIR=%{_docdir}/%{name}-%{version}
+install -Dm 644 -p icons/%{name}.png  $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png
 desktop-file-install --vendor="" \
   --mode 644 \
   --remove-category="Application" \
@@ -60,13 +55,17 @@ rm -rf $RPM_BUILD_ROOT
 %doc doc/*
 %dir %{_datadir}/%{name}
 %{_bindir}/%{name}
-%{_datadir}/%{name}/%{name}.xtext
 %{_datadir}/%{name}/icons/
 %{_datadir}/%{name}/locales/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
+%{_mandir}/man1/*
 
 %changelog
+* Sun Jul 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.1-1
+- updated to 2.8.1
+- built with new toolchains
+
 * Thu Jun 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.1-1
 - initial build for Vine Linux
 

+ 4 - 1
s/shotwell/shotwell-vl.spec

@@ -1,6 +1,6 @@
 Name:           shotwell
 Version:        0.10.1
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        A photo manager for the GNOME desktop
 Summary(ja):    GNOME デスクトップ向けの写真管理ツール
 
@@ -139,6 +139,9 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sat Aug 27 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.10.1-2
+- rebuilt with libgexiv2-0.2.2-2
+
 * Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.1-1
 - new upstream release
 

+ 4 - 1
s/strigi/strigi-vl.spec

@@ -2,7 +2,7 @@ Name:		strigi
 Summary:	A desktop search program for KDE
 Summary(ja):	KDE 用のデスクトップ検索プログラム
 Version:	0.7.2
-Release:	4%{?_dist_release}
+Release:	5%{?_dist_release}
 
 Group:		Applications/Productivity
 License:	LGPL
@@ -129,6 +129,9 @@ rm -rf %{buildroot}
 %{_includedir}/strigi
 
 %changelog
+* Sun Jul 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.7.2-5
+- rebuilt with exiv2-0.21.1
+
 * Thu Sep 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.7.2-4
 - rebuilt with rpm-4.8.1
 - added Japanese summaries

+ 19 - 6
u/ufraw/ufraw-vl.spec

@@ -1,19 +1,27 @@
 Summary:	Utility for digital camera raw images
 Summary(ja): 	デジタルカメラの raw イメージ用ユーティリティ
 Name:		ufraw
-Version:	0.17
+Version:	0.18
 Release: 	1%{?_dist_release}
-Source0:	%{name}-%{version}.tar.gz
+
 License:	GPL
 Group:		Applications/Graphics
 URL:		http://ufraw.sourceforge.net/
 
+Source0:	%{name}-%{version}.tar.gz
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
-BuildRequires:	gtk2-devel >= 2.6, gimp-devel
-BuildRequires:	libexif-devel, exiv2-devel
-BuildRequires:	libjpeg-devel, libpng-devel
-BuildRequires:	zlib-devel, lcms-devel
+BuildRequires:  cfitsio-devel
+BuildRequires:  exiv2-devel
+BuildRequires:  gimp-devel
+BuildRequires:	gtk2-devel >= 2.6
 BuildRequires:  gtkimageview-devel >= 1.3.0
+BuildRequires:	lcms-devel
+BuildRequires:	libexif-devel
+BuildRequires:	libjpeg-devel
+BuildRequires:  libpng-devel
+BuildRequires:	libtiff-devel
+BuildRequires:	zlib-devel
 Requires(post): GConf2, shared-mime-info, desktop-file-utils
 Requires(postun): shared-mime-info, desktop-file-utils
 Requires(pre): GConf2
@@ -128,6 +136,11 @@ update-desktop-database %{_datadir}/applications >& /dev/null ||:
 %{_libdir}/gimp/2.0/plug-ins/ufraw-gimp
 
 %changelog
+* Sun Jul 31 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.18-1
+- new upstream release
+- built with exiv2-0.21.1
+- added BR: cfitsio-devel, libtiff-devel
+
 * Wed May  5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.17-1
 - new upstream release
 - built with exiv2-0.19