From: Gui Chen Date: Wed, 27 Feb 2013 07:31:15 +0000 (+0800) Subject: bump up to 0.17-rc1 X-Git-Tag: 0.17~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a89be5c973016f5fc12049e57413c1824429017;p=platform%2Fupstream%2Fmic.git bump up to 0.17-rc1 Change-Id: I1caaf24953b5f6650e02dca2a44dcf53106b79b2 Signed-off-by: Gui Chen --- diff --git a/VERSION b/VERSION index b0e375c..e59875d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.17-rc0 +0.17-rc1 diff --git a/debian/changelog b/debian/changelog index c8f2040..846d46d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mic (0.17-0.rc0) unstable; urgency=low +mic (0.17-0.rc1) unstable; urgency=low * support new distribution Fedora 18 * enable to handle more than 3 partitions diff --git a/packaging/mic.spec b/packaging/mic.spec index f19dd57..cc8e796 100644 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -3,7 +3,7 @@ Name: mic Summary: Image Creator for Linux Distributions Version: 0.17 -Release: 0.rc0 +Release: 0.rc1.. Group: System/Base License: GPLv2 BuildArch: noarch @@ -44,7 +44,7 @@ Requires: squashfs-tools >= 4.0 Requires: syslinux-extlinux %endif -%if "0%{?tizen_version}" != "0" +%if 0%{?tizen_version:1} Requires: qemu-linux-user %else Requires: qemu-arm-static @@ -53,7 +53,7 @@ Requires: qemu-arm-static Requires: python-zypp BuildRequires: python-devel -%if "0%{?tizen_version}" == "0" +%if 0%{?tizen_version:1} BuildRequires: python-docutils %endif @@ -75,7 +75,7 @@ an image. %build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build -%if "0%{?tizen_version}" == "0" +%if 0%{?tizen_version:1} make man %endif @@ -89,7 +89,7 @@ rm -rf $RPM_BUILD_ROOT # install man page mkdir -p %{buildroot}/%{_prefix}/share/man/man1 -%if "0%{?tizen_version}" == "0" +%if 0%{?tizen_version:1} install -m644 doc/mic.1 %{buildroot}/%{_prefix}/share/man/man1 %endif @@ -97,7 +97,7 @@ install -m644 doc/mic.1 %{buildroot}/%{_prefix}/share/man/man1 %defattr(-,root,root,-) %doc doc/* %doc README.rst AUTHORS COPYING ChangeLog -%if "0%{?tizen_version}" == "0" +%if 0%{?tizen_version:1} %{_mandir}/man1/* %endif %dir %{_sysconfdir}/%{name}