%global driver gphoto Name: indi-%{driver} Version: 1.3.1 Release: 1%{?dist} Summary: INDI driver providing support for gPhoto License: LGPLv2+ URL: http://indilib.org/ # Upstream provides one big tar including nonfree BLOBs for other drivers. # Thus we have to generate a clean tar by ourself containing only # the free driver to be packaged using # ./indi-gphoto-generate-tarball.sh 1.3.1 Source0: %{name}-%{version}.tar.gz Source1: %{name}-generate-tarball.sh BuildRequires: cfitsio-devel BuildRequires: cmake BuildRequires: dcraw BuildRequires: libgphoto2-devel BuildRequires: libindi-devel BuildRequires: libindi-static BuildRequires: libjpeg-devel BuildRequires: LibRaw-devel BuildRequires: libusb-devel BuildRequires: zlib-devel Requires: dcraw %description INDI driver using gPhoto to add support for many cameras to INDI. This includes many DSLR, e.g. Canon or Nikon. %prep %setup -q -n%{name}-%{version} %build %cmake make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} %files %license COPYING.LIB %doc AUTHORS README %{_bindir}/indi_gphoto_ccd %{_datadir}/indi/indi_gphoto.xml %changelog * Thu Dec 15 2016 Christian Dersch - 1.3.1-1 - new version * Tue Feb 02 2016 Christian Dersch - 1.2.0-1.20160202svn2675 - updated to libindi 1.2.0 tree * Mon Sep 07 2015 Christian Dersch - 1.1.0-1.20150907svn2392 - updated to libindi 1.1.0 tree * Wed Jun 17 2015 Fedora Release Engineering - 1.0.0-3.20150226svn2046 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat May 02 2015 Kalev Lember - 1.0.0-2.20150226svn2046 - Rebuilt for GCC 5 C++11 ABI change * Thu Feb 26 2015 Christian Dersch - 1.0.0-1.20150226svn2046 - updated to libindi 1.0.0 tree * Wed Jan 21 2015 Peter Robinson 0.9.9-5.20141015svn1783 - Rebuild (libgpohoto2) * Sat Oct 25 2014 Christian Dersch - 0.9.9-4.20141015svn1783 - fixed wrong macro usage * Sat Oct 25 2014 Christian Dersch - 0.9.9-3.20141015svn1783 - added patch forcing cmake to honor compiler flags, required for useful debuginfo - removed INSTALL from %doc section * Wed Oct 15 2014 Christian Dersch - 0.9.9-2.20141015svn1783 - small spec fix * Wed Oct 15 2014 Christian Dersch - 0.9.9-1.20141015svn1783 - initial spec