diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 8064101..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/ros-catkin-0.4.5-0-gd4f1f24.tar.gz diff --git a/catkin-0.4.5-catkinsphinx.patch b/catkin-0.4.5-catkinsphinx.patch deleted file mode 100644 index 45ab354..0000000 --- a/catkin-0.4.5-catkinsphinx.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -up ./doc/conf.py.catkinsphinx ./doc/conf.py ---- ./doc/conf.py.catkinsphinx 2012-06-13 18:08:58.000000000 -0400 -+++ ./doc/conf.py 2013-03-20 21:53:41.140973622 -0400 -@@ -18,8 +18,7 @@ import sys, os, subprocess - # Add any Sphinx extension module names here, as strings. They can be extensions - # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. - extensions = ['sphinx.ext.ifconfig', 'sphinx.ext.todo', 'sphinx.ext.graphviz', -- 'sphinx.ext.intersphinx', -- 'catkin_sphinx.ShLexer', 'catkin_sphinx.cmake'] -+ 'sphinx.ext.intersphinx'] - todo_include_todos = True - - # Add any paths that contain templates here, relative to this directory. -@@ -107,7 +106,7 @@ html_theme_path = [os.path.join(os.path. - - # The theme to use for HTML and HTML Help pages. Major themes that come with - # Sphinx are currently 'default' and 'sphinxdoc'. --html_theme = 'ros-theme' -+#html_theme = 'ros-theme' - - # Theme options are theme-specific and customize the look and feel of a theme - # further. For a list of options available for each theme, see the diff --git a/catkin-0.4.5-catkinutil.patch b/catkin-0.4.5-catkinutil.patch deleted file mode 100644 index 859467d..0000000 --- a/catkin-0.4.5-catkinutil.patch +++ /dev/null @@ -1,49 +0,0 @@ -diff -up ./bin/catkin_util.sh.catkinutil ./bin/catkin_util.sh -diff -up ./bin/CMakeLists.txt.catkinutil ./bin/CMakeLists.txt ---- ./bin/CMakeLists.txt.catkinutil 2013-03-20 21:34:35.274310081 -0400 -+++ ./bin/CMakeLists.txt 2013-03-20 21:35:04.407447682 -0400 -@@ -5,8 +5,12 @@ install(PROGRAMS - catkin-topological-order - catkin-version - catkin_install_parse -- catkin_util.sh - git-catkin - git-catkin-track-all - DESTINATION bin - ) -+ -+install(FILES -+ catkin_util.sh -+ DESTINATION share/catkin -+) -diff -up ./bin/git-catkin.catkinutil ./bin/git-catkin ---- ./bin/git-catkin.catkinutil 2013-03-20 21:35:22.104137858 -0400 -+++ ./bin/git-catkin 2013-03-20 21:35:34.860635374 -0400 -@@ -4,7 +4,7 @@ - # Possibly lousy assumption: workspace is two directories up. - # - TOP=$(cd `dirname $0`; /bin/pwd) --. $TOP/catkin_util.sh -+. /usr/share/catkin/catkin_util.sh - - - gc_help() { -diff -up ./bin/git-catkin-track-all.catkinutil ./bin/git-catkin-track-all ---- ./bin/git-catkin-track-all.catkinutil 2013-03-20 21:35:45.253040695 -0400 -+++ ./bin/git-catkin-track-all 2013-03-20 21:35:57.324511508 -0400 -@@ -2,7 +2,7 @@ - - WORK=$(pwd) - TOP=$(cd `dirname $0` ; pwd) --. $TOP/catkin_util.sh -+. /usr/bin/catkin/catkin_util.sh - - LONG_USAGE=$(/bin/echo </dev/null` `$FIND @CMAKE_INSTALL_PREFIX@/etc/catkin/profile.d -maxdepth 1 -name "*.$CATKIN_SHELL" 2>/dev/null` -+for envfile in `$FIND /etc/catkin/profile.d -maxdepth 1 -name "*.all" 2>/dev/null` `$FIND /etc/catkin/profile.d -maxdepth 1 -name "*.$CATKIN_SHELL" 2>/dev/null` - do - . $envfile - done -diff -up ./cmake/templates/setup.zsh.buildspace.in.etc ./cmake/templates/setup.zsh.buildspace.in ---- ./cmake/templates/setup.zsh.buildspace.in.etc 2013-03-27 21:31:32.949119181 -0400 -+++ ./cmake/templates/setup.zsh.buildspace.in 2013-03-27 21:31:46.171865816 -0400 -@@ -1,4 +1,3 @@ --#!/bin/zsh - - CATKIN_SHELL=zsh - . @CMAKE_BINARY_DIR@/setup.sh -diff -up ./cmake/templates/setup.zsh.installable.in.etc ./cmake/templates/setup.zsh.installable.in ---- ./cmake/templates/setup.zsh.installable.in.etc 2013-03-27 21:28:01.396525549 -0400 -+++ ./cmake/templates/setup.zsh.installable.in 2013-03-27 21:33:22.325684958 -0400 -@@ -1,4 +1,3 @@ --#!/bin/zsh - - CATKIN_SHELL=zsh - . @CMAKE_INSTALL_PREFIX@/setup.sh diff --git a/catkin-0.4.5-libdir.patch b/catkin-0.4.5-libdir.patch deleted file mode 100644 index de7e6b0..0000000 --- a/catkin-0.4.5-libdir.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -up ./cmake/catkin_project.cmake.libdir ./cmake/catkin_project.cmake ---- ./cmake/catkin_project.cmake.libdir 2013-06-03 21:41:27.813479765 -0400 -+++ ./cmake/catkin_project.cmake 2013-06-03 21:41:41.883587780 -0400 -@@ -120,7 +120,7 @@ function(catkin_project PACKAGE_NAME) - ${CMAKE_CURRENT_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/${PACKAGE_NAME}.pc) - - install(FILES ${CMAKE_CURRENT_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/${PACKAGE_NAME}.pc -- DESTINATION lib/pkgconfig -+ DESTINATION lib${LIB_SUFFIX}/pkgconfig - ) - - string(TOLOWER ${PROJECT_NAME} project_lower) -diff -up ./cmake/templates/setup.sh.installable.in.libdir ./cmake/templates/setup.sh.installable.in ---- ./cmake/templates/setup.sh.installable.in.libdir 2013-06-03 21:40:56.360236602 -0400 -+++ ./cmake/templates/setup.sh.installable.in 2013-06-03 21:41:13.024930743 -0400 -@@ -25,7 +25,7 @@ else - export LD_LIBRARY_PATH - fi - --PKG_CONFIG_PATH=@CMAKE_INSTALL_PREFIX@/lib/pkgconfig:$PKG_CONFIG_PATH -+PKG_CONFIG_PATH=@CMAKE_INSTALL_PREFIX@/lib@LIB_SUFFIX@/pkgconfig:$PKG_CONFIG_PATH - export PKG_CONFIG_PATH - - if [ -z "$CATKIN_SHELL" ] ; then diff --git a/catkin-0.4.5-scripts.patch b/catkin-0.4.5-scripts.patch deleted file mode 100644 index 57b5874..0000000 --- a/catkin-0.4.5-scripts.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -up ./cmake/interrogate_setup_dot_py.py.scripts ./cmake/interrogate_setup_dot_py.py ---- ./cmake/interrogate_setup_dot_py.py.scripts 2012-06-13 18:08:58.000000000 -0400 -+++ ./cmake/interrogate_setup_dot_py.py 2013-03-27 21:43:36.785296891 -0400 -@@ -1,5 +1,3 @@ --#!/usr/bin/env python -- - from __future__ import print_function - import pprint, sys, os - -diff -up ./cmake/templates/update_project_index.py.in.scripts ./cmake/templates/update_project_index.py.in ---- ./cmake/templates/update_project_index.py.in.scripts 2013-03-27 21:45:04.669881525 -0400 -+++ ./cmake/templates/update_project_index.py.in 2013-03-27 21:45:16.774399314 -0400 -@@ -1,5 +1,3 @@ --#!/usr/bin/env python -- - import sys, yaml - - pkgfile = "@CMAKE_BINARY_DIR@/packages.yaml" diff --git a/catkin.spec b/catkin.spec deleted file mode 100644 index 009f309..0000000 --- a/catkin.spec +++ /dev/null @@ -1,179 +0,0 @@ -# This package depends on automagic byte compilation -# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 -%global _python_bytecompile_extra 1 - -%global gitrev d4f1f24 - -Name: catkin -Version: 0.4.5 -Release: 21.git%{gitrev}%{?dist} -Summary: Collection of CMake macros for ROS - -License: BSD -URL: http://ros.org/doc/fuerte/api/catkin/html/ -#wget --content-disposition https://github.com/ros/catkin/tarball/0.4.5 -Source0: ros-%{name}-%{version}-0-g%{gitrev}.tar.gz -# Moves all instances of /usr/etc to /etc -Patch0: %{name}-0.4.5-etc.patch -# Moves the helper file catkin_util.sh to /usr/share -Patch1: %{name}-0.4.5-catkinutil.patch -# Remove dependencies on catkin-sphinx utilities (not yet packaged) -Patch2: %{name}-0.4.5-catkinsphinx.patch -# Remove #!/usr/bin/env from python helpers. Not upstream -Patch3: %{name}-0.4.5-scripts.patch -# Add LIB_SUFFIX to pkg-config installation directory -Patch4: %{name}-0.4.5-libdir.patch - -Provides: ros-%{name} = %{version}-%{release} -BuildArch: noarch - -BuildRequires: cmake -BuildRequires: gcc-c++ -BuildRequires: gtest -BuildRequires: git -BuildRequires: python2-empy -BuildRequires: python2-nose -BuildRequires: python2-rospkg -BuildRequires: python2-setuptools -BuildRequires: python2-sphinx -BuildRequires: python2-yaml -BuildRequires: ros-release -BuildRequires: python2-devel - -Requires: cmake -Requires: gtest -Requires: python2-empy -Requires: python2-nose -Requires: python2-rospkg -Requires: python2-yaml -Requires: ros-release - -%description -Catkin is the Willow Garage low-level build system macros and infrastructure. - -%package devel -Summary: Development files for %{name} -Provides: ros-%{name}-devel = %{version}-%{release} -Requires: %{name} = %{version}-%{release} -Requires: python2-setuptools - -%description devel -%{summary}. - -%prep -%setup -q -n ros-%{name}-%{gitrev} -%patch0 -p0 -%patch1 -p0 -b .catkinutil -%patch2 -p0 -b .catkinsphinx -%patch3 -p0 -%patch4 -p0 -b .libdir - -%build -mkdir build -pushd build -%cmake -DSETUPTOOLS_DEB_LAYOUT=OFF .. -popd - -pushd doc -make html -rm -fr _build/html/.buildinfo -popd - -%install -rm -rf $RPM_BUILD_ROOT -make -C build install DESTDIR=$RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name} -rm $RPM_BUILD_ROOT%{_usr}/.rosinstall -mkdir -p $RPM_BUILD_ROOT%{_datadir}/ros -mv $RPM_BUILD_ROOT%{_usr}/setup.* $RPM_BUILD_ROOT%{_datadir}/ros -mv $RPM_BUILD_ROOT%{_usr}/env.sh $RPM_BUILD_ROOT%{_datadir}/ros - -mkdir -p $RPM_BUILD_ROOT%{_datadir}/pkgconfig -mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/catkin.pc $RPM_BUILD_ROOT/%{_datadir}/pkgconfig - -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/profile.d -mv $RPM_BUILD_ROOT%{_usr}/etc/%{name}/profile.d/* $RPM_BUILD_ROOT/etc/%{name}/profile.d - -%files -%doc doc/_build/html -%{_bindir}/* -%dir %{_sysconfdir}/%{name} -%dir %{_sysconfdir}/%{name}/profile.d -%config(noreplace) %{_sysconfdir}/%{name}/profile.d/00.* -%exclude %{_datadir}/%{name}/cmake -%{_datadir}/%{name} -%{python2_sitelib}/* -%{_datadir}/ros/* - -%files devel -%{_datadir}/pkgconfig/* -%{_datadir}/%{name}/cmake - -%changelog -* Thu Jan 31 2019 Fedora Release Engineering - 0.4.5-21.gitd4f1f24 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Jul 12 2018 Fedora Release Engineering - 0.4.5-20.gitd4f1f24 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Thu Feb 22 2018 Iryna Shcherbina - 0.4.5-19.gitd4f1f24 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Wed Feb 07 2018 Fedora Release Engineering - 0.4.5-18.gitd4f1f24 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Fri Aug 11 2017 Iryna Shcherbina - 0.4.5-17.gitd4f1f24 -- Add a build-time dependency on python2-devel - -* Wed Jul 26 2017 Fedora Release Engineering - 0.4.5-16.gitd4f1f24 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 0.4.5-15.gitd4f1f24 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Tue Sep 27 2016 Rich Mattes - 0.4.5-14.gitd4f1f24 -- Remove argparse requirement - -* Tue Jul 19 2016 Fedora Release Engineering - 0.4.5-13.gitd4f1f24 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Wed Feb 03 2016 Fedora Release Engineering - 0.4.5-12.gitd4f1f24 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 17 2015 Fedora Release Engineering - 0.4.5-11.gitd4f1f24 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 0.4.5-10.gitd4f1f24 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Mon Nov 4 2013 Toshio Kuratomi - 0.4.5-9.git -- Rename python-setuptools-devel deps to python-setuptools. - python-setuptools-devel has not existed as a separate subpackage for years. - -* Sat Aug 03 2013 Fedora Release Engineering - 0.4.5-8.gitd4f1f24 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Tue Jun 04 2013 Rich Mattes - 0.4.5-7.gitd4f1f24 -- Make pkg-config templates respect lib64 on 64 bit systems - -* Thu Mar 28 2013 Rich Mattes - 0.4.5-6.gitd4f1f24 -- Remove shebangs from shell templates and python helper functions - -* Mon Mar 25 2013 Rich Mattes - 0.4.5-5.gitd4f1f24 -- Rename to "catkin" -- Add clean section for epel6 - -* Thu Mar 21 2013 Rich Mattes - 0.4.5-4.gitd4f1f24 -- Moved /usr/bin/catkin_util.sh to /usr/share/catkin -- Removed shebangs from environment setup files -- Added html documentation - -* Mon Jan 28 2013 Rich Mattes - 0.4.5-3.gitd4f1f24 -- Update patches and install paths - -* Mon Jan 14 2013 Rich Mattes - 0.4.5-2.gitd4f1f24 -- Remove "ros-release" requirement - -* Sun Jan 13 2013 Rich Mattes - 0.4.5-1.gitd4f1f24 -- Initial fuerte release diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index edf72b5..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -fbe57e40527794372bb7ba913ef59792 ros-catkin-0.4.5-0-gd4f1f24.tar.gz