SPECS: nao.spec - up to 0.4.0 rc2
undefine
undefine at pld-linux.org
Tue Apr 3 19:03:23 CEST 2007
Author: undefine Date: Tue Apr 3 17:03:23 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 0.4.0 rc2
---- Files affected:
SPECS:
nao.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: SPECS/nao.spec
diff -u SPECS/nao.spec:1.10 SPECS/nao.spec:1.11
--- SPECS/nao.spec:1.10 Tue Feb 13 08:16:49 2007
+++ SPECS/nao.spec Tue Apr 3 19:03:18 2007
@@ -1,19 +1,29 @@
# $Revision$, $Date$
+%bcond_with python # python plugins (unknown requires)
+%bcond_without ssh # sftp virtual file system
+
+%define _rc rc2
Summary: nao - powerful and flexible file manager
Summary(pl.UTF-8): nao - potężny i elastyczny zarządca plików
Name: nao
-Version: 0.2.1
-Release: 1
-License: GPL
+Version: 0.4.0
+Release: 0.%{rc}.0.1
+License: GPL v2
Group: X11/Applications
-Source0: http://nao.linux.pl/data/%{name}-%{version}.tar.bz2
-# Source0-md5: 55cb4f2447e0ccfa37ba0ad13eb74c03
+Source0: http://nao.linux.pl/data/%{name}-%{version}_%{_rc}.tar.bz2
+# Source0-md5: 62cdee0d0d8eeef82e60d75220370ec4
URL: http://nao.linux.pl/
-BuildRequires: autoconf
-BuildRequires: automake
+BuildRequires: boost-any-devel
+BuildRequires: boost-thread-devel
+BuildRequires: boost-mem_fn-devel
+BuildRequires: boost-program_options-devel
+BuildRequires: boost-ref-devel
+BuildRequires: boost-filesystem-devel
+BuildRequires: boost-regex-devel
+BuildRequires: boost-python-devel
BuildRequires: fox-devel >= 1.4.0
BuildRequires: libpng-devel
-BuildRequires: libssh-devel
+%{?with_ssh:BuildRequires: libssh-devel}
BuildRequires: libtool
BuildRequires: libxml2-devel
Requires: fox >= 1.4.0
@@ -58,13 +68,12 @@
GNOME.
%prep
-%setup -q
+%setup -q -n %{name}-%{version}_%{_rc}
%build
-%{__aclocal}
-%{__autoconf}
-%{__automake}
-%configure
+%configure \
+ %{?with_ssh:--enable-sshvfs} \
+ %{?with_python:--enable-python}
%{__make}
%install
@@ -91,6 +100,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2007/04/03 17:03:18 undefine
+- up to 0.4.0 rc2
+
Revision 1.10 2007/02/13 07:16:49 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/nao.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list