summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-09-29 18:30:35 +0200
committerRemi Collet <fedora@famillecollet.com>2013-09-29 18:30:35 +0200
commit1646e0f9b1c8ebe9d99b2abf06f25c9f947343ef (patch)
tree79d33dc4b2a4eb73c9456c87c9346df3045be997
import from rawhide
-rw-r--r--ranger.spec69
1 files changed, 69 insertions, 0 deletions
diff --git a/ranger.spec b/ranger.spec
new file mode 100644
index 0000000..56954bc
--- /dev/null
+++ b/ranger.spec
@@ -0,0 +1,69 @@
+Name: ranger
+Version: 1.4.2
+Release: 3%{?dist}
+Summary: A flexible console file manager
+
+Group: Development/Languages
+License: GPLv3+
+URL: http://savannah.nongnu.org/projects/ranger/
+Source0: http://nongnu.askapache.com/%{name}/releases/%{name}-%{version}.tar.gz
+
+BuildArch: noarch
+BuildRequires: python2-devel
+
+%description
+Ranger is a free console file manager that gives you greater flexibility and a
+good overview of your files without having to leave your *nix console. It
+visualizes the directory tree in two dimensions: the directory hierarchy on
+one, lists of files on the other, with a preview to the right so you know where
+you'll be going.
+
+
+%prep
+%setup -q
+
+
+%build
+%{__python} setup.py build
+
+
+%install
+%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING CHANGELOG README doc/TODO doc/colorschemes.txt
+%{_bindir}/ranger
+%{python_sitelib}/*
+%{_mandir}/man1/ranger.1.gz
+
+
+%changelog
+* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Sun Nov 04 2012 Ben Boeckel <mathstuf@gmail.com> - 1.4.2-1
+- Update to 1.4.2
+
+* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Tue Oct 19 2010 Ben Boeckel <mathstuf@gmail.com> - 1.2.2-1
+- Update to 1.2.2
+
+* Sat Jul 24 2010 Ben Boeckel <mathstuf@gmail.com> - 1.1.2-2
+- Add patch to remove shebang line
+- BR python2-devel
+
+* Fri Jul 23 2010 Ben Boeckel <mathstuf@gmail.com> - 1.1.2-1
+- Initial package