Bump to version 1.0.5 accepted/tizen_3.0_common accepted/tizen_3.0_ivi accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_unified accepted/tizen_wearable sandbox/kevinthierry/bump-1.0.5 tizen tizen_3.0 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 tizen_3.0_ivi accepted/tizen/3.0/common/20161114.111234 accepted/tizen/3.0/ivi/20161011.050514 accepted/tizen/common/20150106.140436 accepted/tizen/ivi/20150113.060246 accepted/tizen/ivi/20160218.025320 accepted/tizen/mobile/20150114.130259 accepted/tizen/tv/20150112.114031 accepted/tizen/unified/20170309.040158 accepted/tizen/wearable/20150112.054918 submit/tizen_3.0.m2/20170104.093753 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000004 submit/tizen_common/20150106.091934 submit/tizen_ivi/20150108.111111 submit/tizen_ivi/20150108.222222 submit/tizen_ivi/20150108.333333 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000006 submit/tizen_mobile/20150109.000000 submit/tizen_mobile/20150112.000000 submit/tizen_tv/20150109.000000 submit/tizen_unified/20170308.100415 submit/tizen_wearable/20150109.000000 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
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 23 Dec 2014 10:14:33 +0000 (11:14 +0100)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 23 Dec 2014 10:15:25 +0000 (11:15 +0100)
Bug-Tizen: TC-2239
Change-Id: Ifbc56022c86a913782a698551ff4d338b6641304
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
packaging/makedepend.spec

index 2e66656..ad65b82 100644 (file)
@@ -1,13 +1,12 @@
 Name:           makedepend
-Version:        1.0.4
+Version:        1.0.5
 Release:        0
 License:        MIT
 Summary:        Utility to create dependencies in makefiles
 Url:            http://xorg.freedesktop.org/
 Group:          Development/Tools/Building
 Source0:        http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2
-Source1001:    makedepend.manifest
-BuildRequires:  pkg-config
+Source1001:     makedepend.manifest
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 BuildRequires:  pkgconfig(xproto)
 Conflicts:      xorg-x11-util-devel <= 7.6
@@ -27,7 +26,7 @@ cp %{SOURCE1001} .
 
 %build
 %configure
-make %{?_smp_mflags}
+%__make %{?_smp_mflags}
 
 %install
 %make_install
@@ -35,8 +34,6 @@ make %{?_smp_mflags}
 %files
 %manifest %{name}.manifest
 %defattr(-,root,root)
-%doc COPYING 
+%license COPYING 
 %{_bindir}/makedepend
 %{_mandir}/man1/makedepend.1%{?ext_man}
-
-%changelog