From f1edfdada40b8f7d6faa63f42f3685374445603d Mon Sep 17 00:00:00 2001 From: Jacek Bukarewicz Date: Wed, 15 Jan 2014 17:40:52 +0100 Subject: [PATCH] Update to version 458, minor packaging fixes - 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 --- LICENSE | 0 packaging/less.spec | 20 +++++--------------- 2 files changed, 5 insertions(+), 15 deletions(-) mode change 100755 => 100644 LICENSE diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/packaging/less.spec b/packaging/less.spec index 3658ffb..3825301 100644 --- a/packaging/less.spec +++ b/packaging/less.spec @@ -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}/* -- 2.7.4