Author: baggins Date: Mon Jul 6 10:53:58 2009 GMT Module: packages Tag: HEAD ---- Log message: - rel 2 - corrected BRs and configure options
---- Files affected: packages/sitecopy: sitecopy.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: packages/sitecopy/sitecopy.spec diff -u packages/sitecopy/sitecopy.spec:1.8 packages/sitecopy/sitecopy.spec:1.9 --- packages/sitecopy/sitecopy.spec:1.8 Fri Oct 12 18:21:43 2007 +++ packages/sitecopy/sitecopy.spec Mon Jul 6 12:53:53 2009 @@ -3,14 +3,16 @@ Summary(pl.UTF-8): Narzędzie do łatwego utrzymywania zdalnych serwisów WWW Name: sitecopy Version: 0.16.3 -Release: 1 +Release: 2 License: GPL Group: Networking/Utilities Source0: http://www.lyra.org/sitecopy/%{name}-%{version}.tar.gz # Source0-md5: df48499ad81b333a9d255c1709e09a1a URL: http://www.lyra.org/sitecopy/ BuildRequires: automake +BuildRequires: heimdal-devel BuildRequires: neon-devel +BuildRequires: openssl-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -34,7 +36,9 @@ %build cp -f /usr/share/automake/config.sub . -%configure +%configure \ + --with-ssl=openssl \ + --with-gssapi %{__make} %install @@ -62,6 +66,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2009/07/06 10:53:53 baggins +- rel 2 +- corrected BRs and configure options + Revision 1.8 2007/10/12 16:21:43 qboosh - BR: automake ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sitecopy/sitecopy.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
