librep r2910 - trunk
- From: chrisb svn gnome org
- To: svn-commits-list gnome org
- Subject: librep r2910 - trunk
- Date: Tue, 5 Aug 2008 18:37:01 +0000 (UTC)
Author: chrisb
Date: Tue Aug 5 18:37:01 2008
New Revision: 2910
URL: http://svn.gnome.org/viewvc/librep?rev=2910&view=rev
Log:
update the spec-file
add --copy --force to libtoolize flags (autogen.sh)
Modified:
trunk/ChangeLog
trunk/autogen.sh
trunk/librep.spec.in
Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh (original)
+++ trunk/autogen.sh Tue Aug 5 18:37:01 2008
@@ -9,7 +9,7 @@
fi
if grep "AM_PROG_LIBTOOL" configure.in >/dev/null; then
echo "Running libtoolize"
- libtoolize || exit 1
+ libtoolize --force --copy || exit 1
fi
echo "Running aclocal $ACLOCAL_FLAGS"
aclocal $ACLOCAL_FLAGS || exit 1
Modified: trunk/librep.spec.in
==============================================================================
--- trunk/librep.spec.in (original)
+++ trunk/librep.spec.in Tue Aug 5 18:37:01 2008
@@ -3,11 +3,11 @@
Version: @version@
Release: 1
Summary: An embeddable LISP environment
-Copyright: GPL
+License: GPL
Group: Development/Languages
Source: http://download.sourceforge.net/librep/librep-%{version}.tar.gz
URL: http://librep.sourceforge.net/
-Packager: John Harper <john dcs warwick ac uk>
+Packager: Christopher Bratusek <nano-master gmx de>
Buildroot: /var/tmp/%{name}-root
BuildPrereq: gmp-devel gdbm-devel readline-devel texinfo
PreReq: /sbin/install-info
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]