New upstream source (0.9.8.1)

This commit is contained in:
Sergio Pascual 2014-04-24 00:03:44 +02:00
parent 7c75ebb75e
commit 3f3ba53ae1
4 changed files with 24 additions and 5 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ libindi0_0.6.tar.gz
/libindi_0.9.tar.gz
/libindi_0.9.6.tar.gz
/libindi_0.9.7.tar.gz
/libindi_0.9.8.1.tar.gz

12
libindi-cmake.patch Normal file
View File

@ -0,0 +1,12 @@
diff -ur libindi-0.9.8/libs/indibase/alignment/CMakeLists.txt libindi-0.9.8.fix/libs/indibase/alignment/CMakeLists.txt
--- libindi-0.9.8/libs/indibase/alignment/CMakeLists.txt 2014-03-30 17:20:23.000000000 +0200
+++ libindi-0.9.8.fix/libs/indibase/alignment/CMakeLists.txt 2014-04-23 23:58:32.619150626 +0200
@@ -62,7 +62,7 @@
add_library(AlignmentClient ${AlignmentClient_SRCS})
set_target_properties(AlignmentClient PROPERTIES OUTPUT_NAME indiAlignmentClient)
-install(TARGETS AlignmentClient ARCHIVE DESTINATION ${LIB_DESTINATION})
+install(TARGETS AlignmentClient ARCHIVE DESTINATION ${LIB_DESTINATION} LIBRARY DESTINATION ${LIB_DESTINATION})
##################################################
############ LoaderCLient test program ###########

View File

@ -1,6 +1,6 @@
Name: libindi
Version: 0.9.7
Release: 2%{?dist}
Version: 0.9.8.1
Release: 1%{?dist}
Summary: Instrument Neutral Distributed Interface
Group: Development/Libraries
@ -9,9 +9,10 @@ License: LGPLv2+ and GPLv2+
URL: http://www.indilib.org
Source0: http://downloads.sourceforge.net/indi/%{name}_%{version}.tar.gz
Patch0: libindi-cmake.patch
BuildRequires: cmake cfitsio-devel zlib-devel libnova-devel libfli-devel
BuildRequires: libusb-devel
BuildRequires: libusb-devel libjpeg-devel
# Wrong FSF address, reported 2012-12-07
# https://sourceforge.net/p/indi/bugs/35/
@ -37,7 +38,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
Static library needed to develop a %{name} application
%prep
%setup -q -n %{name}-%{version}
#%setup -q -n %{name}-%{version}
%setup -q -n %{name}-0.9.8
%patch0 -p1
chmod -x drivers/telescope/lx200fs2.h
chmod -x drivers/telescope/lx200fs2.cpp
@ -68,6 +71,9 @@ make install DESTDIR=%{buildroot}
%{_libdir}/*.a
%changelog
* Thu Apr 24 2014 Sergio Pascual <sergiopr@fedoraproject.org> 0.9.8.1-1
- New upstream source (0.9.8.1)
* Thu Jan 09 2014 Sergio Pascual <sergiopr@fedoraproject.org> 0.9.7-2
- Rebuilt for new cfitsio (3.360)

View File

@ -1 +1 @@
3e457c4226d7a445a0d89c044cced6b7 libindi_0.9.7.tar.gz
95b03af45ae42d6fca494fd5bcd63072 libindi_0.9.8.1.tar.gz