02730c3
%global driver aagcloudwatcher
9cc5fdf
%global revision 2046
9cc5fdf
%global date 20150226
02730c3
%global checkout %{date}svn%{revision}
02730c3
02730c3
02730c3
Name:           indi-%{driver}
9cc5fdf
Version:        1.0.0
02730c3
# Post-Release checkout containing some improvements
02730c3
Release:        1.%{checkout}%{?dist}
02730c3
Summary:        INDI driver for the AAG Cloud Watcher
02730c3
02730c3
License:        GPLv3+
02730c3
URL:            http://indilib.org/
02730c3
# Checkout from upstream svn
9cc5fdf
Source0:        %{name}-%{version}.svn%{revision}.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
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