automatic version update by autodist [release 2.0.0-1mamba;Wed Jan 06 2016]
This commit is contained in:
parent
84f9810b9d
commit
19c2a244ee
@ -1,6 +1,6 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: darktable
|
Name: darktable
|
||||||
Version: 1.6.9
|
Version: 2.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An open source photography workflow application and RAW developer
|
Summary: An open source photography workflow application and RAW developer
|
||||||
Group: Graphical Desktop/Applications/Graphics
|
Group: Graphical Desktop/Applications/Graphics
|
||||||
@ -13,6 +13,9 @@ Patch0: darktable-1.0-librsvg-2.36.4.patch
|
|||||||
Patch1: darktable-1.4.2-build-fixes-x86.patch
|
Patch1: darktable-1.4.2-build-fixes-x86.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: GraphicsMagick-devel
|
||||||
|
BuildRequires: colord-gtk-devel
|
||||||
|
BuildRequires: ghostscript-devel
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libGL-devel
|
BuildRequires: libGL-devel
|
||||||
BuildRequires: libGLU-devel
|
BuildRequires: libGLU-devel
|
||||||
@ -21,19 +24,20 @@ BuildRequires: libSDL-devel
|
|||||||
BuildRequires: libSM-devel
|
BuildRequires: libSM-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
|
BuildRequires: libXrandr-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libatk-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libcolord-devel
|
BuildRequires: libcolord-devel
|
||||||
|
BuildRequires: libcups-devel
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: libexiv2-devel
|
BuildRequires: libexiv2-devel
|
||||||
BuildRequires: libflickcurl-devel
|
BuildRequires: libflickcurl-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgnome-keyring-devel
|
|
||||||
BuildRequires: libgomp-devel
|
BuildRequires: libgomp-devel
|
||||||
BuildRequires: libgphoto2-devel
|
BuildRequires: libgphoto2-devel
|
||||||
BuildRequires: libgtk2-devel
|
BuildRequires: libgtk-devel
|
||||||
BuildRequires: libilmbase-devel
|
BuildRequires: libilmbase-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libjson-glib-devel
|
BuildRequires: libjson-glib-devel
|
||||||
@ -46,6 +50,7 @@ BuildRequires: libpango-devel
|
|||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libreadline-devel
|
BuildRequires: libreadline-devel
|
||||||
BuildRequires: librsvg-devel
|
BuildRequires: librsvg-devel
|
||||||
|
BuildRequires: libsecret-devel
|
||||||
BuildRequires: libsoup-devel
|
BuildRequires: libsoup-devel
|
||||||
BuildRequires: libsqlite-devel
|
BuildRequires: libsqlite-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
@ -54,6 +59,7 @@ BuildRequires: libwebp-devel
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: pugixml-devel
|
||||||
BuildRequires: libgphoto2-devel >= 1:2.5
|
BuildRequires: libgphoto2-devel >= 1:2.5
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -105,14 +111,21 @@ rm -f %{buildroot}%{_defaultdocdir}/darktable/{AUTHORS,LICENSE,README,TRANSLATOR
|
|||||||
%dir %{_datadir}/darktable
|
%dir %{_datadir}/darktable
|
||||||
%{_datadir}/darktable/*
|
%{_datadir}/darktable/*
|
||||||
%{_datadir}/icons/hicolor/*/apps/darktable.png
|
%{_datadir}/icons/hicolor/*/apps/darktable.png
|
||||||
%{_datadir}/icons/hicolor/*/apps/darktable.svg
|
%{_datadir}/icons/hicolor/*/apps/darktable*.svg
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/darktable*.svg
|
#%{_datadir}/icons/hicolor/scalable/apps/darktable*.svg
|
||||||
%dir %{_docdir}/darktable
|
%dir %{_docdir}/darktable
|
||||||
%{_docdir}/darktable/darktablerc.html
|
%{_docdir}/darktable/darktablerc.html
|
||||||
|
%{_mandir}/man1/darktable-cltest.1.gz
|
||||||
|
%{_mandir}/man1/darktable-cmstest.1.gz
|
||||||
|
%{_mandir}/man1/darktable-generate-cache.1.gz
|
||||||
|
%{_mandir}/man1/darktable-viewer.1.gz
|
||||||
%{_mandir}/man1/darktable.1*
|
%{_mandir}/man1/darktable.1*
|
||||||
%{_mandir}/man1/darktable-cli.1*
|
%{_mandir}/man1/darktable-cli.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 06 2016 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Oct 20 2015 Automatic Build System <autodist@mambasoft.it> 1.6.9-1mamba
|
* Tue Oct 20 2015 Automatic Build System <autodist@mambasoft.it> 1.6.9-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user