rpms/libindi/devel import.log, NONE, 1.1 libindi-suffix.patch, NONE, 1.1 libindi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sergio Pascual sergiopr at fedoraproject.org
Mon Feb 9 15:58:42 UTC 2009


Author: sergiopr

Update of /cvs/pkgs/rpms/libindi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29584/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libindi-suffix.patch libindi.spec 
Log Message:
Importing libindi



--- NEW FILE import.log ---
libindi-0_6-2_fc10:HEAD:libindi-0.6-2.fc10.src.rpm:1234195045

libindi-suffix.patch:

--- NEW FILE libindi-suffix.patch ---
diff -ur libindi0-0.6/CMakeLists.txt libindi0-0.6.new/CMakeLists.txt
--- libindi0-0.6/CMakeLists.txt	2008-11-18 10:45:06.000000000 +0100
+++ libindi0-0.6.new/CMakeLists.txt	2009-02-06 15:44:59.000000000 +0100
@@ -96,7 +96,7 @@
 ######## INDI Static Library #########
 ######################################
 add_library(indidriver STATIC ${indimain_SRCS})
-install(TARGETS indidriver ARCHIVE DESTINATION lib${LIB_POSTFIX})
+install(TARGETS indidriver ARCHIVE DESTINATION lib${LIB_SUFFIX})
 
 ######################################
 ######## INDI Shared Library #########
@@ -114,7 +114,7 @@
 target_link_libraries(indi ${FLI_LIBRARIES})
 endif(FLI_FOUND)
 
-install(TARGETS indi LIBRARY DESTINATION lib${LIB_POSTFIX})
+install(TARGETS indi LIBRARY DESTINATION lib${LIB_SUFFIX})
 set_target_properties(indi PROPERTIES VERSION ${INDI_VERSION} SOVERSION ${INDI_SOVERSION})
 
 #####################################
@@ -521,4 +521,4 @@
 
 install( FILES indiapi.h indidevapi.h base64.h eventloop.h ${CMAKE_SOURCE_DIR}/libs/lilxml.h
  ${CMAKE_SOURCE_DIR}/libs/indicom.h DESTINATION ${INCLUDE_INSTALL_DIR}/libindi COMPONENT Devel)
- 
\ No hay ningún carácter de nueva línea al final del fichero
+ 


--- NEW FILE libindi.spec ---
Name: libindi
Version: 0.6
Release: 2%{?dist}
Summary: Instrument Neutral Distributed Interface

Group: Development/Libraries
License: LGPLv2+ and GPLv2+
# The code is LGPLv2+ except:
# some files for v4l2 conversion under libs/webcam are GPLv2+
# drivers/video/stvdriver (indi_stv driver) appears to contain GPL code
# upstream bug https://sourceforge.net/tracker2/?func=detail&aid=2572902&group_id=90275&atid=593019

# rpmlint warning libindi call exit
# upstream bug https://sourceforge.net/tracker2/?func=detail&aid=2572863&group_id=90275&atid=593019

URL: http://indi.sourceforge.net/

%define majorver 0

Source0: http://downloads.sourceforge.net/indi/%{name}%{majorver}_%{version}.tar.gz
Patch0: libindi-suffix.patch
Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires: cmake cfitsio-devel zlib-devel libnova-devel libfli-devel

%description
INDI is a distributed control protocol designed to operate
astronomical instrumentation. INDI is small, flexible, easy to parse,
and scalable. It supports common DCS functions such as remote control,
data acquisition, monitoring, and a lot more.


%package devel
Summary: Libraries, includes, etc. used to develop an application with %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
These are the header files needed to develop a %{name} application

%prep
%setup -q -n %{name}%{majorver}-%{version}
%patch0 -p1

%build
%cmake
make VERBOSE=1 %{?_smp_mflags}

%install
rm -fr %{buildroot}
make install  DESTDIR=%{buildroot}

%clean
rm -fr %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING.LIB LICENSE README README.drivers README.robofocus 
%{_bindir}/*
%{_libdir}/*.so.*
%{_datadir}/indi

%files devel
%defattr(-,root,root,-)
%doc README COPYING.LIB LICENSE
%{_includedir}/*
%{_libdir}/*.so
%exclude %{_libdir}/*.a

%changelog
* Fri Feb 06 2009 Sergio Pascual <sergiopr at fedoraproject.org> -  0.6-2
- Commands (rm, make) instead of macros
- Upstream bug about licenses (GPLv2 missing)
- Upstream bug about libindi calling exit

* Mon Jan 28 2009 Sergio Pascual <sergiopr at fedoraproject.org> -  0.6-1
- First version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libindi/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Feb 2009 21:43:21 -0000	1.1
+++ .cvsignore	9 Feb 2009 15:58:11 -0000	1.2
@@ -0,0 +1 @@
+libindi0_0.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libindi/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Feb 2009 21:43:21 -0000	1.1
+++ sources	9 Feb 2009 15:58:11 -0000	1.2
@@ -0,0 +1 @@
+49218ad15a40dfa8a2366a2694477595  libindi0_0.6.tar.gz




More information about the fedora-extras-commits mailing list