[indi-eqmod] updated to libindi 1.0.0 tree

Christian Dersch lupinix at fedoraproject.org
Thu Feb 26 10:54:13 UTC 2015


commit 211eeec7cc78c36350febafbf1e8b1ca38237750
Author: Christian Dersch <chrisdersch at gmail.com>
Date:   Thu Feb 26 11:54:00 2015 +0100

    updated to libindi 1.0.0 tree

 .gitignore                     |  1 +
 indi-eqmod-generate-tarball.sh | 11 +++++++++++
 indi-eqmod.spec                | 18 ++++++++++--------
 sources                        |  2 +-
 4 files changed, 23 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 652aebd..5a0c085 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /indi-eqmod-0.9.9.20141015svn1783.tar.xz
+/indi-eqmod-1.0.0.svn2046.tar.xz
diff --git a/indi-eqmod-generate-tarball.sh b/indi-eqmod-generate-tarball.sh
new file mode 100755
index 0000000..b59bdc3
--- /dev/null
+++ b/indi-eqmod-generate-tarball.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+NAME=indi-eqmod
+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-eqmod.spec b/indi-eqmod.spec
index a37a878..6765e50 100644
--- a/indi-eqmod.spec
+++ b/indi-eqmod.spec
@@ -1,21 +1,20 @@
 %global driver eqmod
-%global revision 1783
-%global date 20141015
+%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:        3.%{checkout}%{?dist}
+Release:        1.%{checkout}%{?dist}
 Summary:        INDI driver providing support for SkyWatcher Protocol
 
 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
@@ -30,7 +29,7 @@ SkyWatcher protocol.
 
 
 %prep
-%setup -q -n%{name}-%{version}.%{checkout}
+%setup -q -n%{name}-%{version}.svn%{revision}
 
 
 %build
@@ -49,6 +48,9 @@ make install DESTDIR=%{buildroot}
 
 
 %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-3.20141015svn1783
 - fixed wrong macro usage
 
diff --git a/sources b/sources
index 5a72052..54badad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c30232b05925ee7f1abdd8333a2d126b  indi-eqmod-0.9.9.20141015svn1783.tar.xz
+4d00e173e518a49dad6fa092562d12a9  indi-eqmod-1.0.0.svn2046.tar.xz


More information about the scm-commits mailing list