Author: baggins Date: Tue May 13 09:37:06 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2 - force ipv6 support in configure - don't check if socket(AF_INET6,...) works at build time
---- Files affected: SPECS: amanda.spec (1.169 -> 1.170) ---- Diffs: ================================================================ Index: SPECS/amanda.spec diff -u SPECS/amanda.spec:1.169 SPECS/amanda.spec:1.170 --- SPECS/amanda.spec:1.169 Mon May 12 16:10:29 2008 +++ SPECS/amanda.spec Tue May 13 11:37:00 2008 @@ -10,7 +10,7 @@ Summary(pl.UTF-8): Sieciowo zorientowany system tworzenia kopii zapasowych Name: amanda Version: 2.6.0 -Release: 1 +Release: 2 License: BSD Group: Networking/Utilities Source0: http://dl.sourceforge.net/amanda/%{name}-%{version}.tar.gz @@ -26,6 +26,7 @@ Patch4: %{name}-as_needed.patch Patch5: %{name}-tapetypes.patch Patch6: %{name}-FHS.patch +Patch7: %{name}-no-buildtime-ipv6.patch URL: http://www.amanda.org/ BuildRequires: autoconf >= 2.53 BuildRequires: automake @@ -186,6 +187,7 @@ %patch4 -p1 %patch5 -p1 %patch6 -p1 +%patch7 -p1 %build %{__libtoolize} @@ -228,6 +230,7 @@ --with-debugging=%{_sharedstatedir}/amanda/debug \ --with-tmpdir=/var/tmp \ --with-amperldir=%{perl_vendorarch} \ + --with-ipv6 \ --disable-installperms %{__make} @@ -542,6 +545,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.170 2008-05-13 09:37:00 baggins +- rel 2 +- force ipv6 support in configure +- don't check if socket(AF_INET6,...) works at build time + Revision 1.169 2008-05-12 14:10:29 baggins - rel 1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/amanda.spec?r1=1.169&r2=1.170&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
