Bump to version 2.7.1 accepted/tizen_3.0.m2_base accepted/tizen_3.0_base accepted/tizen_3.0_ivi accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable sandbox/kevinthierry/bump-2.7.1 tizen tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0.m2_base tizen_3.0_base tizen_3.0_ivi tizen_4.0_base accepted/tizen/3.0.m2/base/20170104.082119 accepted/tizen/3.0/base/20161028.103004 accepted/tizen/4.0/base/20170811.093053 accepted/tizen/4.0/base/20170828.221355 accepted/tizen/base/20151223.052350 accepted/tizen/common/20141201.092157 accepted/tizen/ivi/20141212.050446 accepted/tizen/mobile/20141201.102451 submit/tizen/20141128.031945 submit/tizen_3.0.m2_base/20170104.072059 submit/tizen_3.0.m2_base/20170104.073748 submit/tizen_3.0_base/20161028.062323 submit/tizen_4.0_base/20170811.071500 submit/tizen_4.0_base/20170828.000000 submit/tizen_4.0_base/20170828.000001 submit/tizen_base/20151223.111111 submit/tizen_base/20151223.111112 submit/tizen_ivi/20141208.111111 submit/tizen_ivi/20141209.111111 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release tizen_4.0.IoT.p1_release tizen_4.0.IoT.p2_release tizen_4.0.m1_release tizen_4.0.m2_release
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 4 Nov 2014 08:55:49 +0000 (09:55 +0100)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 4 Nov 2014 08:58:50 +0000 (09:58 +0100)
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 <kevin.thierry@open.eurogiciel.org>
packaging/bison.spec

index da917f0..49d13bf 100644 (file)
@@ -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
-