Compare commits
27 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c81b92ba7 | ||
|
|
2915eafcd4 | ||
|
|
55cc60daf3 | ||
| 6802e6a524 | |||
|
|
3c44571e52 | ||
|
|
7e0c2b37a0 | ||
|
|
530d5bb39d | ||
|
ed705dddf0 |
|||
| acfe2babcc | |||
|
|
9695285a0b | ||
|
|
dc4d53a7ab | ||
|
|
e7027d0dbb | ||
|
|
91c830614a | ||
|
|
040fc8c839 | ||
|
|
74e847e272 | ||
| d2bacc0409 | |||
|
|
b997990626 | ||
|
|
97cd837401 | ||
|
|
e76400eedc | ||
|
|
3ab6539591 | ||
|
|
536d222851 | ||
|
|
f6b8a47ebb | ||
|
|
b69968bb29 | ||
|
|
c0e81a5f55 | ||
|
|
f6e2eb7445 | ||
|
|
b3b4b1e6e6 | ||
|
|
018115389c |
6 changed files with 1 additions and 92 deletions
|
|
@ -1 +0,0 @@
|
|||
wdfs-1.4.2.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: wdfs
|
||||
# $Id$
|
||||
NAME := wdfs
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
628bb44194d04c1cf8aacc446ed0a230 wdfs-1.4.2.tar.gz
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- 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
|
||||
58
wdfs.spec
58
wdfs.spec
|
|
@ -1,58 +0,0 @@
|
|||
Name: wdfs
|
||||
Version: 1.4.2
|
||||
Release: 6%{?dist}
|
||||
Summary: WebDAV File System
|
||||
|
||||
Group: System Environment/Base
|
||||
License: GPLv2+
|
||||
URL: http://noedler.de/projekte/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
|
||||
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.4.2-6
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
* Tue Jan 22 2008 Adam Jackson <ajax@redhat.com> 1.4.2-5
|
||||
- Fix License tag. (#428962)
|
||||
|
||||
* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.4.2-4
|
||||
- Fix spelling error in URL. (#302731)
|
||||
|
||||
* Thu Aug 23 2007 Joe Orton <jorton@redhat.com> 1.4.2-3
|
||||
- rebuild for neon 0.27
|
||||
|
||||
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.4.2-2
|
||||
- Rebuild for build id
|
||||
|
||||
* Tue Jun 05 2007 Adam Jackson <ajax@redhat.com> 1.4.2-1
|
||||
- Initial version.
|
||||
Loading…
Add table
Add a link
Reference in a new issue