|
@@ -1,6 +1,6 @@
|
|
Name: rawstudio
|
|
Name: rawstudio
|
|
Version: 2.0
|
|
Version: 2.0
|
|
-Release: 3%{?_dist_release}
|
|
|
|
|
|
+Release: 4%{?_dist_release}
|
|
Summary: Read, manipulate and convert digital camera raw images
|
|
Summary: Read, manipulate and convert digital camera raw images
|
|
|
|
|
|
Group: Applications/Multimedia
|
|
Group: Applications/Multimedia
|
|
@@ -19,7 +19,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRequires: gtk2-devel, libxml2-devel, GConf2-devel, dbus-devel
|
|
BuildRequires: gtk2-devel, libxml2-devel, GConf2-devel, dbus-devel
|
|
BuildRequires: lcms-devel, libjpeg-devel, libtiff-devel, exiv2-devel
|
|
BuildRequires: lcms-devel, libjpeg-devel, libtiff-devel, exiv2-devel
|
|
BuildRequires: flickcurl-devel, lensfun-devel, fftw3-devel, curl-devel
|
|
BuildRequires: flickcurl-devel, lensfun-devel, fftw3-devel, curl-devel
|
|
-BuildRequires: sqlite3-devel, openssl-devel, gphoto2-devel
|
|
|
|
|
|
+BuildRequires: sqlite3-devel, openssl-devel, libgphoto2-devel
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: intltool
|
|
BuildRequires: intltool
|
|
BuildRequires: libtool
|
|
BuildRequires: libtool
|
|
@@ -83,7 +83,7 @@ find %{buildroot} -name '*.la' -delete
|
|
# so this has probably to go away in the future
|
|
# so this has probably to go away in the future
|
|
echo "Encoding=UTF-8" >> ${RPM_BUILD_ROOT}%{_datadir}/applications/rawstudio.desktop
|
|
echo "Encoding=UTF-8" >> ${RPM_BUILD_ROOT}%{_datadir}/applications/rawstudio.desktop
|
|
|
|
|
|
-desktop-file-install --vendor fedora \
|
|
|
|
|
|
+desktop-file-install --vendor vine \
|
|
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
|
|
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
|
|
--remove-category Application \
|
|
--remove-category Application \
|
|
--delete-original \
|
|
--delete-original \
|
|
@@ -107,7 +107,7 @@ update-desktop-database &> /dev/null ||:
|
|
%{_datadir}/rawstudio
|
|
%{_datadir}/rawstudio
|
|
%{_datadir}/rawspeed
|
|
%{_datadir}/rawspeed
|
|
%{_datadir}/pixmaps/rawstudio
|
|
%{_datadir}/pixmaps/rawstudio
|
|
-%{_datadir}/applications/fedora-rawstudio.desktop
|
|
|
|
|
|
+%{_datadir}/applications/vine-rawstudio.desktop
|
|
%{_datadir}/icons/rawstudio.png
|
|
%{_datadir}/icons/rawstudio.png
|
|
|
|
|
|
%files -n librawstudio
|
|
%files -n librawstudio
|
|
@@ -119,6 +119,11 @@ update-desktop-database &> /dev/null ||:
|
|
%{_libdir}/pkgconfig/rawstudio-2.0.pc
|
|
%{_libdir}/pkgconfig/rawstudio-2.0.pc
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jan 11 2013 IWAI, Masaharu <iwai@alib.jp> 2.0-4
|
|
|
|
+- build with libgphoto2 2.5.0-1
|
|
|
|
+- update BR: gphoto2-devel -> libgphoto2-devel
|
|
|
|
+- fix vendor in desktop-update-install option: fedora -> vine
|
|
|
|
+
|
|
* Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0-3
|
|
* Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0-3
|
|
- rebuild with exiv2-0.23
|
|
- rebuild with exiv2-0.23
|
|
|
|
|