Blame indi-aagcloudwatcher.spec

02730c3
%global driver aagcloudwatcher
02730c3
02730c3
Name:           indi-%{driver}
8a46d0a
Version:        1.3.1
8a46d0a
Release:        1%{?dist}
02730c3
Summary:        INDI driver for the AAG Cloud Watcher
02730c3
02730c3
License:        GPLv3+
02730c3
URL:            http://indilib.org/
8a46d0a
# Upstream provides one big tar including nonfree BLOBs for other drivers.
8a46d0a
# Thus we have to generate a clean tar by ourself containing only
8a46d0a
# the free driver to be packaged using
8a46d0a
# ./indi-aagcloudwatcher-generate-tarball.sh 1.3.1
8a46d0a
Source0:        %{name}-%{version}.tar.xz
9cc5fdf
Source1:        %{name}-generate-tarball.sh
02730c3
02730c3
BuildRequires:  cmake
02730c3
BuildRequires:  libindi-devel
02730c3
BuildRequires:  libindi-static
02730c3
02730c3
02730c3
%description
02730c3
INDI driver for the AAG Cloud Watcher
02730c3
02730c3
02730c3
%prep
9cc5fdf
%setup -q -n %{name}-%{version}.svn%{revision}
02730c3
02730c3
%build
02730c3
%cmake
02730c3
make %{?_smp_mflags}
02730c3
02730c3
02730c3
%install
02730c3
make install DESTDIR=%{buildroot}
02730c3
02730c3
02730c3
%files
02730c3
%doc LICENSE.txt README.txt
02730c3
%{_bindir}/indi_%{driver}
02730c3
%{_bindir}/%{driver}_test
02730c3
%{_datadir}/indi/indi_%{driver}.xml
02730c3
%{_datadir}/indi/indi_%{driver}_sk.xml
02730c3
02730c3
%changelog
8a46d0a
* Thu Dec 15 2016 Christian Dersch <lupinix@mailbox.org> - 1.3.1-1
8a46d0a
- new version
8a46d0a
Christian Dersch 9bd0c26
* Tue Feb 02 2016 Christian Dersch <lupinix@mailbox.org> - 1.2.0-2.20160202svn2675
Christian Dersch 9bd0c26
- Rebuild for libindi 1.2.0
Christian Dersch 9bd0c26
Christian Dersch 7715b0f
* Tue Feb 02 2016 Christian Dersch <lupinix@mailbox.org> - 1.2.0-1.20160202svn2675
Christian Dersch 7715b0f
- new version
Christian Dersch 7715b0f
616aa29
* Mon Sep 07 2015 Christian Dersch <lupinix@fedoraproject.org> - 1.1.0-1.20150907svn2392
616aa29
- updated to libindi 1.1.0 tree
616aa29
6ea94c6
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-3.20150226svn2046
6ea94c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
6ea94c6
56b6fb4
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.0-2.20150226svn2046
56b6fb4
- Rebuilt for GCC 5 C++11 ABI change
56b6fb4
9cc5fdf
* Thu Feb 26 2015 Christian Dersch <lupinix@fedoraproject.org> - 1.0.0-1.20150226svn2046
9cc5fdf
- updated to libindi 1.0.0 tree
9cc5fdf
02730c3
* Sat Oct 25 2014 Christian Dersch <lupinix@fedoraproject.org> - 0.9.9-1.20141025svn1784
02730c3
- initial spec