diff --git a/ranger-1.4.3.tar.gz b/ranger-1.4.3.tar.gz deleted file mode 100644 index 972c6ed..0000000 --- a/ranger-1.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5700b05ebc012deaf045a502ef92714622695a9b6cc4842eff0164facd9bd99a -size 124115 diff --git a/ranger-1.6.1.tar.gz b/ranger-1.6.1.tar.gz new file mode 100644 index 0000000..21f4ea4 --- /dev/null +++ b/ranger-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb230a5d2d71ca11612b5af1ca515f9d490b51b1546678828e306252677db5e +size 168967 diff --git a/ranger.changes b/ranger.changes index 70ac273..6e3fad5 100644 --- a/ranger.changes +++ b/ranger.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 15 10:35:54 UTC 2013 - pascal.bleser@opensuse.org + +- update to 1.6.1 +- add required dependency on python-curses + ------------------------------------------------------------------- Thu May 26 21:38:58 CET 2011 - pascal.bleser@opensuse.org diff --git a/ranger.spec b/ranger.spec index 1ba0b94..cfc3c88 100644 --- a/ranger.spec +++ b/ranger.spec @@ -17,7 +17,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} Name: ranger -Version: 1.4.3 +Version: 1.6.1 Release: 0 Summary: Console File Manager Source: http://nongnu.org/ranger/ranger-%{version}.tar.gz @@ -47,6 +47,7 @@ BuildArch: noarch %if 0%{?suse_version} %py_requires %endif +Requires: python-curses %description Ranger is a free console file manager that gives you greater flexibility and a @@ -69,6 +70,8 @@ though ranger is easily controllable with just the arrow keys or the mouse. --prefix="%{_prefix}" \ --root="%{buildroot}" +%__rm -rf "%{buildroot}%{_datadir}/doc/ranger" + %if 0%{?suse_version} %__install -D -m0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/applications/%{name}.desktop" %suse_update_desktop_file -r "%{name}" System FileManager @@ -79,11 +82,16 @@ though ranger is easily controllable with just the arrow keys or the mouse. %files %defattr(-,root,root) -%doc CHANGELOG COPYING README +%doc CHANGELOG COPYING README doc/HACKING +%doc doc/colorschemes.txt +%doc doc/examples +%doc doc/tools %{_bindir}/ranger +%{_bindir}/rifle %{python_sitelib}/ranger-%{version}-*.egg-info %{python_sitelib}/ranger %doc %{_mandir}/man1/ranger.1* +%doc %{_mandir}/man1/rifle.1* %if 0%{?suse_version} %{_datadir}/applications/%{name}.desktop %endif