[indi-aagcloudwatcher] updated to libindi 1.0.0 tree

Christian Dersch lupinix at fedoraproject.org
Thu Feb 26 10:40:30 UTC 2015


commit 9cc5fdf370a2497e2fd4c1d4843d8ccfe010ebb8
Author: Christian Dersch <chrisdersch at gmail.com>
Date:   Thu Feb 26 11:40:17 2015 +0100

    updated to libindi 1.0.0 tree

 .gitignore                               |  1 +
 indi-aagcloudwatcher-generate-tarball.sh | 11 +++++++++++
 indi-aagcloudwatcher.spec                | 16 +++++++++-------
 sources                                  |  2 +-
 4 files changed, 22 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dfb85d4..30fece7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /indi-aagcloudwatcher-0.9.9.20141025svn1784.tar.xz
+/indi-aagcloudwatcher-1.0.0.svn2046.tar.xz
diff --git a/indi-aagcloudwatcher-generate-tarball.sh b/indi-aagcloudwatcher-generate-tarball.sh
new file mode 100755
index 0000000..ff829e2
--- /dev/null
+++ b/indi-aagcloudwatcher-generate-tarball.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+NAME=indi-aagcloudwatcher
+VERSION='1.0.0'
+REV=2046
+
+SVNURL='svn://svn.code.sf.net/p/indi/code/trunk/3rdparty/'$NAME
+svn export -r $REV $SVNURL $NAME-$VERSION.svn$REV
+
+tar -cJvf $NAME-$VERSION.svn$REV.tar.xz $NAME-$VERSION.svn$REV
+rm -rf $NAME-$VERSION.svn$REV
diff --git a/indi-aagcloudwatcher.spec b/indi-aagcloudwatcher.spec
index db2efdc..0162b09 100644
--- a/indi-aagcloudwatcher.spec
+++ b/indi-aagcloudwatcher.spec
@@ -1,11 +1,11 @@
 %global driver aagcloudwatcher
-%global revision 1784
-%global date 20141025
+%global revision 2046
+%global date 20150226
 %global checkout %{date}svn%{revision}
 
 
 Name:           indi-%{driver}
-Version:        0.9.9
+Version:        1.0.0
 # Post-Release checkout containing some improvements
 Release:        1.%{checkout}%{?dist}
 Summary:        INDI driver for the AAG Cloud Watcher
@@ -13,9 +13,8 @@ Summary:        INDI driver for the AAG Cloud Watcher
 License:        GPLv3+
 URL:            http://indilib.org/
 # Checkout from upstream svn
-# svn export -r %{revision} svn://svn.code.sf.net/p/indi/code/trunk/3rdparty/indi-%{driver} %{name}-%{version}.%{checkout}
-# tar -cJvf %{name}-%{version}.%{checkout}.tar.xz %{name}-%{version}.%{checkout}
-Source0:        %{name}-%{version}.%{checkout}.tar.xz
+Source0:        %{name}-%{version}.svn%{revision}.tar.xz
+Source1:        %{name}-generate-tarball.sh
 
 BuildRequires:  cmake
 BuildRequires:  libindi-devel
@@ -27,7 +26,7 @@ INDI driver for the AAG Cloud Watcher
 
 
 %prep
-%setup -q -n%{name}-%{version}.%{checkout}
+%setup -q -n %{name}-%{version}.svn%{revision}
 
 %build
 %cmake
@@ -46,5 +45,8 @@ make install DESTDIR=%{buildroot}
 %{_datadir}/indi/indi_%{driver}_sk.xml
 
 %changelog
+* Thu Feb 26 2015 Christian Dersch <lupinix at fedoraproject.org> - 1.0.0-1.20150226svn2046
+- updated to libindi 1.0.0 tree
+
 * Sat Oct 25 2014 Christian Dersch <lupinix at fedoraproject.org> - 0.9.9-1.20141025svn1784
 - initial spec
diff --git a/sources b/sources
index c2105a6..f3a82d0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a9432dcf27eae2a6f5acf888049d3f1e  indi-aagcloudwatcher-0.9.9.20141025svn1784.tar.xz
+467c13d498c77ff24f78d21d6ec42b0b  indi-aagcloudwatcher-1.0.0.svn2046.tar.xz


More information about the scm-commits mailing list