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.

27 commits

Author SHA1 Message Date
Miro Hrončok
6e11ebb004 Orphaned for 6+ weeks 2018-12-24 13:55:12 +01:00
Fedora Release Engineering
7a8d547254 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 09:39:54 +00:00
Igor Gnatenko
131fa2d599 add BuildRequires: gcc
Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
2018-07-09 19:06:54 +02:00
Fedora Release Engineering
b34034ed81 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 22:13:04 +00:00
Fedora Release Engineering
e650212db3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 11:03:54 +00:00
Fedora Release Engineering
942d24e418 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 22:31:50 +00:00
Fedora Release Engineering
0d51dcc264 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 18:13:49 +00:00
Igor Gnatenko
e25c3e6115 Rebuild for readline 7.x
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-01-12 17:30:45 +01:00
Fedora Release Engineering
95737d11cf - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 03:55:10 +00:00
Dennis Gilmore
5c5cf1e03b - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 04:33:33 +00:00
Jaromir Capik
24b86d68f9 - Upgrading to 1.3.5 (#1150575) 2014-11-03 09:27:39 +01:00
Jaromir Capik
a8e0670dca - Adding useful BRs to enhance the capabilities
- Cleaning the spec from useless stuff
2014-10-01 20:46:30 +02:00
Jaromir Capik
8304a49fbe - forgot to remove patches from spec 2014-10-01 20:02:08 +02:00
Jaromir Capik
0688c8ad4d - Upgrading to 1.3.4 (#1135702) 2014-10-01 19:57:48 +02:00
fd2547226e - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 11:15:25 +00:00
Dennis Gilmore
cc9ffc8194 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 12:39:46 -05:00
Jaromir Capik
8ac53bd27d - Fixing format-security flawsm (#1037407)
- Cleaning the spec
2014-02-05 18:13:54 +01:00
Dennis Gilmore
ab6696eef2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 04:27:08 -05:00
Jaromir Capik
83b21f466d Fixing texi errors (section levels) 2013-05-24 20:10:39 +02:00
Jaromir Capik
16a7825bbf forgotten aarch64 patch added 2013-05-24 19:51:58 +02:00
Jaromir Capik
84fcaf4179 aarch64 support 2013-05-24 19:43:03 +02:00
Dennis Gilmore
7ecfa122ed - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 22:08:30 -06:00
Dennis Gilmore
cfc5df0755 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 02:31:41 -05:00
Dennis Gilmore
c49f126e30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 03:23:49 -06:00
Dennis Gilmore
ca74c9b486 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 01:16:30 -06:00
Fedora Release Engineering
a862b0be8d dist-git conversion 2010-07-29 16:18:30 +00:00
Bill Nottingham
556c5cadd9 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:39:34 +00:00
7 changed files with 1 additions and 232 deletions

View file

@ -1 +0,0 @@
yafc-1.1.1.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: yafc
# $Id$
NAME := yafc
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,12 +0,0 @@
--- yafc-1.1.1/lib/gssapi.c 2006-07-09 13:26:34.000000000 +0200
+++ yafc-1.1.1/lib/gssapi.c 2006-07-09 13:26:38.000000000 +0200
@@ -72,7 +72,7 @@
static gss_OID_desc gss_c_nt_hostbased_service_oid_desc =
{10, (void *)"\x2a\x86\x48\x86\xf7\x12" "\x01\x02\x01\x04"};
-static gss_OID GSS_C_NT_HOSTBASED_SERVICE = &gss_c_nt_hostbased_service_oid_desc;
+gss_OID GSS_C_NT_HOSTBASED_SERVICE = &gss_c_nt_hostbased_service_oid_desc;

View file

@ -1,11 +0,0 @@
--- yafc-1.1.1/configure.gssapih 2005-10-06 08:26:31.000000000 +0200
+++ yafc-1.1.1/configure 2007-02-15 19:00:41.000000000 +0100
@@ -27689,7 +27689,6 @@
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
-#include <gssapi.h>
int
main ()
{

View file

@ -1 +0,0 @@
832d074183a36ee15b47553ed5962fce yafc-1.1.1.tar.bz2

186
yafc.spec
View file

@ -1,186 +0,0 @@
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=192606
#
# Specfile for yafc: yet another ftp client
#
Name: yafc
Version: 1.1.1
Release: 13%{?dist}
Summary: Yet Another FTP/SFTP Client
Group: Applications/Internet
License: GPLv2+
URL: http://yafc.sourceforge.net
################################################################################
Source: http://dl.sourceforge.net/yafc/%{name}-%{version}.tar.bz2
Patch1: gssapi.diff
Patch2: gssapi2.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
################################################################################
BuildRequires: readline-devel >= 4.2
BuildRequires: krb5-devel
BuildRequires: ncurses-devel
BuildRequires: /usr/bin/makeinfo
Requires: openssh-clients
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
################################################################################
%description
Yafc is an OpenSource console mode FTP client. It has support for Kerberos 4/5
authentication and sftp (ssh2). Other features include tab completion,
directory cache, powerful aliases, recursive file commands and bookmarks with
autologin.
################################################################################
%prep
%setup -q
make distclean
%patch1 -p1
%patch2 -p1
################################################################################
%build
%configure
make %{?_smp_mflags}
################################################################################
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# Change the perms on %doc files so rpm doesn't pick up their dependencies
find contrib/ -type f -print0 | xargs -r0 chmod 644
# Remove the CVS directory from contrib so it doesn't get installed into %doc
rm -rf contrib/CVS
# Remove the info directory that sometimes gets created
rm -rf $RPM_BUILD_ROOT/%{_datadir}/info/dir
################################################################################
%clean
rm -rf $RPM_BUILD_ROOT
################################################################################
%post
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
################################################################################
%postun
if [ $1 = 0 ]; then
/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
fi
################################################################################
%files
%defattr(-, root, root, -)
%doc ABOUT-NLS BUGS COPYING COPYRIGHT NEWS README THANKS TODO
%doc contrib/
%doc inputrc.sample yafcrc.sample
%{_bindir}/*
%{_mandir}/man*/*
%{_datadir}/info/yafc*
################################################################################
%changelog
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Mon Aug 11 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 1.1.1-11
- Fix license tag.
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.1-10
- Autorebuild for GCC 4.3
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.1.1-9
- Rebuild for selinux ppc32 issue.
* Fri Jun 22 2007 Chris Petersen <rpm@forevermore.net> 1.1.1-8
- Revision bump due to buildsys version conflict preventing F-7 build
* Sat Feb 17 2007 Chris Petersen <rpm@forevermore.net> 1.1.1-7
- Add gssapi2 patch from https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=226764 so this compiles in rawhide
* Thu Feb 1 2007 Chris Petersen <rpm@forevermore.net> 1.1.1-6
- Add ncurses BR so that yafc won't link against the deprecated termcap lib
* Tue Sep 12 2006 Chris Petersen <rpm@forevermore.net> 1.1.1-5
- Slight tweak to the defattr to add the fourth parameter
* Sun Jul 23 2006 Chris Petersen <rpm@forevermore.net> 1.1.1-4
- Add `make distclean` to prep section to compensate for "dirty" cvs repository
- Remove doc/ directory from files, since its contents already get installed as info and man files
* Sun Jul 23 2006 Chris Petersen <rpm@forevermore.net> 1.1.1-3
- Add kerberos patch from https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=192606
- Add krb5-devel BR now that we can compile with kerberos
- Make setup quiet for rpmlint
* Mon Jul 03 2006 Chris Petersen <rpm@forevermore.net> 1.1.1-2
- Update summary and description per fedora recommendations
- Remove exclude and just use rm -rf for info/dir
- Move install-info to postun instead of preun
- Remove redunant readline requirement
- Remove "always color" patch (problems in non-ansi terminals and can be replicated via yafcrc/alias)
* Sun Nov 28 2004 Karl Pietrzak <TheAlchemist@optonline.net> [1.1-0]
* Fri May 20 2006 Chris Petersen <rpm@forevermore.net> 1.1.1-1
- Update spec to comply with fedora guidelines and rpmlint
- Remove unnecessary errno patch
* Sun Nov 28 2004 Karl Pietrzak <TheAlchemist@optonline.net> [1.1-0]
- added patch to always print with color
- added Requires
* Wed Sep 24 2003 Karol Pietrzak <TheAlchemist@optonline.net> [1.0-2]
- created a patch to compile with the latest incarnation of gcc
* Tue Dec 10 2002 Karol Pietrzak <The_Alchemist@earthlink.net> [1.0-1]
- prettied up Description
- updated BuildRequires
- updated deletion of %%buildroot script
- %%makeinstall pretties up doc/
* Sun Oct 13 2002 Karol Pietrzak <The_Alchemist@earthlink.net>
- changed Group to what SuSE 8.1 uses
- file "dir" no longer part of package
* Sat Oct 12 2002 Karol Pietrzak <The_Alchemist@earthlink.net>
- removed problematic parameters to configure script
* Tue Oct 8 2002 Karol Pietrzak <The_Alchemist@earthlink.net>
- moved deletion of %%buildroot directory and made it smarter
* Tue Dec 4 2001 Karol Pietrzak <The_Alchemist@earthlink.net>
- RPM now relocatable