Compare commits

...
This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

26 commits

Author SHA1 Message Date
Miro Hrončok
3c81b92ba7 Orphaned for 6+ weeks 2019-09-27 11:26:51 +02:00
Fedora Release Engineering
2915eafcd4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-27 03:20:12 +00:00
Fedora Release Engineering
55cc60daf3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-03 11:35:17 +00:00
6802e6a524 Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:54 +01:00
Fedora Release Engineering
3c44571e52 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 08:45:16 +00:00
Jason Tibbitts
7e0c2b37a0 Remove needless use of %defattr 2018-07-10 01:37:01 -05:00
Igor Gnatenko
530d5bb39d add BuildRequires: gcc
Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
2018-07-09 19:06:53 +02:00
ed705dddf0
Remove %clean section
None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-14 08:58:26 +01:00
acfe2babcc Remove BuildRoot definition
None of currently supported distributions need that.
It was needed last for EL5 which is EOL now

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-14 00:48:08 +01:00
Fedora Release Engineering
9695285a0b - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 20:48:26 +00:00
Fedora Release Engineering
dc4d53a7ab - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 10:12:59 +00:00
Fedora Release Engineering
e7027d0dbb - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 21:31:42 +00:00
Fedora Release Engineering
91c830614a - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 17:17:12 +00:00
Fedora Release Engineering
040fc8c839 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 02:55:49 +00:00
Dennis Gilmore
74e847e272 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 02:17:45 +00:00
d2bacc0409 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 08:22:40 +00:00
Dennis Gilmore
b997990626 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 23:17:31 -05:00
Dennis Gilmore
97cd837401 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 01:41:58 -05:00
Dennis Gilmore
e76400eedc - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:00:34 -06:00
Dennis Gilmore
3ab6539591 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 22:18:38 -05:00
Dennis Gilmore
536d222851 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:10:58 -06:00
Dennis Gilmore
f6b8a47ebb - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 20:12:11 -06:00
Fedora Release Engineering
b69968bb29 dist-git conversion 2010-07-29 15:13:55 +00:00
Bill Nottingham
c0e81a5f55 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:43:12 +00:00
f6e2eb7445 rebuilt with new fuse 2009-09-17 06:39:18 +00:00
Jesse Keating
b3b4b1e6e6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 07:07:05 +00:00
6 changed files with 1 additions and 95 deletions

View file

@ -1 +0,0 @@
wdfs-1.4.2.tar.gz

View file

@ -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
View file

@ -0,0 +1 @@
Orphaned for 6+ weeks

View file

@ -1 +0,0 @@
628bb44194d04c1cf8aacc446ed0a230 wdfs-1.4.2.tar.gz

View file

@ -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

View file

@ -1,61 +0,0 @@
Name: wdfs
Version: 1.4.2
Release: 7%{?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
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* 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.