SPECS: htdig.spec - updated to 3.2.0b6 - added gcc4.patch - with d...
witekfl
witekfl at pld-linux.org
Sun Sep 10 02:51:24 CEST 2006
Author: witekfl Date: Sun Sep 10 00:51:24 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 3.2.0b6
- added gcc4.patch
- with default LDFLAGS build failed
---- Files affected:
SPECS:
htdig.spec (1.57 -> 1.58)
---- Diffs:
================================================================
Index: SPECS/htdig.spec
diff -u SPECS/htdig.spec:1.57 SPECS/htdig.spec:1.58
--- SPECS/htdig.spec:1.57 Sat Sep 2 22:51:33 2006
+++ SPECS/htdig.spec Sun Sep 10 02:51:18 2006
@@ -7,15 +7,14 @@
Summary(ru): éÎÄĹËÓÉŇŐŔÝÁŃ ÓÉÓÔĹÍÁ web-ĐĎÉÓËÁ ÄĚŃ ÎĹÂĎĚŘŰÉČ ÄĎÍĹÎĎ× ÉĚÉ intranet
Summary(uk): śÎÄĹËÓŐŔŢÁ ÓÉÓÔĹÍÁ web-ĐĎŰŐËŐ ÄĚŃ ÎĹ×ĹĚÉËÉČ ÄĎÍĹÎŚ× ŢÉ intranet
Name: htdig
-Version: 3.2.0b4
-Release: 0.%{snap}.1
+Version: 3.2.0b6
+Release: 1
License: GPL
Group: Networking/Utilities
-# 3.2.0b3 has security bugs, so for now we are using snapshot
-Source0: http://www.htdig.org/files/snapshots/%{name}-%{version}-%{snap}.tar.gz
-# Source0-md5: e69d64eaaf4c10742ba198daf641a27c
+Source0: http://dl.sourceforge.net/htdig/%{name}-%{version}.tar.bz2
+# Source0-md5: 8b9b9587a411ac7dd278fa5413428960
Patch0: %{name}-pl-dont-mix-up.patch
-Patch1: %{name}-ac.patch
+Patch1: %{name}-gcc4.patch
URL: http://www.htdig.org/
BuildRequires: autoconf
BuildRequires: automake
@@ -142,7 +141,7 @@
Statyczne biblioteki htdig.
%prep
-%setup -q -n %{name}-%{version}-%{snap}
+%setup -q
%patch0 -p0
%patch1 -p1
@@ -157,7 +156,7 @@
%{__autoconf}
%{__automake}
cd ..
-%configure \
+%configure LDFLAGS="$LDFLAGS -Wl,--no-as-needed" \
--libexec=%{_libdir} \
--with-image-dir=%{htdigdir} \
--with-cgi-bin-dir=%{cgidir} \
@@ -212,7 +211,7 @@
%dir %{_localstatedir}/%{name}
%attr(755,root,root) %{cgidir}/ht*
%dir %{_libdir}/%{name}
-%dir %{_libdir}/mifluz
+%dir %{_libdir}/htdig_db
%attr(755,root,root) %{_libdir}/*/*-3.2.0.so
%{htdigdir}
%{_datadir}/%{name}
@@ -220,6 +219,7 @@
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
%config(missingok,noreplace) %verify(not md5 mtime size) %{htmldir}/search.html
%config(missingok) /etc/cron.daily/htdig-dbgen
+%{_mandir}/man?/*
%files devel
%defattr(644,root,root,755)
@@ -237,6 +237,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.58 2006/09/10 00:51:18 witekfl
+- updated to 3.2.0b6
+- added gcc4.patch
+- with default LDFLAGS build failed
+
Revision 1.57 2006/09/02 20:51:33 glen
- _defaultdocdir -> _docdir
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/htdig.spec?r1=1.57&r2=1.58&f=u
More information about the pld-cvs-commit
mailing list