rpms/wdfs/devel wdfs-1.4.2-as-needed.patch, NONE, 1.1 wdfs.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Wed Jun 6 16:59:29 UTC 2007


Author: ajax

Update of /cvs/pkgs/rpms/wdfs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9882/devel

Modified Files:
	.cvsignore sources 
Added Files:
	wdfs-1.4.2-as-needed.patch wdfs.spec 
Log Message:
Initial revision


wdfs-1.4.2-as-needed.patch:

--- NEW FILE wdfs-1.4.2-as-needed.patch ---
--- wdfs-1.4.2/configure.ac.jx	2007-04-17 16:42:31.000000000 -0400
+++ wdfs-1.4.2/configure.ac	2007-06-05 08:58:07.000000000 -0400
@@ -11,7 +11,7 @@
 PKG_CHECK_MODULES(WDFS, [fuse >= 2.5.0  neon >= 0.24.7  glib-2.0])
 
 CFLAGS="$CFLAGS $WDFS_CFLAGS -Wall -D_GNU_SOURCE -D_REENTRANT"
-LIBS="$WDFS_LIBS"
+LIBS="-Wl,--as-needed $WDFS_LIBS"
 
 AC_CONFIG_FILES([Makefile src/Makefile])
 AC_OUTPUT


--- NEW FILE wdfs.spec ---
Name:           wdfs
Version:        1.4.2
Release:        1%{?dist}
Summary:        WebDAV File System

Group:          System Environment/Base
License:        GPL
URL:            http://noedler.de/projeckte/wdfs/
Source0:        http://noedler.de/projekte/wdfs/wdfs-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  fuse-devel neon-devel glib2-devel
#Requires:       
Patch0:		wdfs-1.4.2-as-needed.patch

%description
wdfs is a WebDAV filesystem that makes it possible to mount a WebDAV share
under Linux.  wdfs has some special features for accessing subversion
repositiories via WebDAV.

%prep
%setup -q
%patch0 -p1 -b .as-needed

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README TODO
%{_bindir}/wdfs

%changelog
* Tue Jun 05 2007 Adam Jackson <ajax at redhat.com> 1.4.2-1
- Initial version.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wdfs/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Jun 2007 20:57:11 -0000	1.1
+++ .cvsignore	6 Jun 2007 16:58:54 -0000	1.2
@@ -0,0 +1 @@
+wdfs-1.4.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wdfs/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Jun 2007 20:57:11 -0000	1.1
+++ sources	6 Jun 2007 16:58:54 -0000	1.2
@@ -0,0 +1 @@
+628bb44194d04c1cf8aacc446ed0a230  wdfs-1.4.2.tar.gz




More information about the fedora-extras-commits mailing list