|
@@ -1,6 +1,6 @@
|
|
|
Name: rawstudio
|
|
|
Version: 2.0
|
|
|
-Release: 1%{?dist}
|
|
|
+Release: 1%{?_dist_release}
|
|
|
Summary: Read, manipulate and convert digital camera raw images
|
|
|
|
|
|
Group: Applications/Multimedia
|
|
@@ -16,12 +16,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
BuildRequires: gtk2-devel, libxml2-devel, GConf2-devel, dbus-devel
|
|
|
BuildRequires: lcms-devel, libjpeg-devel, libtiff-devel, exiv2-devel
|
|
|
-BuildRequires: flickcurl-devel, lensfun-devel, fftw-devel, libcurl-devel
|
|
|
-BuildRequires: sqlite-devel, openssl-devel, gphoto2-devel
|
|
|
+BuildRequires: flickcurl-devel, lensfun-devel, fftw3-devel, curl-devel
|
|
|
+BuildRequires: sqlite3-devel, openssl-devel, gphoto2-devel
|
|
|
BuildRequires: desktop-file-utils
|
|
|
BuildRequires: intltool
|
|
|
BuildRequires: libtool
|
|
|
|
|
|
+Distribution: Vine Linux
|
|
|
+Vendor: Project Vine
|
|
|
+Packager: iwaim
|
|
|
|
|
|
%description
|
|
|
Rawstudio is a highly specialized application for processing RAW images
|
|
@@ -39,6 +42,7 @@ JPEG, PNG or TIF format images from most digital cameras.
|
|
|
%package -n librawstudio-devel
|
|
|
Summary: librawstudio development files
|
|
|
Requires: librawstudio = %{version}-%{release}
|
|
|
+Group: Development/Libraries
|
|
|
|
|
|
%description -n librawstudio-devel
|
|
|
Development files for rawstudio backend library
|
|
@@ -46,6 +50,7 @@ Development files for rawstudio backend library
|
|
|
|
|
|
%package -n librawstudio
|
|
|
Summary: Rawstudio backend library
|
|
|
+Group: System Environment/Libraries
|
|
|
|
|
|
%description -n librawstudio
|
|
|
Rawstudio backend library
|
|
@@ -110,6 +115,9 @@ update-desktop-database &> /dev/null ||:
|
|
|
%{_libdir}/pkgconfig/rawstudio-2.0.pc
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Sep 4 2011 IWAI, Masaharu <iwai@alib.jp> 2.0-1
|
|
|
+- build for Vine Linux: based Fedora 2.0-1
|
|
|
+
|
|
|
* Fri Apr 8 2011 Gianluca Sforna <giallu@gmail.com> - 2.0-1
|
|
|
- Update to final release
|
|
|
- remove upstreamed patch
|