Author: arekm Date: Mon Feb 28 21:28:31 2011 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.7.2
---- Files affected: packages/libindi: libindi.spec (1.11 -> 1.12) , libindi-build.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/libindi/libindi.spec diff -u packages/libindi/libindi.spec:1.11 packages/libindi/libindi.spec:1.12 --- packages/libindi/libindi.spec:1.11 Thu Jun 3 14:17:50 2010 +++ packages/libindi/libindi.spec Mon Feb 28 22:28:26 2011 @@ -1,16 +1,14 @@ # $Revision$, $Date$ - -%define realver 61 - Summary: Instrument Neutral Distributed Interface Name: libindi -Version: 0.6.1 +Version: 0.7.2 Release: 1 License: LGPL Group: Libraries -Source0: http://dl.sourceforge.net/indi/%{name}0_%{realver}.tar.gz -# Source0-md5: 005e6ae3bc6fc1eeb5aa7700a65e2584 -URL: http://indi.sourceforge.net/ +Source0: http://dl.sourceforge.net/indi/0.7/%{name}_%{version}.tar.gz +# Source0-md5: a78a77dc2322a46f5bf4c5d75380e8b0 +Patch0: %{name}-build.patch +URL: http://www.indilib.org/ BuildRequires: cfitsio-devel BuildRequires: cmake >= 2.8.0 BuildRequires: libnova-devel @@ -48,7 +46,8 @@ Static indilib library. %prep -%setup -q -n %{name} +%setup -q +%patch0 -p1 %build install -d build @@ -106,7 +105,7 @@ %files static %defattr(644,root,root,755) -%{_libdir}/libindidriver.a +%{_libdir}/libindi*.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -114,6 +113,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2011/02/28 21:28:26 arekm +- up to 0.7.2 + Revision 1.11 2010/06/03 12:17:50 sparky - fixed .pc file placement on 64bit archs - BR: pkgconfig ================================================================ Index: packages/libindi/libindi-build.patch diff -u /dev/null packages/libindi/libindi-build.patch:1.1 --- /dev/null Mon Feb 28 22:28:31 2011 +++ packages/libindi/libindi-build.patch Mon Feb 28 22:28:26 2011 @@ -0,0 +1,11 @@ +--- libindi-0.7.2/CMakeLists.txt~ 2010-11-20 12:38:03.000000000 +0100 ++++ libindi-0.7.2/CMakeLists.txt 2011-02-28 22:18:20.891089842 +0100 +@@ -661,7 +661,7 @@ + + add_executable(tutorial_client ${tutorialclient_SRCS} ${liblilxml_SRCS} ${libindicom_SRCS}) + +-target_link_libraries(tutorial_client indiclient m) ++target_link_libraries(tutorial_client indiclient m pthread) + + if (NOVA_FOUND) + target_link_libraries(tutorial_client ${NOVA_LIBRARIES}) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libindi/libindi.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
