SPECS: pth.spec - builds on th - rel 5
patrys
patrys at pld-linux.org
Mon Sep 8 18:09:38 CEST 2008
Author: patrys Date: Mon Sep 8 16:09:38 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- builds on th
- rel 5
---- Files affected:
SPECS:
pth.spec (1.39 -> 1.40)
---- Diffs:
================================================================
Index: SPECS/pth.spec
diff -u SPECS/pth.spec:1.39 SPECS/pth.spec:1.40
--- SPECS/pth.spec:1.39 Mon Jul 28 01:05:01 2008
+++ SPECS/pth.spec Mon Sep 8 18:09:33 2008
@@ -8,7 +8,7 @@
Summary(pl.UTF-8): Przenośne wątki GNU
Name: pth
Version: 2.0.7
-Release: 4
+Release: 5
Epoch: 1
License: LGPL
Group: Libraries
@@ -69,18 +69,19 @@
%prep
%setup -q
%patch0 -p1
-
-%build
# no aclocal call: aclocal.m4 contains only local macros, libtool.m4 is included from configure.in
cp -f /usr/share/automake/config.* /usr/share/aclocal/libtool.m4 .
+mv aclocal.m4 local.m4
+
+%build
%{__libtoolize}
+%{__aclocal} -I.
%{__autoheader}
%{__autoconf}
%configure \
%{?with_pthread:--enable-pthread} \
--enable-optimize
-%{__make} pth_p.h
%{__make}
%{?with_tests:%{__make} test}
@@ -100,13 +101,14 @@
%defattr(644,root,root,755)
# COPYING contains not only LGPL text
%doc ANNOUNCE AUTHORS COPYING ChangeLog HISTORY NEWS README SUPPORT TESTS THANKS USERS
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libpth.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libpth.so.20
%files devel
%defattr(644,root,root,755)
%doc HACKING
%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so
+%attr(755,root,root) %{_libdir}/libpth.so
%{_libdir}/lib*.la
%{_aclocaldir}/pth.m4
%{_includedir}/*.h
@@ -123,6 +125,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.40 2008/09/08 16:09:33 patrys
+- builds on th
+- rel 5
+
Revision 1.39 2008/07/27 23:05:01 arekm
- release 4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pth.spec?r1=1.39&r2=1.40&f=u
More information about the pld-cvs-commit
mailing list