Author: qboosh                       Date: Wed Oct 11 10:27:20 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added nolibs patch (kill unnecessary libs from `pth-config --libs --all`)
- release 2

---- Files affected:
SPECS:
   pth.spec (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: SPECS/pth.spec
diff -u SPECS/pth.spec:1.31 SPECS/pth.spec:1.32
--- SPECS/pth.spec:1.31 Mon Jun 26 12:46:16 2006
+++ SPECS/pth.spec      Wed Oct 11 12:27:12 2006
@@ -8,14 +8,17 @@
 Summary(pl):   Przenośne wątki GNU
 Name:          pth
 Version:       2.0.7
-Release:       1
+Release:       2
 Epoch:         1
 License:       LGPL
 Group:         Libraries
 Source0:       ftp://ftp.gnu.org/gnu/pth/%{name}-%{version}.tar.gz
 # Source0-md5: 9cb4a25331a4c4db866a31cbe507c793
+Patch0:                %{name}-nolibs.patch
 URL:           http://www.gnu.org/software/pth/
+BuildRequires: autoconf >= 2.52
 BuildRequires: automake
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # -fno-strict-aliasing" because mainly pth_mctx.c contains important
@@ -65,10 +68,14 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 cp -f /usr/share/automake/config.* .
-
+%{__libtoolize}
+%{__aclocal}
+%{__autoheader}
+%{__autoconf}
 %configure \
        %{?with_pthread:--enable-pthread} \
        --enable-optimize
@@ -116,6 +123,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2006/10/11 10:27:12  qboosh
+- added nolibs patch (kill unnecessary libs from `pth-config --libs --all`)
+- release 2
+
 Revision 1.31  2006/06/26 10:46:16  qboosh
 - updated to 2.0.7
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pth.spec?r1=1.31&r2=1.32&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to