From: Kévin THIERRY Date: Tue, 4 Nov 2014 08:55:49 +0000 (+0100) Subject: Bump to version 2.7.1 X-Git-Tag: accepted/tizen/3.0.m2/base/20170104.082119^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_4.0_base;p=platform%2Fupstream%2Fbison.git Bump to version 2.7.1 Also: * Add license. * Set a valid group tag. * Use "%__make" rpm macro. * Do not explicitly package directories. Bug-Tizen: TC-1803 Change-Id: Ic1b2df83de0a26e6a52ccd8bc8fbc1ea14af674a Signed-off-by: Kévin THIERRY --- diff --git a/packaging/bison.spec b/packaging/bison.spec index da917f0..49d13bf 100644 --- a/packaging/bison.spec +++ b/packaging/bison.spec @@ -1,15 +1,15 @@ %define keepstatic 1 Name: bison BuildRequires: gcc-c++ -Version: 2.6.2 +Version: 2.7.1 Release: 0 Summary: The GNU Parser Generator License: GPL-3.0+ -Group: Development/Languages/C and C++ +Group: Platform Development/Utilities Url: http://www.gnu.org/software/bison/bison.html Source: bison-%{version}.tar.xz Source2: baselibs.conf -Source1001: bison.manifest +Source1001: bison.manifest Requires: m4 %description @@ -21,24 +21,22 @@ cp %{SOURCE1001} . %build %configure --disable-nls -make %{?_smp_mflags} +%__make %{?_smp_mflags} %check -make %{?_smp_mflags} check +%__make %{?_smp_mflags} check %install %make_install %files %manifest %{name}.manifest -%dir %{_datadir}/aclocal +%license COPYING %{_bindir}/bison %{_bindir}/yacc %{_libdir}/liby.a %{_datadir}/bison -%dir %{_datadir}/aclocal %{_datadir}/aclocal/bison-i18n.m4 %doc %{_infodir}/bison.info*.gz %doc %{_mandir}/man1/bison.1.gz %doc %{_mandir}/man1/yacc.1.gz -