- New upstream release # Adapted Makefile to respect environment CC and

LDFLAGS # New "login to parent node" command ('p')
- Dropped the redundant buildroot items and clean section
This commit is contained in:
Rahul Sundaram 2010-06-17 21:42:51 +00:00
parent 535790de0e
commit 65aa03e776
3 changed files with 9 additions and 8 deletions

View File

@ -1 +1 @@
ytree-1.93.tar.gz
ytree-1.94.tar.gz

View File

@ -1 +1 @@
f1a989f331873b3be3eb18b7e936d6c7 ytree-1.93.tar.gz
ec1de8e477006a4b2bf4218e3d9b9776 ytree-1.94.tar.gz

View File

@ -1,13 +1,12 @@
Summary: A filemanager similar to XTree
Name: ytree
Version: 1.93
Version: 1.94
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
@ -22,14 +21,10 @@ A console based file manager in the tradition of Xtree.
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
@ -37,6 +32,12 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/ytree
%changelog
* Fri Jun 18 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 1.94-1
- New upstream release
# Adapted Makefile to respect environment CC and LDFLAGS
# New "login to parent node" command ('p')
- Dropped the redundant buildroot items and clean section
* Sun Aug 30 2009 Minto Joseph <mvaliyav at redhat.com> - 1.93-1
- Rebased to 1.93