diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-09-29 18:39:43 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-09-29 18:39:43 +0200 |
commit | 17bced0f69ee3be27cce8c42ce7fe4405c6a06bd (patch) | |
tree | fa56933474fe067553eec13836702d36544dba07 | |
parent | 1646e0f9b1c8ebe9d99b2abf06f25c9f947343ef (diff) |
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | ranger.spec | 15 |
2 files changed, 15 insertions, 4 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1e65467 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../common/Makefile + diff --git a/ranger.spec b/ranger.spec index 56954bc..2a03860 100644 --- a/ranger.spec +++ b/ranger.spec @@ -1,12 +1,12 @@ Name: ranger -Version: 1.4.2 -Release: 3%{?dist} +Version: 1.6.1 +Release: 1%{?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 +Source0: http://git.savannah.gnu.org/cgit/%{name}.git/snapshot/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel @@ -29,17 +29,24 @@ you'll be going. %install %{__python} setup.py install -O1 --skip-build --root %{buildroot} +mv %{buildroot}%{_docdir}/%{name} rpmdocs %files %defattr(-,root,root,-) -%doc COPYING CHANGELOG README doc/TODO doc/colorschemes.txt +%doc rpmdocs/* %{_bindir}/ranger +%{_bindir}/rifle %{python_sitelib}/* %{_mandir}/man1/ranger.1.gz +%{_mandir}/man1/rifle.1.gz %changelog +* Sun Sep 29 2013 Remi Collet <remi@fedoraproject.org> - 1.6.1-1 +- Update to 1.6.1 +- add rifle command + * 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 |