Compare commits

...

5 Commits
master ... f11

Author SHA1 Message Date
Fedora Release Engineering ee7f47173d dist-git conversion 2010-07-29 16:23:35 +00:00
Bill Nottingham ed48b068bb Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:12:34 +00:00
Minto Joseph 418864f3ab Committing in .
Modified Files: .cvsignore sources ytree.spec
2009-10-11 14:54:55 +00:00
Minto Joseph 31a7cd9242 Committing in .
Modified Files: F-11/.cvsignore F-11/sources Added Files: F-11/import.log
    F-11/ytree.spec
2009-06-02 07:54:11 +00:00
Jason ティビツ 7e81705347 Initialize branch F-11 for ytree 2009-06-01 18:26:07 +00:00
5 changed files with 53 additions and 21 deletions

View File

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
ytree-1.93.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: ytree
# $Id$
NAME := ytree
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)

View File

@ -0,0 +1 @@
f1a989f331873b3be3eb18b7e936d6c7 ytree-1.93.tar.gz

51
ytree.spec Normal file
View File

@ -0,0 +1,51 @@
Summary: A filemanager similar to XTree
Name: ytree
Version: 1.93
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Shells
URL: http://www.han.de/~werner/ytree.html
Source0: http://www.han.de/~werner/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: ncurses-devel >= 5.4
BuildRequires: readline-devel >= 4.3
%description
A console based file manager in the tradition of Xtree.
%prep
%setup -q
%build
make CFLAGS="$RPM_OPT_FLAGS"
%install
rm -rf $RPM_BUILD_ROOT
install -m644 -D -p ytree.1 $RPM_BUILD_ROOT/%{_mandir}/man1/ytree.1
install -m755 -D -p ytree $RPM_BUILD_ROOT/%{_bindir}/ytree
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc CHANGES COPYING README THANKS ytree.conf
%doc %{_mandir}/man1/ytree.1.gz
%{_bindir}/ytree
%changelog
* Sun Aug 30 2009 Minto Joseph <mvaliyav at redhat.com> - 1.93-1
- Rebased to 1.93
* Thu May 28 2009 Minto Joseph <mvaliyav at redhat.com> - 1.92-3
- Cleaned up spec file
* Thu May 28 2009 Minto Joseph <mvaliyav at redhat.com> - 1.92-2
- Cleaned up spec file
* Thu May 28 2009 Minto Joseph <mvaliyav at redhat.com> - 1.92-1
- initial package