3462a20
%global abiversion 3.1
3462a20
%global releasetag release-3-1-0
3462a20
eb65a47
Name:           player
3462a20
Version:        3.1.0
e76cbb7
Release:        8%{?dist}
eb65a47
Summary:        Cross-platform robot device interface and server
eb65a47
eb65a47
Group:          Applications/System
eb65a47
License:        GPLv2+ and LGPLv2+
3462a20
URL:            http://playerproject.github.io
3462a20
Source0:        https://github.com/playerproject/%{name}/archive/%{releasetag}/%{name}-%{version}.tar.gz
3462a20
Source1:        playernav.desktop
3462a20
Source2:        playercam.desktop
3462a20
Source3:        playerv.desktop
3462a20
3462a20
Patch0:         %{name}-3.1.0-cmake3.patch
3462a20
Patch1:         %{name}-3.1.0-cpp11.patch
d9eb02d
Patch2:         %{name}-3.1.0-tirpc.patch
92aef8b
# Sort order: build tools, feature libs, within alphabetically, group related
92aef8b
# entries on single line (most dominant lib first or alphabetically)
92aef8b
92aef8b
# Build tools
Igor Gnatenko 716caf3
BuildRequires:  gcc-c++
92aef8b
BuildRequires:  cmake
92aef8b
BuildRequires:  desktop-file-utils
43a0569
BuildRequires:  doxygen, texlive-latex, texlive, texlive-dvips, latex2html
0d3b267
BuildRequires:  libtool, libtool-ltdl-devel
92aef8b
# Libs to enable Player features
eb65a47
BuildRequires:  alsa-lib-devel
92aef8b
BuildRequires:  avahi-compat-howl-devel
e4e5898
BuildRequires:  boost-devel boost-thread
3462a20
BuildRequires:  eigen3-devel
92aef8b
BuildRequires:  festival-devel
345c5d8
BuildRequires:  flexiport-devel
3462a20
BuildRequires:  freeglut-devel
3462a20
BuildRequires:  gearbox-devel
2fa7165
BuildRequires:  hokuyoaist-devel
92aef8b
BuildRequires:  geos-devel
eb65a47
BuildRequires:  gsl-devel
b5aac83
BuildRequires:  gstreamer-devel
eb65a47
BuildRequires:  gtk2-devel, libgnomecanvas-devel
3462a20
BuildRequires:  compat-guile18-devel
215525c
%ifnarch s390 s390x
92aef8b
BuildRequires:  libdc1394-devel, libraw1394-devel
215525c
%endif
3462a20
BuildRequires:  libfreenect-devel
92aef8b
BuildRequires:  libjpeg-devel
de79654
BuildRequires:  libphidget-devel
92aef8b
BuildRequires:  libpqxx-devel
92aef8b
BuildRequires:  libstatgrab-devel
d9eb02d
BuildRequires:  libtirpc-devel
dd46ebd
BuildRequires:  libusb-devel
b5aac83
BuildRequires:  libXext-devel
3462a20
BuildRequires:  libXmu-devel
3462a20
BuildRequires:  libunicap-devel
97a03af
BuildRequires:  mesa-libGL-devel, mesa-libGLU-devel
92aef8b
BuildRequires:  opencv-devel
92aef8b
BuildRequires:  openssl-devel
b2a10a6
BuildRequires:  perl-interpreter
58a056f
BuildRequires:  python2, python2-devel
c49add7
BuildRequires:  swig
92aef8b
BuildRequires:  ruby, ruby-devel
eb65a47
BuildRequires:  zlib-devel
eb65a47
eb65a47
%description
eb65a47
Player is a network server for robot control. Running on your robot, Player
eb65a47
provides a clean and simple interface to the robot's sensors and actuators
eb65a47
over the IP network. Your client program talks to Player over a TCP socket,
eb65a47
reading data from sensors, writing commmands to actuators, and configuring
eb65a47
devices on the fly. Player supports a variety of robot hardware.
eb65a47
eb65a47
eb65a47
%package devel
eb65a47
Summary: Header files and libraries for %{name}
eb65a47
Group: Development/Libraries
96e4cb4
Requires: %{name}%{?_isa} = %{version}-%{release}
92aef8b
Requires: pkgconfig cmake
4d77220
Requires: boost-devel
4d77220
Requires: geos-devel
4d77220
Requires: libtool-ltdl-devel
e76cbb7
Requires: libtirpc-devel
4d77220
Requires: zlib-devel
eb65a47
eb65a47
%description devel
eb65a47
This package contains the header files and libraries
eb65a47
for %{name}. If you like to develop programs using %{name},
eb65a47
you will need to install %{name}-devel.
eb65a47
eb65a47
%package doc
eb65a47
Summary: Development documentation for Player
eb65a47
Group: Documentation
92aef8b
BuildArch: noarch
eb65a47
eb65a47
%description doc
eb65a47
This package contains the development documentation for Player.
eb65a47
58a056f
%package -n python2-%{name}
eb65a47
Summary: Player Python bindings
eb65a47
Group: Development/Libraries
96e4cb4
Requires: %{name}%{?_isa} = %{version}-%{release}
58a056f
%{?python_provide:%python_provide python2-%{name}}
58a056f
# Until f28
58a056f
Obsoletes: %{name}-python < 3.0.2-56
58a056f
Requires: python2 >= 2.6
eb65a47
58a056f
%description -n python2-%{name}
eb65a47
This package contains the Python bindings for %{name}.
eb65a47
If you like to develop programs using %{name} in Python
92aef8b
you will need to install this package. Includes bindings
92aef8b
built against the C and C++ client libraries.
eb65a47
eb65a47
%package examples
92aef8b
Summary:  Examples and templates for Player
eb65a47
Group:    Development/Tools
eb65a47
Requires: %{name} = %{version}-%{release}
92aef8b
BuildArch: noarch
eb65a47
eb65a47
%description examples
92aef8b
This package contains example code for %{name} development.
92aef8b
Included are sample plugin drivers, and examples made using
92aef8b
the python, C, and C++ client libraries.
eb65a47
58a056f
%package -n ruby-%{name}
92aef8b
Summary: Ruby bindings for %{name}
eb65a47
Group: Development/Libraries
96e4cb4
Requires: %{name}%{?_isa} = %{version}-%{release}
58a056f
#Until f28
58a056f
Obsoletes: %{name}-ruby < 3.0.2-56
58a056f
Requires: ruby(release) >= 1.8
eb65a47
58a056f
%description -n ruby-%{name}
92aef8b
This package contains the Ruby client-side bindings for %{name}.
92aef8b
If you would like to build %{name} clients using Ruby you
92aef8b
will need to install this package.  Includes bindings built
92aef8b
against the C and C++ client libraries. Ruby bindings
92aef8b
are experimental.
eb65a47
eb65a47
eb65a47
%prep
3462a20
%setup -q -n %{name}-%{releasetag}
3462a20
%patch0 -p1 -b .cmake3
3462a20
%patch1 -p1 -b .cpp11
d9eb02d
%patch2 -p1 -b .tirpc
eb65a47
eb65a47
%build
acd2ede
mkdir build; pushd build
00f4650
export LDFLAGS="%{?__global_ldflags} -lpthread"
3462a20
%cmake %{?_cmake_skip_rpath} .. \
3462a20
  -DBUILD_DOCUMENTATION=ON \
3462a20
  -DBUILD_PLAYERCC=ON \
3462a20
  -DSWIG_EXECUTABLE=/usr/bin/swig \
3462a20
  -DBUILD_PLAYERCC_BOOST=ON \
3462a20
  -DBUILD_PYTHONC_BINDINGS=ON \
3462a20
  -DBUILD_PYTHONCPP_BINDINGS=ON \
3462a20
  -DBUILD_EXAMPLES=ON \
3462a20
  -DBUILD_RUBYCPP_BINDINGS=ON \
3462a20
  -DUNICAP_DIR=/usr \
3462a20
  -DRUBY_BINDINGS_INSTALL_DIR=%{ruby_vendorarchdir}
acd2ede
popd
acd2ede
acd2ede
make -C build %{?_smp_mflags}
acd2ede
make doc -C build
eb65a47
eb65a47
%install
acd2ede
%make_install -C build DESTDIR=%{buildroot}
acd2ede
mkdir -p %{buildroot}/%{_sysconfdir}/%{name}
3462a20
mkdir -p %{buildroot}/%{_libdir}/%{name}-%{abiversion}
acd2ede
mv %{buildroot}/%{_datadir}/%{name}/config %{buildroot}/%{_sysconfdir}/%{name}
acd2ede
find %{buildroot} -name '*.la' -exec rm {} \;
acd2ede
rm -rf %{buildroot}/%{_docdir}/*
0d3b267
58cc85d
desktop-file-install \
58cc85d
%if 0%{?fedora} && 0%{?fedora} < 19
58cc85d
--vendor="fedora"               \
58cc85d
%endif
eb65a47
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications         \
eb65a47
%{SOURCE1}
eb65a47
58cc85d
desktop-file-install \
58cc85d
%if 0%{?fedora} && 0%{?fedora} < 19
58cc85d
--vendor="fedora"               \
58cc85d
%endif
eb65a47
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications         \
eb65a47
%{SOURCE2}
eb65a47
58cc85d
desktop-file-install \
58cc85d
%if 0%{?fedora} && 0%{?fedora} < 19
58cc85d
--vendor="fedora"               \
58cc85d
%endif
eb65a47
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications         \
eb65a47
%{SOURCE3}
eb65a47
eb65a47
%post -p /sbin/ldconfig
eb65a47
eb65a47
%postun -p /sbin/ldconfig
eb65a47
eb65a47
%files
58a056f
%license COPYING COPYING.lib
3462a20
%doc README.md AUTHORS
c49add7
%dir %{_sysconfdir}/%{name}
92aef8b
%config(noreplace) %{_sysconfdir}/%{name}/config/*
eb65a47
%{_bindir}/player*
eb65a47
%{_bindir}/pmaptest
eb65a47
%{_libdir}/*.so.*
eb65a47
%dir %{_datadir}/player
eb65a47
%{_datadir}/applications/*.desktop
3462a20
%dir %{_libdir}/player-%{abiversion}
eb65a47
eb65a47
%files devel
3462a20
%{_includedir}/player-%{abiversion}
eb65a47
%{_libdir}/*.so
eb65a47
%{_libdir}/pkgconfig/*
92aef8b
%{_datadir}/cmake/Modules/*
92aef8b
58a056f
%files -n python2-%{name}
92aef8b
%{python_sitearch}/*
eb65a47
eb65a47
%files examples
92aef8b
%{_datadir}/player/examples
eb65a47
eb65a47
%files doc
58a056f
%license COPYING COPYING.lib
eb65a47
%doc doc/*.txt
eb65a47
%doc doc/*.html
acd2ede
%doc build/doc/player-docs
eb65a47
58a056f
%files -n ruby-%{name}
2e046e6
%{ruby_vendorarchdir}/*.so
eb65a47
eb65a47
%changelog
e76cbb7
* Mon Mar 05 2018 Adam Williamson <awilliam@redhat.com> - 3.1.0-8
e76cbb7
- Add tirpc-devel to -devel requires and pkgconfig file
e76cbb7
2df0b9a
* Mon Mar 05 2018 Adam Williamson <awilliam@redhat.com> - 3.1.0-7
2df0b9a
- Rebuild for another opencv soname bump
2df0b9a
d9eb02d
* Sat Feb 24 2018 Rich Mattes <richmattes@gmail.com> - 3.1.0-6
d9eb02d
- Add patch to build against tirpc
d9eb02d
651ebf5
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-6
651ebf5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
651ebf5
d6709f8
* Fri Jan 05 2018 Sérgio Basto <sergio@serjux.com> - 3.1.0-5
d6709f8
- Rebuild (opencv-3.3.1)
d6709f8
dc71a87
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-4
dc71a87
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
dc71a87
b6dbd99
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-3
b6dbd99
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b6dbd99
787ab4f
* Fri Jul 21 2017 Kalev Lember <klember@redhat.com> - 3.1.0-2
787ab4f
- Rebuilt for Boost 1.64
787ab4f
3462a20
* Sun Apr 09 2017 Rich Mattes <richmattes@gmail.com> - 3.1.0-1
3462a20
- Update to release 3.1.0
3462a20
- Remove upstream patches
3462a20
- Add BuildRequires to enable more features
3462a20
105b618
* Tue Apr 04 2017 Rich Mattes <richmattes@gmail.com> - 3.0.2-59
105b618
- Rebuild for gazebo-8.0.0
105b618
abbd138
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-58
abbd138
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
abbd138
b8b30eb
* Fri Jan 13 2017 Vít Ondruch <vondruch@redhat.com> - 3.0.2-57
b8b30eb
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.4
b8b30eb
58a056f
* Sun Jan 01 2017 Rich Mattes <richmattes@gmail.com> - 3.0.2-56
58a056f
- Rebuild for new geos
58a056f
- Clean up naming of python and ruby subpackages
58a056f
d074d55
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-55
d074d55
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
d074d55
27301c1
* Sat May 14 2016 Rich Mattes <richmattes@gmail.com> - 3.0.2-54
27301c1
- Rebuild for opencv-3.1 changes
27301c1
da56dd9
* Tue May 03 2016 Rich Mattes <richmattes@gmail.com> - 3.0.2-53
da56dd9
- Rebuild for opencv-3.1.0
da56dd9
94e1959
* Tue Feb 23 2016 Rich Mattes <richmattes@gmail.com> - 3.0.2-52
94e1959
- Fix rawhide FTBFS (rhbz#1307867)
94e1959
Orion Poplawski ddfcca8
* Mon Feb 22 2016 Orion Poplawski <orion@cora.nwra.com> - 3.0.2-52
Orion Poplawski ddfcca8
- Rebuild for gsl 2.1
Orion Poplawski ddfcca8
7e8a2b2
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-51
7e8a2b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
7e8a2b2
aabd576
* Sat Jan 16 2016 Jonathan Wakely <jwakely@redhat.com> - 3.0.2-50
aabd576
- Rebuilt for Boost 1.60
aabd576
157b150
* Tue Jan 12 2016 Vít Ondruch <vondruch@redhat.com> - 3.0.2-49
157b150
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.3
157b150
ee160bf
* Sat Oct 17 2015 Kalev Lember <klember@redhat.com> - 3.0.2-48
ee160bf
- Rebuilt for libgeos soname bump
ee160bf
5139751
* Mon Sep 21 2015 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.2-47
5139751
- Fix the build against libstatgrab 0.91
5139751
4ffa65d
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 3.0.2-46
4ffa65d
- Rebuilt for Boost 1.59
4ffa65d
7362017
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-45
7362017
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
7362017
b8dadc2
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 3.0.2-44
b8dadc2
- rebuild for Boost 1.58
b8dadc2
Jozef Mlich f38354e
* Wed Jul 01 2015 Jozef Mlich <jmlich@redhat.com> - 3.0.2-43
Jozef Mlich f38354e
- replacing deprecated opencv functions calls
Jozef Mlich f38354e
13770b3
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-42
13770b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
13770b3
bffad5c
* Mon May 04 2015 Kalev Lember <kalevlember@gmail.com> - 3.0.2-41
bffad5c
- Fix the build
bffad5c
Petr Machata 3f61935
* Wed Jan 28 2015 Petr Machata <pmachata@redhat.com> - 3.0.2-40
Petr Machata 3f61935
- Rebuild for boost 1.57.0
Petr Machata 3f61935
c4e523e
* Thu Sep 25 2014 Karsten Hopp <karsten@redhat.com> 3.0.2-39
c4e523e
- fix libdir on new 64bit archs, aarch64 and ppc64le
c4e523e
0225436
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-38
0225436
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0225436
Rex Dieter 7a1b259
* Tue Jun 24 2014 Rex Dieter <rdieter@fedoraproject.org> 3.0.2-37
Rex Dieter 7a1b259
- rebuild (libpqxx)
Rex Dieter 7a1b259
ee3cdcf
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-36
ee3cdcf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ee3cdcf
Petr Machata e0ccf01
* Sun May 25 2014 Petr Machata <pmachata@redhat.com> - 3.0.2-35
Petr Machata e0ccf01
- Don't add -mt to boost DSO names (player-3.0.2.boost155.patch)
Petr Machata e0ccf01
d97c57d
* Fri May 23 2014 David Tardon <dtardon@redhat.com> - 3.0.2-35
d97c57d
- rebuild for boost 1.55.0
d97c57d
588f6b8
* Sun Oct 06 2013 Rich Mattes <richmattes@gmail.com> - 3.0.2-34
588f6b8
- Rebuild for libstatgrab reversion
588f6b8
96e4cb4
* Sat Sep 14 2013 Rich Mattes <richmattes@gmail.com> - 3.0.2-33
96e4cb4
- Rebuild for new geos
96e4cb4
ab89e23
* Sat Aug 17 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 3.0.2-32
ab89e23
- Add player-3.0.2.libstatgrab-0.90.patch
ab89e23
  (Fix FTBFS caused by upgrading libstatgrab to 0.90).
ab89e23
37af7d1
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-31
37af7d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
37af7d1
Petr Machata 5dd90aa
* Sat Jul 27 2013 pmachata@redhat.com - 3.0.2-30
Petr Machata 5dd90aa
- Rebuild for boost 1.54.0
Petr Machata 5dd90aa
3b1fc0f
* Mon Mar 25 2013 Vít Ondruch <vondruch@redhat.com> - 3.0.2-29
3b1fc0f
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
3b1fc0f
58cc85d
* Wed Mar  6 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 3.0.2-28
58cc85d
- Remove vendor prefix from desktop files in F19+ https://fedorahosted.org/fesco/ticket/1077
00f4650
- Add libpthread to be linked explicitly so that build succeeds
58cc85d
240d8ed
* Wed Mar 06 2013 Devrim GÜNDÜZ <devrim@gunduz.org> - 3.0.2-27
240d8ed
- Rebuild with new geos.
240d8ed
36a7b4d
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 3.0.2-26
36a7b4d
- Rebuild for Boost-1.53.0
36a7b4d
cd98a0d
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 3.0.2-25
cd98a0d
- Rebuild for Boost-1.53.0
cd98a0d
5fe198a
* Sat Jan 26 2013 Rich Mattes <richmattes@gmain.com> - 3.0.2-24
5fe198a
- Update for new phidget RFID API
5fe198a
e16373e
* Fri Jan 25 2013 Devrim GÜNDÜZ <devrim@gunduz.org> - 3.0.2-24
e16373e
- Rebuild against geos 3.3.7.
e16373e
Adam Tkac d6dacb5
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 3.0.2-23
Adam Tkac d6dacb5
- rebuild due to "jpeg8-ABI" feature drop
Adam Tkac d6dacb5
75fc31d
* Mon Nov 19 2012 Devrim GÜNDÜZ <devrim@gunduz.org> - 3.0.2-22
75fc31d
- Rebuild with new geos.
75fc31d
63431b5
* Sat Nov 10 2012 Rich Mattes <richmattes@gmail.com> - 3.0.2-21
63431b5
- Rebuild for new OpenCV
63431b5
2fa7165
* Mon Jul 30 2012 Rich Mattes <richmattes@gmail.com> - 3.0.2-20
2fa7165
- Added dependency on hokuyoaist library
2fa7165
- Added dependency on flexiport library
2fa7165
- Fixed hokuyoaist driver to work with hokuyoaist library
2fa7165
- Removed gearbox dependency
0c9dcfc
- Updated for boost-1.5.0
2fa7165
117aad6
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-19
117aad6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
117aad6
2e046e6
* Sat Jun 30 2012 Rich Mattes <richmattes@gmail.com> - 3.0.2-18
2e046e6
- boost::TIME_UTC no longer defined, use glibc's instead
2e046e6
- cast FILE* to gzFile for gzip functions
2e046e6
- Fix bug where docs were being included in both base and -doc subpackages
2e046e6
ea05d72
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-17
ea05d72
- Rebuilt for c++ ABI breakage
ea05d72
a34d4c6
* Wed Jan 11 2012 Rich Mattes <richmattes@gmail.com> - 3.0.2-16
a34d4c6
- Rebuild for new gcc and geos
a34d4c6
f008cc5
* Sat Nov 26 2011 Rich Mattes <richmattes@gmail.com> - 3.0.2-15
f008cc5
- Rebuilt for new boost
f008cc5
5a7397e
* Sun Oct 09 2011 Rich Mattes <richmattes@gmail.com> - 3.0.2-14
5a7397e
- Rebuild for geos update
5a7397e
5558c5c
* Wed Aug 31 2011 Rex Dieter <rdieter@fedoraproject.org> 3.0.2-13
5558c5c
- rebuild (opencv)
5558c5c
65a1310
* Tue Aug 02 2011 Rich Mattes <richmattes@gmail.com> - 3.0.2-12
65a1310
- Rebuild for new boost
65a1310
b2bb095
* Fri Jul 01 2011 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
b2bb095
- 3.0.2-11
b2bb095
- bump for libpqxx
b2bb095
- disable rapth
b2bb095
dffd7c0
* Sun Jun 19 2011 Rich Mattes <richmattes@gmail.com> - 3.0.2-10
c49add7
- Rebuild for geos update
c49add7
5be65a6
* Wed May 04 2011 Dan Horák <dan[at]danny.cz> - 3.0.2-9
5be65a6
- Add s390x as 64-bit arch
5be65a6
b72eb7b
* Sun Apr 10 2011 Rich Mattes <richmattes@gmail.com> - 3.0.2-8
b72eb7b
- Rebuild for boost soname change
b72eb7b
5271e35
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-7
5271e35
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5271e35
d52c51b
* Mon Feb 07 2011 Thomas Spura <tomspur@fedoraproject.org> - 3.0.2-6
d52c51b
- rebuild for new boost
d52c51b
de79654
* Sat Jan 08 2011 Rich Mattes <richmattes@gmail.com> - 3.0.2-5
de79654
- Rebuild for OpenCV 2.2
de79654
- Fix assertion error in PlayerCam
de79654
- Enable libphidget support
de79654
Rich Mattes f321b20
* Fri Jul 30 2010 Rich Mattes <richmattes@gmail.com> - 3.0.2-4
Rich Mattes f321b20
- Rebuilt for boost 1.44
Rich Mattes f321b20
97a03af
* Mon Jul 26 2010 Rich Mattes <richmattes@gmail.com> - 3.0.2-3
97a03af
- Rebuilt for Python 2.7 mass rebuild
97a03af
- Restore pmaptest
97a03af
- Add copyright files to player-doc subpackage
97a03af
571c8e7
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 3.0.2-2
571c8e7
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
571c8e7
b5aac83
* Tue Jun 29 2010 Rich Mattes <richmattes@gmail.com> - 3.0.2-1
b5aac83
- Upgrade to release 3.0.2
b5aac83
- Remove more supurious BuildRequires
b5aac83
- Add BuildRequires to enable more features
b5aac83
5fe198a
* Sat Jun 26 2010 Rich Mattes <richmattes@gmail.com> - 3.0.1-7
05520b9
- Rebuild for OpenCV soname change
05520b9
- Remove unnecessary BuildRequires
05520b9
dd46ebd
* Thu Apr 1 2010 Rich Mattes <richmattes@gmail.com> - 3.0.1-6
dd46ebd
- Rebuild for GEOS soname change
dd46ebd
4d77220
* Wed Mar 24 2010 Rich Mattes <richmattes@gmail.com> - 3.0.1-5
4d77220
- Rebuild for Gearbox drivers
4d77220
- Added missing Requires for devel package
4d77220
5fe198a
* Mon Mar 01 2010 Tim Niemueller <tim@niemueller.de> - 3.0.1-4
1fd9b63
- Bump EVR for proper F-12 to F-13 upgrade path
1fd9b63
123100b
* Fri Jan 22 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 3.0.1-2
123100b
- Rebuild for Boost soname bump
123100b
e4e5898
* Sun Jan 10 2010 Rich Mattes <richmattes@gmail.com> - 3.0.1-1
e4e5898
- Updated to release 3.0.1
e4e5898
- Fixed ruby bindings install path
e4e5898
- Fixed documentation build process
e4e5898
- Added libdir/player to plugin search path
e4e5898
- Fix Rawhide compilation issue by adding -DBoost_USE_MULTITHREAD=ON to cmake
e4e5898
9246d35
* Sun Nov 08 2009 Tim Niemueller <tim@niemueller.de> - 3.0.0-4
9246d35
- devel sub-package obsoletes no longer available static sub-package
9246d35
92aef8b
* Sun Oct 18 2009 Tim Niemueller <tim@niemueller.de> - 3.0.0-3
92aef8b
- Merge Rich's changes with Fedora spec file
92aef8b
92aef8b
* Sat Oct 10 2009 Rich Mattes <richmattes@gmail.com> - 3.0.0-2
92aef8b
- Fixed x86_64 build issues
92aef8b
- Fixed x86_64 library install path
92aef8b
- Fixed mock i586 and x86_64 dep issues
92aef8b
- Enabled Python C++ and Ruby C++ bindings
92aef8b
- Made doc and examples packages .noarch
92aef8b
92aef8b
* Wed Oct 7 2009 Rich Mattes <richmattes@gmail.com> - 3.0.0-1
92aef8b
- Upgrade package to Player 3.0.0
92aef8b
9d28c9e
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.1.1-13
9d28c9e
- rebuilt with new openssl
9d28c9e
88f37d9
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.1-12
88f37d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
88f37d9
b3017ac
* Tue May 26 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.1.1-11
b3017ac
- Exclude -examples subpackage files in main package (#489184).
b3017ac
4169bfb
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.1-10
4169bfb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4169bfb
600d153
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 2.1.1-9
600d153
- rebuild with new openssl
600d153
2f16550
* Sun Dec 21 2008 Tim Niemueller <tim@niemueller.de> - 2.1.1-8
2f16550
- Add patch for broken linux/serial.h (thanks to Caolán McNamara)
2f16550
- Add patch for GCC 4.4 (thanks to Caolán McNamara)
2f16550
- Rebuild for Python 2.6
2f16550
b2a6525
* Sat Dec  6 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.1.1-7
b2a6525
- Fix libtool issue
b2a6525
0c5772a
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.1.1-6
0c5772a
- Rebuild for Python 2.6
0c5772a
0d3b267
* Tue Sep 02 2008 Tim Niemueller <tim@niemueller.de> - 2.1.1-5
0d3b267
- Added plugindir patch
0d3b267
0d3b267
* Fri Aug 15 2008 Tim Niemueller <tim@niemueller.de> - 2.1.1-4
0d3b267
- Changed norpath patch, fixes build problem on Fedora 8
0d3b267
- Added libtool BR
0d3b267
- Added autotools BR, needed because for patches of .am files
0d3b267
5fe198a
* Fri Aug 08 2008 Jef Spaleta <jspaleta at fedoraproject dot org> - 2.1.1-3
eb65a47
- Review clean-ups
eb65a47
eb65a47
* Tue Aug 05 2008 Tim Niemueller <tim@niemueller.de> - 2.1.1-2
eb65a47
- Only BR geos-devel on Fedora 9
eb65a47
eb65a47
* Fri Aug 01 2008 Tim Niemueller <tim@niemueller.de> - 2.1.1-1
eb65a47
- Upgrade to 2.1.1
eb65a47
eb65a47
* Mon Jun 23 2008 Jef Spaleta <jspaleta at fedoraproject dot org> - 2.1.0-0.3.rc2.fc9
eb65a47
- Review clean-ups
eb65a47
eb65a47
* Thu May 22 2008 Tim Niemueller <tim@niemueller.de> - 2.1.0-0.2.rc2.fc9
eb65a47
- Added subpackages for doc and examples
eb65a47
- Remove *.la files
eb65a47
- Fix BuildRequires
eb65a47
eb65a47
* Thu May 08 2008 Tim Niemueller <tim@niemueller.de> - 2.1.0-0.1.rc2.fc9
eb65a47
- Initial spec file
eb65a47