diff --git a/.cvsignore b/.cvsignore index e69de29..ab964ab 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +ytree-1.92.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..e167af7 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +ytree-1_92-3_fc11:HEAD:ytree-1.92-3.fc11.src.rpm:1243927767 diff --git a/sources b/sources index e69de29..23755b4 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +2afc8e4374b7fab32397354b3ffca510 ytree-1.92.tar.gz diff --git a/ytree.spec b/ytree.spec new file mode 100644 index 0000000..c2fcbde --- /dev/null +++ b/ytree.spec @@ -0,0 +1,48 @@ +Summary: A filemanager similar to XTree +Name: ytree +Version: 1.92 +Release: 3%{?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 +* Thu May 28 2009 Minto Joseph - 1.92-3 +- Cleaned up spec file + +* Thu May 28 2009 Minto Joseph - 1.92-2 +- Cleaned up spec file + +* Thu May 28 2009 Minto Joseph - 1.92-1 +- initial package +