SPECS: nao.spec - removed boost-python-devel BR when building with...

lkrotowski lkrotowski at pld-linux.org
Fri Apr 6 20:59:05 CEST 2007


Author: lkrotowski                   Date: Fri Apr  6 18:59:05 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- removed boost-python-devel BR when building without python plugins
- added ftp over ssl support
- adapterized

---- Files affected:
SPECS:
   nao.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/nao.spec
diff -u SPECS/nao.spec:1.14 SPECS/nao.spec:1.15
--- SPECS/nao.spec:1.14	Thu Apr  5 19:26:16 2007
+++ SPECS/nao.spec	Fri Apr  6 20:59:00 2007
@@ -3,6 +3,7 @@
 # Conditional build:
 %bcond_with	python		# python plugins (unknown requires)
 %bcond_without	ssh		# sftp virtual file system
+%bcond_without	ssl		# ftp over ssl support
 #
 Summary:	nao - powerful and flexible file manager
 Summary(pl.UTF-8):	nao - potężny i elastyczny zarządca plików
@@ -16,18 +17,19 @@
 Patch0:		%{name}-desktop.patch
 URL:		http://nao.linux.pl/
 BuildRequires:	boost-any-devel
-BuildRequires:	boost-thread-devel
+BuildRequires:	boost-filesystem-devel
 BuildRequires:	boost-mem_fn-devel
 BuildRequires:	boost-program_options-devel
+%{?with_python:BuildRequires:	boost-python-devel}
 BuildRequires:	boost-ref-devel
-BuildRequires:	boost-filesystem-devel
 BuildRequires:	boost-regex-devel
-BuildRequires:	boost-python-devel
+BuildRequires:	boost-thread-devel
 BuildRequires:	fox-devel >= 1.4.0
 BuildRequires:	libpng-devel
 %{?with_ssh:BuildRequires:  	libssh-devel}
 BuildRequires:	libtool
 BuildRequires:	libxml2-devel
+%{?with_ssl:BuildRequires:  	openssl-devel}
 Requires:	fox >= 1.4.0
 Obsoletes:	openspace
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -76,6 +78,7 @@
 %build
 %configure \
 	%{?with_ssh:--enable-sshvfs} \
+	%{?with_ssh:--enable-ssl} \
 	%{?with_python:--enable-python}
 %{__make}
 
@@ -105,6 +108,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2007/04/06 18:59:00  lkrotowski
+- removed boost-python-devel BR when building without python plugins
+- added ftp over ssl support
+- adapterized
+
 Revision 1.14  2007/04/05 17:26:16  qboosh
 - unified
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nao.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list