[roboptim-commit] [SCM] roboptim-core branch, master, updated. v0.4-8-g99f2ebb
Status: Beta
Brought to you by:
flamiraux
From: Thomas M. <tho...@us...> - 2010-01-08 10:43:56
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "roboptim-core". The branch, master has been updated via 99f2ebbeb44b073a209f145c9f44c119afdb13d7 (commit) via 576c2f630bd4786f465e1b4244627e08154a3886 (commit) from 56b39d68d6d6418a4803a9153477adabc78b1c94 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 99f2ebbeb44b073a209f145c9f44c119afdb13d7 Author: Thomas Moulard <tho...@gm...> Date: Fri Jan 8 11:43:33 2010 +0100 Fix issues reported by Fedora reviewer. * roboptim-core.spec.in: Fix dependencies as reported in ticket https://bugzilla.redhat.com/show_bug.cgi?id=538820. Signed-off-by: Thomas Moulard <tho...@gm...> diff --git a/ChangeLog b/ChangeLog index 14ac6c4..773ce77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ 2010-01-08 Thomas Moulard <tho...@gm...> Fix issues reported by Fedora reviewer. + * roboptim-core.spec.in: Fix dependencies as reported in ticket + https://bugzilla.redhat.com/show_bug.cgi?id=538820. + +2010-01-08 Thomas Moulard <tho...@gm...> + + Fix issues reported by Fedora reviewer. * roboptim-core.spec.in: Fix many problems reported in ticket https://bugzilla.redhat.com/show_bug.cgi?id=538820. diff --git a/roboptim-core.spec.in b/roboptim-core.spec.in index 58dc527..3f1e936 100644 --- a/roboptim-core.spec.in +++ b/roboptim-core.spec.in @@ -10,7 +10,10 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: boost-devel, libtool-ltdl-devel, doxygen +BuildRequires: boost-devel, libtool-ltdl-devel +# Require Doxygen and its dependencies. +BuildRequires: doxygen, texlive-latex-2007, texlive-dvips-2007 + %description RobOptim provide C++ numerical optimization libraries for robotics. @@ -22,7 +25,8 @@ a back-end %package devel Summary: The Roboptim core headers and development-related files Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{version}-%{release}, boost-devel, libtool-ltdl-devel +# pkg-config dependency is detected automatically on Fedora. %description devel Headers and shared object symlinks for the RobOptim core C++ library @@ -30,7 +34,7 @@ Headers and shared object symlinks for the RobOptim core C++ library %package doc Summary: The RobOptim core documentation Group: Documentation -Requires: %{name} = %{version}-%{release}, boost-devel, libtool-ltdl-devel +Requires: %{name} = %{version}-%{release} %description doc Documentation for the RobOptim core library commit 576c2f630bd4786f465e1b4244627e08154a3886 Author: Thomas Moulard <tho...@gm...> Date: Fri Jan 8 11:13:41 2010 +0100 Fix issues reported by Fedora reviewer. * roboptim-core.spec.in: Fix many problems reported in ticket https://bugzilla.redhat.com/show_bug.cgi?id=538820. Signed-off-by: Thomas Moulard <tho...@gm...> diff --git a/ChangeLog b/ChangeLog index af46cd5..14ac6c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2010-01-08 Thomas Moulard <tho...@gm...> + Fix issues reported by Fedora reviewer. + * roboptim-core.spec.in: Fix many problems reported in ticket + https://bugzilla.redhat.com/show_bug.cgi?id=538820. + +2010-01-08 Thomas Moulard <tho...@gm...> + Add tar-ustar support in Automake to allow long filename. * configure.ac: Add tar-ustar option in AM_INIT_AUTOMAKE in order to package properly files with long names such as diff --git a/roboptim-core.spec.in b/roboptim-core.spec.in index b660421..58dc527 100644 --- a/roboptim-core.spec.in +++ b/roboptim-core.spec.in @@ -6,12 +6,12 @@ Summary: The RobOptim core C++ library Group: Development/Libraries License: LGPLv3+ URL: http://roboptim.sourceforge.net/ -Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz +Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: boost-devel, libtool-ltdl-devel, doxygen - %description RobOptim provide C++ numerical optimization libraries for robotics. RobOptim core focuses on providing abstractions for optimization problem @@ -22,7 +22,7 @@ a back-end %package devel Summary: The Roboptim core headers and development-related files Group: Development/Libraries -Requires: @PACKAGE_TARNAME@ = %{version}-%{release}, pkgconfig +Requires: %{name} = %{version}-%{release} %description devel Headers and shared object symlinks for the RobOptim core C++ library @@ -30,7 +30,7 @@ Headers and shared object symlinks for the RobOptim core C++ library %package doc Summary: The RobOptim core documentation Group: Documentation -Requires: @PACKAGE_TARNAME@ = %{version}-%{release} +Requires: %{name} = %{version}-%{release}, boost-devel, libtool-ltdl-devel %description doc Documentation for the RobOptim core library @@ -52,7 +52,7 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR="$RPM_BUILD_ROOT" INSTALL="install -p" # Get rid of Libtool files as they should not be installed. rm $RPM_BUILD_ROOT/%{_libdir}/*.la ----------------------------------------------------------------------- Summary of changes: ChangeLog | 12 ++++++++++++ roboptim-core.spec.in | 14 +++++++++----- 2 files changed, 21 insertions(+), 5 deletions(-) hooks/post-receive -- roboptim-core |