File wdfs.spec of Package wdfs
#
# spec file for package wdfs (Version 1.4.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: wdfs
BuildRequires: fuse-devel glib2-devel neon-devel openssl-devel
Requires: fuse
Summary: WebDAV file system
Version: 1.4.2
Release: 130
License: GPL v2 or later
Group: System/Filesystems
Url: http://noedler.de/projekte/wdfs/
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
wdfs is a WebDAV filesystem with special features for accessing
subversion repositories. It is based on fuse and neon.
Authors:
--------
Jens Noedler <noedler@web.de>
%prep
%setup -q
%build
CFLAGS="%optflags" ./configure --prefix=%_prefix
make
%install
make DESTDIR="%buildroot" install
%clean
rm -rf "%buildroot"
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README TODO
%_bindir/*
%changelog
* Fri Aug 10 2007 bk@suse.de
- Add "Requires: fuse" to ensure that fuse is present (285101#c29)
* Wed May 09 2007 max@suse.de
- New version: 1.4.2
- Obsoletes all the patches we had before.
* Sun Jul 23 2006 olh@suse.de
- adapt for neon 0.26 API
* Tue Jul 18 2006 max@suse.de
- New package: wdfs - a userspace file system for WebDAV
- wdfs-cmdline.patch: fixes some array overrun conditions in the
command line parser and hides command line arguments from the
process table.