Fix .spec name for proper obs build 13/62813/1 submit/tizen_common/20160318.115315 submit/tizen_common/20160318.124515
authorStanislaw Wadas <s.wadas@samsung.com>
Fri, 18 Mar 2016 10:51:05 +0000 (11:51 +0100)
committerStanislaw Wadas <s.wadas@samsung.com>
Fri, 18 Mar 2016 10:52:02 +0000 (11:52 +0100)
Change-Id: I96784cb62cb882e1b4fd704de6e3df3446908989
Signed-off-by: Stanislaw Wadas <s.wadas@samsung.com>
packaging/u-boot-artik.spec [new file with mode: 0644]
packaging/u-boot-artik5.spec [deleted file]

diff --git a/packaging/u-boot-artik.spec b/packaging/u-boot-artik.spec
new file mode 100644 (file)
index 0000000..bb67585
--- /dev/null
@@ -0,0 +1,42 @@
+Name: u-boot-artik5
+Summary: Bootloader for Embedded boards based on ARM processor
+Version: 2012.07
+Release: 0
+Group: System/Kernel
+License: GPL-2.0+
+ExclusiveArch: %{arm}
+URL: http://www.denx.de/wiki/U-Boot
+Source0: %{name}-%{version}.tar.bz2
+Source1001: packaging/u-boot-artik5.manifest
+
+%description
+bootloader for Embedded boards based on ARM processor
+
+%prep
+%setup -q
+
+%build
+cp %{SOURCE1001} .
+make distclean
+make artik5_config
+
+# Build tools
+make  %{?_smp_mflags} HOSTSTRIP=/bin/true tools
+
+# Build image
+make %{?_smp_mflags} EXTRAVERSION=`echo %{vcs} | sed 's/.*u-boot.*#\(.\{9\}\).*/-g\1-TIZEN.org/'`
+
+%install
+rm -rf %{buildroot}
+
+# u-boot installation
+mkdir -p %{buildroot}/boot/u-boot
+install -d %{buildroot}/boot/u-boot
+install -m 755 u-boot.bin %{buildroot}/boot/u-boot
+
+%clean
+
+%files
+%manifest u-boot-artik5.manifest
+%defattr(-,root,root,-)
+/boot/u-boot
diff --git a/packaging/u-boot-artik5.spec b/packaging/u-boot-artik5.spec
deleted file mode 100644 (file)
index bb67585..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-Name: u-boot-artik5
-Summary: Bootloader for Embedded boards based on ARM processor
-Version: 2012.07
-Release: 0
-Group: System/Kernel
-License: GPL-2.0+
-ExclusiveArch: %{arm}
-URL: http://www.denx.de/wiki/U-Boot
-Source0: %{name}-%{version}.tar.bz2
-Source1001: packaging/u-boot-artik5.manifest
-
-%description
-bootloader for Embedded boards based on ARM processor
-
-%prep
-%setup -q
-
-%build
-cp %{SOURCE1001} .
-make distclean
-make artik5_config
-
-# Build tools
-make  %{?_smp_mflags} HOSTSTRIP=/bin/true tools
-
-# Build image
-make %{?_smp_mflags} EXTRAVERSION=`echo %{vcs} | sed 's/.*u-boot.*#\(.\{9\}\).*/-g\1-TIZEN.org/'`
-
-%install
-rm -rf %{buildroot}
-
-# u-boot installation
-mkdir -p %{buildroot}/boot/u-boot
-install -d %{buildroot}/boot/u-boot
-install -m 755 u-boot.bin %{buildroot}/boot/u-boot
-
-%clean
-
-%files
-%manifest u-boot-artik5.manifest
-%defattr(-,root,root,-)
-/boot/u-boot