roboptim-commit Mailing List for RobOptim (Page 87)
Status: Beta
Brought to you by:
flamiraux
You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(62) |
Jul
(62) |
Aug
(36) |
Sep
(24) |
Oct
(41) |
Nov
(182) |
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
(12) |
Feb
(13) |
Mar
(104) |
Apr
(95) |
May
(90) |
Jun
(90) |
Jul
(93) |
Aug
(97) |
Sep
(91) |
Oct
(93) |
Nov
(90) |
Dec
(95) |
2011 |
Jan
(96) |
Feb
(84) |
Mar
(94) |
Apr
(91) |
May
(93) |
Jun
(91) |
Jul
(93) |
Aug
(93) |
Sep
(107) |
Oct
(93) |
Nov
(58) |
Dec
|
2012 |
Jan
(8) |
Feb
(4) |
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(6) |
Dec
(5) |
2013 |
Jan
(16) |
Feb
(22) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Thomas M. <tho...@us...> - 2009-11-11 22:59:22
|
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 a8263d3cc00681cf2a91aff2d56911d83f07df78 (commit) from 5d692514ab7ef33b529678b01bfc351a59d69036 (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 a8263d3cc00681cf2a91aff2d56911d83f07df78 Author: Thomas Moulard <tho...@gm...> Date: Wed Nov 11 23:59:12 2009 +0100 Synchronize. * build-aux: Synchronize. Signed-off-by: Thomas Moulard <tho...@gm...> diff --git a/ChangeLog b/ChangeLog index 3925bac..d5847a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-11-11 Thomas Moulard <tho...@gm...> + Synchronize. + * build-aux: Synchronize. + +2009-11-11 Thomas Moulard <tho...@gm...> + Add rpm support. * Makefile.am: Include rpm generation rule. * build-aux: Synchronize. diff --git a/build-aux b/build-aux index 418bcd6..02d1097 160000 --- a/build-aux +++ b/build-aux @@ -1 +1 @@ -Subproject commit 418bcd697e6939f3d569cbd89c3b3f0440f14619 +Subproject commit 02d1097a8b1f7c2c605b5446caab7485fa2e1092 ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++++ build-aux | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) hooks/post-receive -- roboptim-core |
From: Thomas M. <tho...@us...> - 2009-11-11 22:58: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 "build-aux". The branch, master has been updated via 02d1097a8b1f7c2c605b5446caab7485fa2e1092 (commit) from 418bcd697e6939f3d569cbd89c3b3f0440f14619 (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 02d1097a8b1f7c2c605b5446caab7485fa2e1092 Author: Thomas Moulard <tho...@gm...> Date: Wed Nov 11 23:58:45 2009 +0100 Fix spec file generation rule. * rpm.mk: Here. Signed-off-by: Thomas Moulard <tho...@gm...> diff --git a/ChangeLog b/ChangeLog index 8f59b2e..1bda58c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-11-11 Thomas Moulard <tho...@gm...> + Fix spec file generation rule. + * rpm.mk: Here. + +2009-11-11 Thomas Moulard <tho...@gm...> + Update rpm.mk to handle generated spec file. * rpm.mk: Update copyright and handle generated spec file. diff --git a/rpm.mk b/rpm.mk index e031d31..f60b584 100644 --- a/rpm.mk +++ b/rpm.mk @@ -82,5 +82,6 @@ rpm: install-rpm $(SPECFILE) $(RPMBUILD) -bb $(SPECFILE) # Generate spec file. -@PACKAGE_TARNAME@: @PACKAGE_TARNAME@.in +@PACKAGE_TARNAME@.spec: @PACKAGE_TARNAME@.spec.in \ + $(top_builddir)/config.status $(top_builddir)/config.status --file="$@":"$<" ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++++ rpm.mk | 3 ++- 2 files changed, 7 insertions(+), 1 deletions(-) hooks/post-receive -- build-aux |
From: <no-...@ro...> - 2009-11-11 22:56:51
|
The Buildbot has finished a build of roboptim-core on RobOptim. Full details are available at: http://cleo.laas.fr:8010/builders/roboptim-core/builds/15 Buildbot URL: http://cleo.laas.fr:8010/ Buildslave for this Build: cleo Build Reason: The web-page 'force build' button was pressed by 'Thomas': Build Source Stamp: HEAD Blamelist: BUILD FAILED: failed shell_4 sincerely, -The Buildbot |
From: Thomas M. <tho...@us...> - 2009-11-11 22:47:34
|
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 5d692514ab7ef33b529678b01bfc351a59d69036 (commit) from ac8587e549c7498467b915d95c8a826d8d61cab6 (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 5d692514ab7ef33b529678b01bfc351a59d69036 Author: Thomas Moulard <tho...@gm...> Date: Wed Nov 11 23:47:14 2009 +0100 Add rpm support. * Makefile.am: Include rpm generation rule. * build-aux: Synchronize. Signed-off-by: Thomas Moulard <tho...@gm...> diff --git a/ChangeLog b/ChangeLog index 41ae83b..3925bac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2009-11-11 Thomas Moulard <tho...@gm...> + Add rpm support. + * Makefile.am: Include rpm generation rule. + * build-aux: Synchronize. + +2009-11-11 Thomas Moulard <tho...@gm...> + Fix spec file. * build-aux: Synchronize. * roboptim-core.spec.in: Fix description and rules. diff --git a/Makefile.am b/Makefile.am index f56dcc9..88dea4d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,3 +29,5 @@ include $(top_srcdir)/build-aux/doc-recursive.mk include $(top_srcdir)/build-aux/libtool.mk include $(top_srcdir)/build-aux/pkg-config.mk include $(top_srcdir)/build-aux/git-version-gen.mk + +include $(top_srcdir)/build-aux/rpm.mk diff --git a/build-aux b/build-aux index d8376eb..418bcd6 160000 --- a/build-aux +++ b/build-aux @@ -1 +1 @@ -Subproject commit d8376eb8bc70e98f6acf41fe2a57c52a39012bab +Subproject commit 418bcd697e6939f3d569cbd89c3b3f0440f14619 ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++++++ Makefile.am | 2 ++ build-aux | 2 +- 3 files changed, 9 insertions(+), 1 deletions(-) hooks/post-receive -- roboptim-core |
From: Thomas M. <tho...@us...> - 2009-11-11 22:46:33
|
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 "build-aux". The branch, master has been updated via 418bcd697e6939f3d569cbd89c3b3f0440f14619 (commit) from d8376eb8bc70e98f6acf41fe2a57c52a39012bab (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 418bcd697e6939f3d569cbd89c3b3f0440f14619 Author: Thomas Moulard <tho...@gm...> Date: Wed Nov 11 23:46:15 2009 +0100 Update rpm.mk to handle generated spec file. * rpm.mk: Update copyright and handle generated spec file. Signed-off-by: Thomas Moulard <tho...@gm...> diff --git a/ChangeLog b/ChangeLog index 879fc22..8f59b2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2009-11-11 Thomas Moulard <tho...@gm...> + Update rpm.mk to handle generated spec file. + * rpm.mk: Update copyright and handle generated + spec file. + +2009-11-11 Thomas Moulard <tho...@gm...> + Fix git-version-gen rpmbuild incompatibility. * git-version-gen: Replace dashes by points in version number so that rpmbuild do not complain anymore that diff --git a/rpm.mk b/rpm.mk index 1a7160d..e031d31 100644 --- a/rpm.mk +++ b/rpm.mk @@ -1,4 +1,26 @@ -include $(top_srcdir)/build-aux/init.mk +# -*-Automake-*- +# Copyright (C) 2009 by Thomas Moulard, AIST, CNRS, INRIA. +# This file is part of the roboptim. +# +# roboptim is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Additional permission under section 7 of the GNU General Public +# License, version 3 ("GPLv3"): +# +# If you convey this file as part of a work that contains a +# configuration script generated by Autoconf, you may do so under +# terms of your choice. +# +# roboptim is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with roboptim. If not, see <http://www.gnu.org/licenses/>. # ------- # # CAUTION # @@ -9,13 +31,20 @@ include $(top_srcdir)/build-aux/init.mk # (see rpmbuild documentation). # Set RPM_TREE to this directory. You will need write access # to this directory. -# Hint: on Gentoo RPM_TREE is ``/usrc/src/rpm'' and on Red Hat -# ``/usr/src/redhat''. +# Hint: +# - on Gentoo RPM_TREE is ``/usrc/src/rpm'' +# - on Red Hat ``/usr/src/redhat'' +# - on Fedora ``$HOME/rpmbuild'' RPMBUILD = rpmbuild -SPECFILE = $(PACKAGE).spec -EXTRA_DIST += $(SPECFILE) +SPECFILE = @PACKAGE_TARNAME@.spec +EXTRA_DIST += @PACKAGE_TARNAME@.spec.in + +# Files to be removed by cleaning rule. +CLEANFILES += \ + $(SPECFILE) + .PHONY: install-rpm install-rpm-tree install-rpm-tarball src-rpm rpm @@ -45,9 +74,13 @@ install-rpm-tarball: cp $(top_builddir)/$(PACKAGE)-$(VERSION).tar.gz $$RPM_TREE/SOURCES # Build source RPM -src-rpm: install-rpm $(srcdir)/$(SPECFILE) - $(RPMBUILD) -bs $(srcdir)/$(SPECFILE) +src-rpm: install-rpm $(SPECFILE) + $(RPMBUILD) -bs $(SPECFILE) # Build binary RPM -rpm: install-rpm $(srcdir)/$(SPECFILE) - $(RPMBUILD) -bb $(srcdir)/$(SPECFILE) +rpm: install-rpm $(SPECFILE) + $(RPMBUILD) -bb $(SPECFILE) + +# Generate spec file. +@PACKAGE_TARNAME@: @PACKAGE_TARNAME@.in + $(top_builddir)/config.status --file="$@":"$<" ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++++++ rpm.mk | 51 ++++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 48 insertions(+), 9 deletions(-) hooks/post-receive -- build-aux |
From: Thomas M. <tho...@us...> - 2009-11-11 22:29:18
|
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 ac8587e549c7498467b915d95c8a826d8d61cab6 (commit) from af5ff9ba0ed6510d824fcc52a5d9a0cd25c9a19d (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 ac8587e549c7498467b915d95c8a826d8d61cab6 Author: Thomas Moulard <tho...@gm...> Date: Wed Nov 11 23:28:53 2009 +0100 Fix spec file. * build-aux: Synchronize. * roboptim-core.spec.in: Fix description and rules. Signed-off-by: Thomas Moulard <tho...@gm...> diff --git a/ChangeLog b/ChangeLog index 8ce2ca7..41ae83b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2009-11-11 Thomas Moulard <tho...@gm...> + Fix spec file. + * build-aux: Synchronize. + * roboptim-core.spec.in: Fix description and rules. + +2009-11-11 Thomas Moulard <tho...@gm...> + Fix spec files. * roboptim-core.spec.in: Install additional files and fix dependencies. diff --git a/build-aux b/build-aux index b137297..d8376eb 160000 --- a/build-aux +++ b/build-aux @@ -1 +1 @@ -Subproject commit b1372979b2d6470c8687c2787b6f48fc2c743b0e +Subproject commit d8376eb8bc70e98f6acf41fe2a57c52a39012bab diff --git a/roboptim-core.spec.in b/roboptim-core.spec.in index c6edb33..edf1923 100644 --- a/roboptim-core.spec.in +++ b/roboptim-core.spec.in @@ -18,7 +18,7 @@ numerical problems with one of the many available solvers %package devel -Summary: Static libraries and headers. +Summary: Static libraries and headers Group: Development/Libraries Requires: @PACKAGE_TARNAME@ = %{version}-%{release}, pkgconfig %description devel @@ -27,7 +27,7 @@ numerical problems with one of the many available solvers %package doc -Summary: Static libraries and headers. +Summary: API documentation Group: Documentation Requires: @PACKAGE_TARNAME@ = %{version}-%{release} %description doc @@ -66,9 +66,9 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %{_datadir}/doc/%{name}-%{version}/* -%post -p /sbin/ldconfig +%post devel -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%postun devel -p /sbin/ldconfig %changelog * Wed Nov 11 2009 Thomas Moulard <tho...@gm...> - 0.3 ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++++++ build-aux | 2 +- roboptim-core.spec.in | 8 ++++---- 3 files changed, 11 insertions(+), 5 deletions(-) hooks/post-receive -- roboptim-core |
From: Thomas M. <tho...@us...> - 2009-11-11 22:21:55
|
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 "build-aux". The branch, master has been updated via d8376eb8bc70e98f6acf41fe2a57c52a39012bab (commit) from b1372979b2d6470c8687c2787b6f48fc2c743b0e (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 d8376eb8bc70e98f6acf41fe2a57c52a39012bab Author: Thomas Moulard <tho...@gm...> Date: Wed Nov 11 23:21:39 2009 +0100 Fix git-version-gen rpmbuild incompatibility. * git-version-gen: Replace dashes by points in version number so that rpmbuild do not complain anymore that generated version number is invalid. Signed-off-by: Thomas Moulard <tho...@gm...> diff --git a/ChangeLog b/ChangeLog index ca6a624..879fc22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-11-11 Thomas Moulard <tho...@gm...> + + Fix git-version-gen rpmbuild incompatibility. + * git-version-gen: Replace dashes by points in version + number so that rpmbuild do not complain anymore that + generated version number is invalid. + 2009-11-03 Thomas Moulard <tho...@gm...> Regenerate the ``.pc'' file if package configuration changes. diff --git a/git-version-gen b/git-version-gen index 710870c..e9c6849 100755 --- a/git-version-gen +++ b/git-version-gen @@ -1,6 +1,6 @@ #!/bin/sh # Print a version string. -scriptversion=2008-04-08.07 +scriptversion=2009-11-11.23 # Copyright (C) 2007-2008 Free Software Foundation # @@ -68,6 +68,13 @@ scriptversion=2008-04-08.07 # dist-hook: # echo $(VERSION) > $(distdir)/.tarball-version +################################################################################ +## CAUTION: Roboptim specific version forked from official one, see build-aux ## +## ChangeLog for more information. ## +################################################################################ + + + case $# in 1) ;; *) echo 1>&2 "Usage: $0 \$srcdir/.tarball-version"; exit 1;; @@ -128,6 +135,9 @@ fi v=`echo "$v" |sed 's/^v//'` +# Replace dashes by points to avoid problems with packaging software. +v=`echo "$v" |sed 's/-/./'` + # Don't declare a version "dirty" merely because a time stamp has changed. git status > /dev/null 2>&1 @@ -136,8 +146,8 @@ case "$dirty" in '') ;; *) # Append the suffix only if there isn't one already. case $v in - *-dirty) ;; - *) v="$v-dirty" ;; + *.dirty) ;; + *) v="$v.dirty" ;; esac ;; esac ----------------------------------------------------------------------- Summary of changes: ChangeLog | 7 +++++++ git-version-gen | 16 +++++++++++++--- 2 files changed, 20 insertions(+), 3 deletions(-) hooks/post-receive -- build-aux |
From: Thomas M. <tho...@us...> - 2009-11-11 19:44:29
|
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 af5ff9ba0ed6510d824fcc52a5d9a0cd25c9a19d (commit) from 1ac696627a3fd4054f264f4a0020529ca6819d9d (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 af5ff9ba0ed6510d824fcc52a5d9a0cd25c9a19d Author: Thomas Moulard <tho...@gm...> Date: Wed Nov 11 20:44:13 2009 +0100 Fix spec files. * roboptim-core.spec.in: Install additional files and fix dependencies. Signed-off-by: Thomas Moulard <tho...@gm...> diff --git a/ChangeLog b/ChangeLog index 54426f8..8ce2ca7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2009-11-11 Thomas Moulard <tho...@gm...> + Fix spec files. + * roboptim-core.spec.in: Install additional files + and fix dependencies. + +2009-11-11 Thomas Moulard <tho...@gm...> + Fix spec file. * roboptim-core.spec.in: Fix mistakes detected by rpmlint. diff --git a/roboptim-core.spec.in b/roboptim-core.spec.in index 5895fba..c6edb33 100644 --- a/roboptim-core.spec.in +++ b/roboptim-core.spec.in @@ -10,7 +10,6 @@ Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: boost-devel, libtool-ltdl-devel -Requires: pkgconfig %description @@ -21,7 +20,7 @@ numerical problems with one of the many available solvers %package devel Summary: Static libraries and headers. Group: Development/Libraries -Requires: @PACKAGE_TARNAME@ = %{version}-%{release} +Requires: @PACKAGE_TARNAME@ = %{version}-%{release}, pkgconfig %description devel The generic optimization library allows user to independently solve numerical problems with one of the many available solvers @@ -60,6 +59,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so* %{_libdir}/pkgconfig/* %{_libdir}/*.a +%{_libdir}/*.la %{_includedir}/* %files doc ----------------------------------------------------------------------- Summary of changes: ChangeLog | 6 ++++++ roboptim-core.spec.in | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) hooks/post-receive -- roboptim-core |
From: Thomas M. <tho...@us...> - 2009-11-11 19:36:48
|
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 1ac696627a3fd4054f264f4a0020529ca6819d9d (commit) from 2f18066d206b2f5f5626962f26434df6474a95e2 (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 1ac696627a3fd4054f264f4a0020529ca6819d9d Author: Thomas Moulard <tho...@gm...> Date: Wed Nov 11 20:36:33 2009 +0100 Fix spec file. * roboptim-core.spec.in: Fix mistakes detected by rpmlint. Signed-off-by: Thomas Moulard <tho...@gm...> diff --git a/ChangeLog b/ChangeLog index e47d8dc..54426f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-11-11 Thomas Moulard <tho...@gm...> + Fix spec file. + * roboptim-core.spec.in: Fix mistakes detected by rpmlint. + +2009-11-11 Thomas Moulard <tho...@gm...> + Add RPM spec file. * roboptim-core.spec.in: New. diff --git a/roboptim-core.spec.in b/roboptim-core.spec.in index aa2f3e9..5895fba 100644 --- a/roboptim-core.spec.in +++ b/roboptim-core.spec.in @@ -4,7 +4,7 @@ Release: 1%{?dist} Summary: Generic optimization library. Group: Development/Libraries -License: LGPL +License: LGPLv3+ URL: http://roboptim.sourceforge.net/ Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -15,7 +15,7 @@ Requires: pkgconfig %description The generic optimization library allows user to independently solve -numerical problems with one of the many available solvers. +numerical problems with one of the many available solvers %package devel @@ -24,7 +24,7 @@ Group: Development/Libraries Requires: @PACKAGE_TARNAME@ = %{version}-%{release} %description devel The generic optimization library allows user to independently solve -numerical problems with one of the many available solvers. +numerical problems with one of the many available solvers %package doc @@ -33,7 +33,7 @@ Group: Documentation Requires: @PACKAGE_TARNAME@ = %{version}-%{release} %description doc The generic optimization library allows user to independently solve -numerical problems with one of the many available solvers. +numerical problems with one of the many available solvers @@ -53,17 +53,17 @@ make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -%files + +%files devel %defattr(-,root,root,-) %doc AUTHORS COPYING THANKS README NEWS %{_libdir}/*.so* %{_libdir}/pkgconfig/* - -%files devel %{_libdir}/*.a %{_includedir}/* %files doc +%defattr(-,root,root,-) %{_datadir}/doc/%{name}-%{version}/* %post -p /sbin/ldconfig @@ -71,5 +71,5 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog -* Wed Nov 11 2009 Thomas Moulard <tho...@gm...> +* Wed Nov 11 2009 Thomas Moulard <tho...@gm...> - 0.3 - initial work ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++++ roboptim-core.spec.in | 16 ++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) hooks/post-receive -- roboptim-core |
From: Thomas M. <tho...@us...> - 2009-11-11 19:20:30
|
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 2f18066d206b2f5f5626962f26434df6474a95e2 (commit) from 850808eda47e83ea1799cab3c32f61fd9d0c7945 (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 2f18066d206b2f5f5626962f26434df6474a95e2 Author: Thomas Moulard <tho...@gm...> Date: Wed Nov 11 20:20:04 2009 +0100 Add RPM spec file. * roboptim-core.spec.in: New. Signed-off-by: Thomas Moulard <tho...@gm...> diff --git a/ChangeLog b/ChangeLog index 68e68d2..e47d8dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-11-11 Thomas Moulard <tho...@gm...> + + Add RPM spec file. + * roboptim-core.spec.in: New. + 2009-11-06 Thomas Moulard <tho...@gm...> Add ROBOPTIM_DLLLOCAL when needed. diff --git a/roboptim-core.spec.in b/roboptim-core.spec.in new file mode 100644 index 0000000..aa2f3e9 --- /dev/null +++ b/roboptim-core.spec.in @@ -0,0 +1,75 @@ +Name: @PACKAGE_TARNAME@ +Version: @PACKAGE_VERSION@ +Release: 1%{?dist} +Summary: Generic optimization library. + +Group: Development/Libraries +License: LGPL +URL: http://roboptim.sourceforge.net/ +Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: boost-devel, libtool-ltdl-devel +Requires: pkgconfig + + +%description +The generic optimization library allows user to independently solve +numerical problems with one of the many available solvers. + + +%package devel +Summary: Static libraries and headers. +Group: Development/Libraries +Requires: @PACKAGE_TARNAME@ = %{version}-%{release} +%description devel +The generic optimization library allows user to independently solve +numerical problems with one of the many available solvers. + + +%package doc +Summary: Static libraries and headers. +Group: Documentation +Requires: @PACKAGE_TARNAME@ = %{version}-%{release} +%description doc +The generic optimization library allows user to independently solve +numerical problems with one of the many available solvers. + + + + + +%prep +%setup -q + +%build +%configure --docdir=%{_datadir}/doc/%{name}-%{version} +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING THANKS README NEWS +%{_libdir}/*.so* +%{_libdir}/pkgconfig/* + +%files devel +%{_libdir}/*.a +%{_includedir}/* + +%files doc +%{_datadir}/doc/%{name}-%{version}/* + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%changelog +* Wed Nov 11 2009 Thomas Moulard <tho...@gm...> +- initial work ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++ roboptim-core.spec.in | 75 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+), 0 deletions(-) create mode 100644 roboptim-core.spec.in hooks/post-receive -- roboptim-core |
From: <no-...@ro...> - 2009-11-11 18:16:27
|
The Buildbot has finished a build of roboptim-core on RobOptim. Full details are available at: http://cleo.laas.fr:8010/builders/roboptim-core/builds/14 Buildbot URL: http://cleo.laas.fr:8010/ Buildslave for this Build: cleo Build Reason: The web-page 'force build' button was pressed by 'Thomas': Build Source Stamp: HEAD Blamelist: Build succeeded! sincerely, -The Buildbot |
From: <no-...@ro...> - 2009-11-11 16:54:13
|
The Buildbot has finished a build of roboptim-trajectory on RobOptim. Full details are available at: http://cleo.laas.fr:8010/builders/roboptim-trajectory/builds/1 Buildbot URL: http://cleo.laas.fr:8010/ Buildslave for this Build: cleo Build Reason: The web-page 'force build' button was pressed by 'Thomas': Build Source Stamp: HEAD Blamelist: Build succeeded! sincerely, -The Buildbot |
From: <no-...@ro...> - 2009-11-11 16:48:50
|
The Buildbot has finished a build of roboptim-core-cfsqp-plugin on RobOptim. Full details are available at: http://cleo.laas.fr:8010/builders/roboptim-core-cfsqp-plugin/builds/0 Buildbot URL: http://cleo.laas.fr:8010/ Buildslave for this Build: cleo Build Reason: The web-page 'force build' button was pressed by 'Thomas': Build Source Stamp: HEAD Blamelist: Build succeeded! sincerely, -The Buildbot |
From: <no-...@ro...> - 2009-11-11 16:44:26
|
The Buildbot has finished a build of roboptim-core on RobOptim. Full details are available at: http://cleo.laas.fr:8010/builders/roboptim-core/builds/13 Buildbot URL: http://cleo.laas.fr:8010/ Buildslave for this Build: cleo Build Reason: The web-page 'force build' button was pressed by 'Thomas': Build Source Stamp: HEAD Blamelist: Build succeeded! sincerely, -The Buildbot |
From: <no-...@ro...> - 2009-11-11 16:38:17
|
The Buildbot has finished a build of roboptim-core on RobOptim. Full details are available at: http://cleo.laas.fr:8010/builders/roboptim-core/builds/12 Buildbot URL: http://cleo.laas.fr:8010/ Buildslave for this Build: cleo Build Reason: The web-page 'force build' button was pressed by 'Thomas': Build Source Stamp: HEAD Blamelist: BUILD FAILED: failed compile sincerely, -The Buildbot |
From: <no-...@ro...> - 2009-11-11 16:34:59
|
The Buildbot has finished a build of roboptim-core on RobOptim. Full details are available at: http://cleo.laas.fr:8010/builders/roboptim-core/builds/11 Buildbot URL: http://cleo.laas.fr:8010/ Buildslave for this Build: cleo Build Reason: The web-page 'force build' button was pressed by 'Thomas': Build Source Stamp: HEAD Blamelist: BUILD FAILED: exception configure sincerely, -The Buildbot |
From: <no-...@ro...> - 2009-11-11 16:33:33
|
The Buildbot has finished a build of roboptim-core on RobOptim. Full details are available at: http://cleo.laas.fr:8010/builders/roboptim-core/builds/10 Buildbot URL: http://cleo.laas.fr:8010/ Buildslave for this Build: cleo Build Reason: The web-page 'force build' button was pressed by 'Thomas': Build Source Stamp: HEAD Blamelist: BUILD FAILED: exception configure sincerely, -The Buildbot |
From: <no-...@ro...> - 2009-11-11 16:31:51
|
The Buildbot has finished a build of roboptim-core on RobOptim. Full details are available at: http://cleo.laas.fr:8010/builders/roboptim-core/builds/9 Buildbot URL: http://cleo.laas.fr:8010/ Buildslave for this Build: cleo Build Reason: The web-page 'force build' button was pressed by 'Thomas': Build Source Stamp: HEAD Blamelist: BUILD FAILED: exception shell_2 sincerely, -The Buildbot |
From: <no-...@ro...> - 2009-11-11 16:30:23
|
The Buildbot has finished a build of roboptim-core on RobOptim. Full details are available at: http://cleo.laas.fr:8010/builders/roboptim-core/builds/8 Buildbot URL: http://cleo.laas.fr:8010/ Buildslave for this Build: cleo Build Reason: The web-page 'force build' button was pressed by 'Thomas': Build Source Stamp: HEAD Blamelist: BUILD FAILED: exception configure sincerely, -The Buildbot |
From: <no-...@ro...> - 2009-11-11 16:27:22
|
The Buildbot has finished a build of roboptim-core on RobOptim. Full details are available at: http://cleo.laas.fr:8010/builders/roboptim-core/builds/7 Buildbot URL: http://cleo.laas.fr:8010/ Buildslave for this Build: cleo Build Reason: The web-page 'force build' button was pressed by 'Thomas': Build Source Stamp: HEAD Blamelist: BUILD FAILED: exception configure sincerely, -The Buildbot |
From: <no-...@ro...> - 2009-11-11 16:26:54
|
The Buildbot has finished a build of roboptim-trajectory on RobOptim. Full details are available at: http://cleo.laas.fr:8010/builders/roboptim-trajectory/builds/0 Buildbot URL: http://cleo.laas.fr:8010/ Buildslave for this Build: cleo Build Reason: The web-page 'force build' button was pressed by 'Thomas': Build Source Stamp: HEAD Blamelist: Build succeeded! sincerely, -The Buildbot |
From: <no-...@ro...> - 2009-11-11 16:26:43
|
The Buildbot has finished a build of roboptim-core on RobOptim. Full details are available at: http://cleo.laas.fr:8010/builders/roboptim-core/builds/1 Buildbot URL: http://cleo.laas.fr:8010/ Buildslave for this Build: cleo Build Reason: The web-page 'force build' button was pressed by 'Thomas': Build Source Stamp: HEAD Blamelist: BUILD FAILED: failed git sincerely, -The Buildbot |
From: <no-...@ro...> - 2009-11-11 16:26:38
|
The Buildbot has finished a build of roboptim-core on RobOptim. Full details are available at: http://cleo.laas.fr:8010/builders/roboptim-core/builds/2 Buildbot URL: http://cleo.laas.fr:8010/ Buildslave for this Build: cleo Build Reason: The web-page 'rebuild' button was pressed by 'Thomas': Build Source Stamp: HEAD Blamelist: Build succeeded! sincerely, -The Buildbot |
From: <no-...@ro...> - 2009-11-11 16:26:37
|
The Buildbot has finished a build of roboptim-core on RobOptim. Full details are available at: http://cleo.laas.fr:8010/builders/roboptim-core/builds/0 Buildbot URL: http://cleo.laas.fr:8010/ Buildslave for this Build: cleo Build Reason: The web-page 'force build' button was pressed by 'Thomas': Build Source Stamp: HEAD Blamelist: BUILD FAILED: failed git sincerely, -The Buildbot |
From: <no-...@ro...> - 2009-11-11 16:26:36
|
The Buildbot has finished a build of roboptim-core on RobOptim. Full details are available at: http://cleo.laas.fr:8010/builders/roboptim-core/builds/6 Buildbot URL: http://cleo.laas.fr:8010/ Buildslave for this Build: cleo Build Reason: The web-page 'force build' button was pressed by 'Thomas': Build Source Stamp: HEAD Blamelist: BUILD FAILED: exception shell configure sincerely, -The Buildbot |