File wdfs.spec of Package wdfs
#
# spec file for package wdfs (Version 1.4.2)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# 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: 25
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.