SPECS: inn.spec - updated to 2.4.3 - new patches: db4.4 (support f...
qboosh
qboosh at pld-linux.org
Sat Mar 25 18:19:17 CET 2006
Author: qboosh Date: Sat Mar 25 17:19:17 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 2.4.3
- new patches: db4.4 (support for db 4.4.x), libdir (fixes path issue in *.la)
---- Files affected:
SPECS:
inn.spec (1.167 -> 1.168)
---- Diffs:
================================================================
Index: SPECS/inn.spec
diff -u SPECS/inn.spec:1.167 SPECS/inn.spec:1.168
--- SPECS/inn.spec:1.167 Sat Mar 25 16:50:53 2006
+++ SPECS/inn.spec Sat Mar 25 18:19:11 2006
@@ -14,12 +14,12 @@
Summary(pt_BR): INN, InterNet News System (servidor news)
Summary(tr): INN, InterNet Haber Sistemi (haber sunucu)
Name: inn
-Version: 2.4.2
+Version: 2.4.3
Release: 0.1
License: distributable
Group: Networking/Daemons
Source0: ftp://ftp.isc.org/isc/inn/%{name}-%{version}.tar.gz
-# Source0-md5: 4942a275c70e0256dad6f1857be6d62e
+# Source0-md5: 6caa10909a7bf55fb91535685990aec9
Source1: %{name}-default-active
Source2: %{name}-default-distributions
Source3: %{name}-default-newsgroups
@@ -38,6 +38,8 @@
Patch6: %{name}-db4.patch
Patch7: %{name}-lib_install_modes.patch
Patch8: %{name}-config.patch
+Patch9: %{name}-db4.4.patch
+Patch10: %{name}-libdir.patch
URL: http://www.isc.org/sw/inn/
BuildRequires: fix-%post-script-first
BuildRequires: autoconf
@@ -256,6 +258,8 @@
%patch6
%patch7 -p1
%patch8 -p1
+%patch9 -p1
+%patch10 -p1
touch innfeed/*.[ly]
@@ -306,7 +310,7 @@
$RPM_BUILD_ROOT/home/services/news
%{__make} install \
- DESTDIR="$RPM_BUILD_ROOT" \
+ DESTDIR=$RPM_BUILD_ROOT \
PATHFILTER=%{_datadir}/news/filter \
PATHCONTROL=%{_datadir}/news/control \
PATHRNEWS=%{_libdir}/news/rnews \
@@ -333,11 +337,6 @@
touch $RPM_BUILD_ROOT/var/lib/news/.news.daily
touch $RPM_BUILD_ROOT/var/lib/news/active.times
-# obsolete?
-#touch $RPM_BUILD_ROOT%{_includedir}/inn/configdata.h
-
-mv -f $RPM_BUILD_ROOT%{_datadir}/news/*.{a,la,so*} $RPM_BUILD_ROOT%{_libdir}
-
LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir} $RPM_BUILD_ROOT%{_bindir}/makehistory \
-a $RPM_BUILD_ROOT/var/lib/news/active \
-i -r -f $RPM_BUILD_ROOT/var/lib/news/history || :
@@ -598,6 +597,7 @@
%{_mandir}/man1/innmail.1*
%{_mandir}/man1/nntpget.1*
%{_mandir}/man1/pgpverify.1*
+%{_mandir}/man1/pullnews.1*
%{_mandir}/man1/rnews.1*
%{_mandir}/man1/shlock.1*
%{_mandir}/man1/shrinkfile.1*
@@ -634,6 +634,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.168 2006/03/25 17:19:11 qboosh
+- updated to 2.4.3
+- new patches: db4.4 (support for db 4.4.x), libdir (fixes path issue in *.la)
+
Revision 1.167 2006/03/25 15:50:53 glen
- more logs cleanup (or does it write directly there?)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/inn.spec?r1=1.167&r2=1.168&f=u
More information about the pld-cvs-commit
mailing list