Update to version 458, minor packaging fixes
authorJacek Bukarewicz <j.bukarewicz@samsung.com>
Wed, 15 Jan 2014 16:40:52 +0000 (17:40 +0100)
committerNicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
Fri, 12 Dec 2014 11:34:16 +0000 (12:34 +0100)
- 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>
LICENSE [changed mode: 0755->0644]
packaging/less.spec

diff --git a/LICENSE b/LICENSE
old mode 100755 (executable)
new mode 100644 (file)
index 3658ffb..3825301 100644 (file)
@@ -1,19 +1,12 @@
-#
-# 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
@@ -38,12 +31,9 @@ make %{?_smp_mflags}
 %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}/*