libindi/libindi.spec

141 lines
4.6 KiB
RPMSpec
Raw Normal View History

2009-02-09 15:58:11 +00:00
Name: libindi
Version: 0.9.6
Release: 1%{?dist}
2009-02-09 15:58:11 +00:00
Summary: Instrument Neutral Distributed Interface
Group: Development/Libraries
License: LGPLv2+ and GPLv2+
# See COPYRIGHT file for a description of the licenses and files covered
2009-02-09 15:58:11 +00:00
URL: http://www.indilib.org
Source0: http://downloads.sourceforge.net/indi/%{name}_%{version}.tar.gz
2009-02-09 15:58:11 +00:00
BuildRequires: cmake cfitsio-devel zlib-devel libnova-devel libfli-devel
BuildRequires: libusb-devel
2009-02-09 15:58:11 +00:00
# Wrong FSF address, reported 2012-12-07
# https://sourceforge.net/p/indi/bugs/35/
# udev rules should go in /usr/lib, reported 2012-12-07
# https://sourceforge.net/p/indi/bugs/36/
2009-02-09 15:58:11 +00:00
%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
%package static
Summary: Static libraries, includes, etc. used to develop an application with %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description static
Static library needed to develop a %{name} application
2009-02-09 15:58:11 +00:00
%prep
%setup -q -n %{name}-%{version}
chmod -x drivers/telescope/lx200fs2.h
chmod -x drivers/telescope/lx200fs2.cpp
2009-02-09 15:58:11 +00:00
%build
%cmake
make VERBOSE=1 %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
mkdir -p %{buildroot}%{_usr}/lib/udev/rules.d
mv %{buildroot}/etc/udev/rules.d/99-gpusb.rules %{buildroot}%{_usr}/lib/udev/rules.d
rm -rf %{buildroot}/etc/udev/rules.d
2009-02-09 15:58:11 +00:00
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%doc AUTHORS ChangeLog COPYING.GPL COPYING.LGPL COPYRIGHT LICENSE NEWS README README.drivers TODO
2009-02-09 15:58:11 +00:00
%{_bindir}/*
%{_libdir}/*.so.*
%{_datadir}/indi
%{_usr}/lib/udev/rules.d/99-gpusb.rules
2009-02-09 15:58:11 +00:00
%files devel
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%files static
%{_libdir}/*.a
2009-02-09 15:58:11 +00:00
%changelog
* Fri Dec 07 2012 Sergio Pascual <sergiopr at fedoraproject.org> - 0.9.6-1
- New upstream source
- Added udev rules (in wrong directory)
- Fixed FSF previous address bug, new appear
2012-02-28 18:57:47 +00:00
* Tue Jan 24 2012 Sergio Pascual <sergiopr at fedoraproject.org> - 0.9-1
- New upstream source
- All instruments created (solves #653690)
- Library does not call exit()
- Library does not build require boost-devel
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Fri Jul 15 2011 Sergio Pascual <sergiopr at fedoraproject.org> - 0.8-1
- New upstream source
- Submitted a bug upstream, address of FSF is incorrect in some files
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Fri Nov 26 2010 Sergio Pascual <sergiopr at fedoraproject.org> - 0.6.2-2
- Adding manually telescopes missing (bz #653690)
* Thu Jul 29 2010 Sergio Pascual <sergiopr at fedoraproject.org> - 0.6.2-1
- New upstream source (bz #618776)
- Bz #564842 fixed upstream, patch removed
- With pkgconfig file
* Wed Feb 17 2010 Sergio Pascual <sergiopr at fedoraproject.org> - 0.6-11
- Added missing -lm in indi_sbig_stv. Fixes bz #564842
2010-01-08 16:16:46 +00:00
* Fri Jan 08 2010 Sergio Pascual <sergiopr at fedoraproject.org> - 0.6-10
- EVR bump, rebuilt with new libnova
* Tue Dec 22 2009 Sergio Pascual <sergiopr at fedoraproject.org> - 0.6-9
- Static library moved to its own subpackage
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2009-02-18 17:12:54 +00:00
* Wed Feb 18 2009 Sergio Pascual <sergiopr at fedoraproject.org> - 0.6-6
- Provides libindi-static
* Tue Feb 17 2009 Sergio Pascual <sergiopr at fedoraproject.org> - 0.6-5
- Need to provide the static library libindidriver.a to build indi-apogee
2009-02-14 16:18:10 +00:00
* Sat Feb 14 2009 Sergio Pascual <sergiopr at fedoraproject.org> - 0.6-4
- Fixed patch to find cfitsio
* Sat Feb 14 2009 Sergio Pascual <sergiopr at fedoraproject.org> - 0.6-3
- Patch to detect cfitsio in all architectures
2009-02-09 15:58:11 +00:00
* 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