Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 310088 Details for
Bug 448025
Review Request: player - Cross-platform robot device interface and server
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
modified spec file to fix review issues
player.spec (text/x-rpm-spec), 5.48 KB, created by
Jef Spaleta
on 2008-06-24 00:39:03 UTC
(
hide
)
Description:
modified spec file to fix review issues
Filename:
MIME Type:
Creator:
Jef Spaleta
Created:
2008-06-24 00:39:03 UTC
Size:
5.48 KB
patch
obsolete
>%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} >%define real_version 2.1.0rc2 > >Name: player >Version: 2.1.0 >Release: 0.3.rc2%{?dist} >Summary: Cross-platform robot device interface and server > >Group: Applications/System >License: GPLv2 and LGPLv2 >URL: http://playerstage.sourceforge.net >Source0: http://mesh.dl.sourceforge.net/sourceforge/playerstage/player-2.1.0rc2.tar.bz2 >Source1: playernav.desktop >Source2: playercam.desktop >Source3: playerv.desktop >Patch0: %{name}-2.1.0rc2-gcc43.patch >Patch1: %{name}-2.1.0rc2-norpath.patch >Patch2: %{name}-2.1.0rc2-paths.patch >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >BuildRequires: libtool-ltdl-devel >BuildRequires: geos-devel >BuildRequires: libraw1394-devel, libdc1394-devel >BuildRequires: opencv-devel >BuildRequires: alsa-lib-devel >BuildRequires: libstatgrab-devel >BuildRequires: libpqxx-devel >BuildRequires: gsl-devel >BuildRequires: python, python-devel, swig >BuildRequires: libjpeg-devel >BuildRequires: openssl-devel >BuildRequires: ImageMagick-devel >BuildRequires: gtk2-devel, libgnomecanvas-devel >BuildRequires: mesa-libGL-devel, freeglut-devel >BuildRequires: boost-devel >BuildRequires: avahi-compat-howl-devel >BuildRequires: zlib-devel >BuildRequires: doxygen, graphviz >BuildRequires: desktop-file-utils > >%description >Player is a network server for robot control. Running on your robot, Player >provides a clean and simple interface to the robot's sensors and actuators >over the IP network. Your client program talks to Player over a TCP socket, >reading data from sensors, writing commmands to actuators, and configuring >devices on the fly. Player supports a variety of robot hardware. > > >%package devel >Summary: Header files and libraries for %{name} >Group: Development/Libraries >Requires: %{name} = %{version}-%{release} >Requires: pkgconfig > >%description devel >This package contains the header files and libraries >for %{name}. If you like to develop programs using %{name}, >you will need to install %{name}-devel. > >%package doc >Summary: Development documentation for Player >Group: Documentation > >%description doc >This package contains the development documentation for Player. > >%package python >Summary: Player Python bindings >Group: Development/Libraries >Requires: %{name} = %{version}-%{release} >Requires: python >= 2.5 > >%description python >This package contains the Python bindings for %{name}. >If you like to develop programs using %{name} in Python >you will need to install this package. > >%package examples >Summary: Examples for Player >Group: Development/Tools >Requires: %{name} = %{version}-%{release} > >%description examples >This package contains examples for Player. > >%package static >Summary: Static libraries for %{name} >Group: Development/Libraries >Requires: %{name}-devel = %{version}-%{release} > >%description static >This package contains static libraries that can be used to >compile static binaries using Player. > > >%prep >%setup -q -n %{name}-%{real_version} >%patch0 -p1 -b .gcc43 >%patch1 -p1 -b .norpath >%patch2 -p1 -b .paths > > >%build ># Broken: --enable-alsa --enable-sonartoranger --enable-lasertoranger >find ./ -name '*.c' -exec chmod a-x {} \; >find ./ -name '*.cc' -exec chmod a-x {} \; >find ./ -name '*.cpp' -exec chmod a-x {} \; >find ./ -name '*.h' -exec chmod a-x {} \; >%configure --enable-playersd ># Get rid of rpath >sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool >sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool ># no smp flags, does not work properly: %{?_smp_mflags} >make >pushd doc >doxygen player.dox >popd > > >%install >rm -rf $RPM_BUILD_ROOT >make install DESTDIR=$RPM_BUILD_ROOT >for f in `ls $RPM_BUILD_ROOT%{_bindir}/player*.py`; do mv $f $RPM_BUILD_ROOT%{_bindir}/`basename $f | awk -F. '{ print $1 }'`; done >rm -rf $RPM_BUILD_ROOT%{_datadir}/player/java >find $RPM_BUILD_ROOT -name '*.la' -exec rm {} \; >rm -f $RPM_BUILD_ROOT%{_bindir}/*.pyc >rm -f $RPM_BUILD_ROOT%{_bindir}/*.pyo > >desktop-file-install --vendor="fedora" \ >--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \ >%{SOURCE1} > >desktop-file-install --vendor="fedora" \ >--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \ >%{SOURCE2} > >desktop-file-install --vendor="fedora" \ >--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \ >%{SOURCE3} > >%clean >rm -rf $RPM_BUILD_ROOT > > >%post -p /sbin/ldconfig > >%postun -p /sbin/ldconfig > >%files >%defattr(-,root,root,-) >%doc COPYING COPYING.lib README AUTHORS >%config(noreplace) %{_sysconfdir}/player >%{_bindir}/player* >%{_bindir}/pmaptest >%{_libdir}/*.so.* >%dir %{_datadir}/player >%dir %{_libdir}/player >%{_datadir}/applications/*.desktop > >%files python >%defattr(-,root,root,-) >%{python_sitearch}/* > >%files devel >%defattr(-,root,root,-) >%{_includedir}/player-2.1 >%{_libdir}/*.so >%{_libdir}/pkgconfig/* > >%files examples >%defattr(-,root,root,-) >%{_libdir}/player/examples > >%files doc >%defattr(-,root,root,-) >%doc doc/*.txt >%doc doc/*.html >%doc doc/player-docs > >%files static >%defattr(-,root,root,-) >%{_libdir}/*.a > >%changelog >* Mon Jun 23 2008 Jef Spaleta <jspaleta at fedoraproject dot org> - 2.1.0-0.3.rc2.fc9 >- Review clean-ups > >* Thu May 22 2008 Tim Niemueller <tim@niemueller.de> - 2.1.0-0.2.rc2.fc9 >- Added subpackages for doc and examples >- Remove *.la files >- Fix BuildRequires > >* Thu May 08 2008 Tim Niemueller <tim@niemueller.de> - 2.1.0-0.1.rc2.fc9 >- Initial spec file >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 448025
: 310088 |
313732
|
313743