SPECS: ode.spec - enable soname - BR: ac,am; libtool not used
qboosh
qboosh at pld-linux.org
Sat Jul 7 09:52:57 CEST 2007
Author: qboosh Date: Sat Jul 7 07:52:57 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- enable soname
- BR: ac,am; libtool not used
---- Files affected:
SPECS:
ode.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/ode.spec
diff -u SPECS/ode.spec:1.14 SPECS/ode.spec:1.15
--- SPECS/ode.spec:1.14 Sat Jul 7 09:43:10 2007
+++ SPECS/ode.spec Sat Jul 7 09:52:52 2007
@@ -12,8 +12,9 @@
Patch0: %{name}-asm.patch
URL: http://ode.org/
BuildRequires: OpenGL-devel
+BuildRequires: autoconf
+BuildRequires: automake
BuildRequires: libstdc++-devel
-BuildRequires: libtool
BuildRequires: unzip
BuildRequires: xorg-lib-libX11-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -65,12 +66,12 @@
%endif
%build
-%{__libtoolize}
%{__aclocal}
%{__autoconf}
%{__autoheader}
%{__automake}
-%configure
+%configure \
+ --enable-soname
%{__make}
%install
@@ -110,6 +111,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2007/07/07 07:52:52 qboosh
+- enable soname
+- BR: ac,am; libtool not used
+
Revision 1.14 2007/07/07 07:43:10 qboosh
- fixed packaging
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ode.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list