Compare commits

...

4 Commits
master ... f12

Author SHA1 Message Date
Fedora Release Engineering 899061bdfb dist-git conversion 2010-07-29 16:23:33 +00:00
Bill Nottingham 9049dbbbb3 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:12:34 +00:00
Minto Joseph 04671df104 Committing in .
Modified Files: .cvsignore sources ytree.spec
2009-10-11 15:07:27 +00:00
Jesse Keating 822aec7660 Initialize branch F-12 for ytree 2009-09-29 07:27:55 +00:00
6 changed files with 6 additions and 28 deletions

View File

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

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

@ -1 +0,0 @@
ytree-1_92-3_fc11:HEAD:ytree-1.92-3.fc11.src.rpm:1243927767

View File

@ -1 +1 @@
2afc8e4374b7fab32397354b3ffca510 ytree-1.92.tar.gz
f1a989f331873b3be3eb18b7e936d6c7 ytree-1.93.tar.gz

View File

@ -1,7 +1,7 @@
Summary: A filemanager similar to XTree
Name: ytree
Version: 1.92
Release: 4%{?dist}
Version: 1.93
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Shells
@ -37,8 +37,8 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/ytree
%changelog
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.92-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* 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