ytree/ytree.spec

53 lines
1.3 KiB
RPMSpec
Raw Normal View History

Summary: A filemanager similar to XTree
Name: ytree
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
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
install -m644 -D -p ytree.1 $RPM_BUILD_ROOT/%{_mandir}/man1/ytree.1
install -m755 -D -p ytree $RPM_BUILD_ROOT/%{_bindir}/ytree
%files
%defattr(-,root,root,-)
%doc CHANGES COPYING README THANKS ytree.conf
%doc %{_mandir}/man1/ytree.1.gz
%{_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
* 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