%global driver aagcloudwatcher Name: indi-%{driver} Version: 1.3.1 Release: 1%{?dist} Summary: INDI driver for the AAG Cloud Watcher License: GPLv3+ 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-aagcloudwatcher-generate-tarball.sh 1.3.1 Source0: %{name}-%{version}.tar.xz Source1: %{name}-generate-tarball.sh BuildRequires: cmake BuildRequires: libindi-devel BuildRequires: libindi-static %description INDI driver for the AAG Cloud Watcher %prep %setup -q -n %{name}-%{version}.svn%{revision} %build %cmake make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} %files %doc LICENSE.txt README.txt %{_bindir}/indi_%{driver} %{_bindir}/%{driver}_test %{_datadir}/indi/indi_%{driver}.xml %{_datadir}/indi/indi_%{driver}_sk.xml %changelog * Thu Dec 15 2016 Christian Dersch - 1.3.1-1 - new version * Tue Feb 02 2016 Christian Dersch - 1.2.0-2.20160202svn2675 - Rebuild for libindi 1.2.0 * Tue Feb 02 2016 Christian Dersch - 1.2.0-1.20160202svn2675 - new version * 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 * Sat Oct 25 2014 Christian Dersch - 0.9.9-1.20141025svn1784 - initial spec