106 lines
2.8 KiB
RPMSpec
106 lines
2.8 KiB
RPMSpec
|
# norootforbuild
|
||
|
|
||
|
Name: darktable
|
||
|
Version: 0.9.1
|
||
|
Release: 0
|
||
|
License: GPLv3+
|
||
|
Group: Productivity/Graphics/Viewers
|
||
|
Url: http://darktable.sourceforge.net
|
||
|
Source0: %{name}-%{version}.tar.bz2
|
||
|
# PATCH-FIX-UPSTREAM 0001-Remove-dependancy-on-git.patch
|
||
|
# Tobias Ellinghaus # <houz@gmx.de>
|
||
|
# Backported from git fixing accelstrings_gen.h
|
||
|
Patch0: 0001-Remove-dependancy-on-git.patch
|
||
|
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||
|
BuildRequires: cmake
|
||
|
BuildRequires: gcc-c++
|
||
|
BuildRequires: gconf2-devel
|
||
|
BuildRequires: gnome-keyring-devel
|
||
|
BuildRequires: gtk2-devel
|
||
|
BuildRequires: intltool
|
||
|
BuildRequires: lensfun-devel
|
||
|
BuildRequires: libcurl-devel
|
||
|
BuildRequires: libexiv2-devel
|
||
|
BuildRequires: libflickcurl-devel
|
||
|
BuildRequires: libglade2-devel
|
||
|
BuildRequires: libgphoto2-devel
|
||
|
BuildRequires: libjpeg-devel
|
||
|
BuildRequires: liblcms2-devel
|
||
|
BuildRequires: librsvg-devel
|
||
|
BuildRequires: libtiff-devel
|
||
|
BuildRequires: OpenEXR-devel
|
||
|
BuildRequires: pkg-config
|
||
|
BuildRequires: sqlite3-devel
|
||
|
BuildRequires: update-desktop-files
|
||
|
BuildRequires: fdupes
|
||
|
|
||
|
|
||
|
Summary: A virtual Lighttable and Darkroom
|
||
|
%gconf_schemas_requires
|
||
|
|
||
|
%description
|
||
|
darktable is a virtual lighttable and darkroom for photographers: it manages
|
||
|
your digital negatives in a database and lets you view them through a zoomable
|
||
|
lighttable. it also enables you to develop raw images and enhance them.
|
||
|
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
%patch0 -p1
|
||
|
|
||
|
%build
|
||
|
[ ! -d "build" ] && mkdir build
|
||
|
cd build
|
||
|
|
||
|
export CXXFLAGS="%{optflags} -fno-strict-aliasing "
|
||
|
export CFLAGS="$CXXFLAGS"
|
||
|
|
||
|
|
||
|
cmake \
|
||
|
-DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL=%{_lib} \
|
||
|
-DDONT_INSTALL_GCONF_SCHEMAS:BOOLEAN=ON \
|
||
|
-DCMAKE_BUILD_TYPE=Release \
|
||
|
-DBINARY_PACKAGE_BUILD=1 \
|
||
|
-DINSTALL_IOP_EXPERIMENTAL=Off -DINSTALL_IOP_LEGACY=Off ..
|
||
|
%__make %{_smp_mflags} VERBOSE=1
|
||
|
|
||
|
%install
|
||
|
cd build
|
||
|
%make_install
|
||
|
cd ..
|
||
|
%__mkdir_p %{buildroot}%{_sysconfdir}/gconf/schemas
|
||
|
install -m644 data/darktable.schemas %{buildroot}%{_sysconfdir}/gconf/schemas
|
||
|
%suse_update_desktop_file darktable
|
||
|
find %{buildroot}%{_libdir} -name "*.la" -delete
|
||
|
%find_lang darktable
|
||
|
%find_gconf_schemas
|
||
|
cat darktable.schemas_list >> darktable.lang
|
||
|
|
||
|
%__mkdir_p %{buildroot}%{_defaultdocdir}
|
||
|
%__mv %{buildroot}%{_datadir}/doc/darktable %{buildroot}%{_defaultdocdir}
|
||
|
|
||
|
%fdupes %{buildroot}
|
||
|
|
||
|
%clean
|
||
|
test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
|
||
|
|
||
|
%pre -f %{name}.schemas_pre
|
||
|
|
||
|
%preun -f %{name}.schemas_preun
|
||
|
|
||
|
%posttrans -f %{name}.schemas_posttrans
|
||
|
|
||
|
|
||
|
%files -f darktable.lang
|
||
|
%defattr(-,root,root)
|
||
|
%doc doc/AUTHORS doc/TODO doc/LICENSE
|
||
|
%{_bindir}/darktable
|
||
|
%{_bindir}/darktable-cltest
|
||
|
%{_bindir}/darktable-faster
|
||
|
%{_libdir}/darktable
|
||
|
%{_datadir}/applications/darktable.desktop
|
||
|
%{_datadir}/darktable
|
||
|
%{_datadir}/icons/hicolor/*/apps/darktable.*
|
||
|
%{_mandir}/man1/darktable.1.*
|