Bump to version 2.10 accepted/tizen_3.0_ivi accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable 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_ivi accepted/tizen/common/20150108.112544 accepted/tizen/ivi/20150114.121605 accepted/tizen/ivi/20160218.025834 accepted/tizen/mobile/20150114.130255 accepted/tizen/tv/20150112.114028 accepted/tizen/wearable/20150112.054915 submit/tizen_common/20150106.113000 submit/tizen_ivi/20150112.222222 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000007 submit/tizen_mobile/20150109.000000 submit/tizen_mobile/20150112.000000 submit/tizen_tv/20150109.000000 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>
Mon, 22 Dec 2014 14:11:43 +0000 (15:11 +0100)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Tue, 6 Jan 2015 11:28:50 +0000 (12:28 +0100)
Change-Id: I178a0fea00e1c06815988e79a2136f7289611d45
Bug-Tizen: TC-2243
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
packaging/unifdef.spec

index 4c14fe5..2212060 100644 (file)
@@ -1,12 +1,12 @@
 Name:           unifdef
-Version:        2.8
-Release:        1
-License:        BSD
+Version:        2.10
+Release:        0
+License:        BSD-2-Clause
 Summary:        Removes ifdefs from C files
 Url:            http://dotat.at/prog/unifdef/
 Group:          Development/Tools
 Source:         http://dotat.at/prog/unifdef/%{name}-%{version}.tar.gz
-Source1001:    unifdef.manifest
+Source1001:     unifdef.manifest
 
 %description
 Unifdef is useful for removing ifdef'ed lines from a file while otherwise
@@ -14,19 +14,12 @@ leaving the file alone.  Unifdef acts on #ifdef, #ifndef, #else, and #en
 dif lines, and it knows only enough about C to know when one of these is
 inactive because it is inside a comment, or a single or double quote.
 
-%track
-prog %{name} = {
-       url = http://dotat.at/prog/unifdef/
-       version = %{version}
-       regex = %{name}-(__VER__)\.tar\.gz
-}
-
 %prep
 %setup -q
 cp %{SOURCE1001} .
 
 %build
-make %?_smp_mflags CC=gcc CFLAGS="%{optflags}"
+%__make %{?_smp_mflags} CC=gcc CFLAGS="%{optflags}"
 
 %install
 make install DESTDIR=%{buildroot} prefix=%{_prefix}
@@ -38,5 +31,3 @@ make install DESTDIR=%{buildroot} prefix=%{_prefix}
 %{_bindir}/unifdefall
 %{_mandir}/man1/unifdef.1*
 %{_mandir}/man1/unifdefall.1*
-
-%changelog