Pascal Bleser 2013-07-15 10:36:19 +00:00 committed by Git OBS Bridge
parent 103a2e935e
commit 96364098ee
4 changed files with 19 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5700b05ebc012deaf045a502ef92714622695a9b6cc4842eff0164facd9bd99a
size 124115

3
ranger-1.6.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ccb230a5d2d71ca11612b5af1ca515f9d490b51b1546678828e306252677db5e
size 168967

View File

@ -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 Thu May 26 21:38:58 CET 2011 - pascal.bleser@opensuse.org

View File

@ -17,7 +17,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
Name: ranger Name: ranger
Version: 1.4.3 Version: 1.6.1
Release: 0 Release: 0
Summary: Console File Manager Summary: Console File Manager
Source: http://nongnu.org/ranger/ranger-%{version}.tar.gz Source: http://nongnu.org/ranger/ranger-%{version}.tar.gz
@ -47,6 +47,7 @@ BuildArch: noarch
%if 0%{?suse_version} %if 0%{?suse_version}
%py_requires %py_requires
%endif %endif
Requires: python-curses
%description %description
Ranger is a free console file manager that gives you greater flexibility and a 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}" \ --prefix="%{_prefix}" \
--root="%{buildroot}" --root="%{buildroot}"
%__rm -rf "%{buildroot}%{_datadir}/doc/ranger"
%if 0%{?suse_version} %if 0%{?suse_version}
%__install -D -m0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/applications/%{name}.desktop" %__install -D -m0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/applications/%{name}.desktop"
%suse_update_desktop_file -r "%{name}" System FileManager %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 %files
%defattr(-,root,root) %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}/ranger
%{_bindir}/rifle
%{python_sitelib}/ranger-%{version}-*.egg-info %{python_sitelib}/ranger-%{version}-*.egg-info
%{python_sitelib}/ranger %{python_sitelib}/ranger
%doc %{_mandir}/man1/ranger.1* %doc %{_mandir}/man1/ranger.1*
%doc %{_mandir}/man1/rifle.1*
%if 0%{?suse_version} %if 0%{?suse_version}
%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}.desktop
%endif %endif