SPECS: gts.spec - added as_needed-fix patch (untested)
sparky
sparky at pld-linux.org
Tue Sep 5 11:14:13 CEST 2006
Author: sparky Date: Tue Sep 5 09:14:13 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added as_needed-fix patch (untested)
---- Files affected:
SPECS:
gts.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/gts.spec
diff -u SPECS/gts.spec:1.5 SPECS/gts.spec:1.6
--- SPECS/gts.spec:1.5 Tue Sep 5 10:43:41 2006
+++ SPECS/gts.spec Tue Sep 5 11:14:07 2006
@@ -9,7 +9,10 @@
Source0: http://dl.sourceforge.net/gts/%{name}-%{version}.tar.gz
# Source0-md5: 9f710aefd2ed9b3cc1b1216171fc5a8a
Patch0: %{name}-alpha.patch
+Patch1: %{name}-as_needed-fix.patch
URL: http://gts.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -57,8 +60,13 @@
%prep
%setup -q
#patch0 -p1
+%patch1 -p1
%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
%configure
%{__make}
@@ -101,6 +109,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2006/09/05 09:14:07 sparky
+- added as_needed-fix patch (untested)
+
Revision 1.5 2006/09/05 08:43:41 cieciwa
- removed patch0 - not needed in this version.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gts.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list