- Update to version 458
- Move to correct group
- package LICENSE using %license macro
- remove executable bit from LICENSE file
- do not strip .comment section
- remove unnecessary autotools build requirements
- other cosmetic changes
Change-Id: Ia44fd42f775aa3c083bd84948c0004d9d0c18007
Signed-off-by: Jacek Bukarewicz <j.bukarewicz@samsung.com>
-#
-# Please submit bugfixes or comments via http://bugs.tizen.org/
-#
-
Name: less
-Version: 451
-Release: 5
+Version: 458
+Release: 0
License: GPL-3.0+
Summary: A text file browser similar to more, but better
Url: http://www.greenwoodsoftware.com/less/
-Group: Applications/Text
+Group: System/Utilities
Source0: http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
-Source1001: less.manifest
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: libtool
+Source1001: %{name}.manifest
BuildRequires: pkgconfig(ncurses)
%description
%install
%make_install
-# splitted post-install part by auto-parsing
-strip -R .comment %{buildroot}/%{_bindir}/less
-
%docs_package
%files
%manifest %{name}.manifest
-%doc LICENSE
+%license LICENSE
%{_bindir}/*