Upload Tizen:Base source
authorKim Kibum <kb0929.kim@samsung.com>
Mon, 21 May 2012 08:40:34 +0000 (17:40 +0900)
committerKim Kibum <kb0929.kim@samsung.com>
Mon, 21 May 2012 08:40:34 +0000 (17:40 +0900)
packaging/cross-armv7thnl-platformfile.changes [new file with mode: 0644]
packaging/cross-armv7tnhl-platformfile.spec [new file with mode: 0644]
packaging/cross-armv7tnhl-platformfile.yaml [new file with mode: 0644]
packaging/platform [new file with mode: 0644]

diff --git a/packaging/cross-armv7thnl-platformfile.changes b/packaging/cross-armv7thnl-platformfile.changes
new file mode 100644 (file)
index 0000000..55bdac2
--- /dev/null
@@ -0,0 +1,6 @@
+* Sat Jan 22 20:50:00 UTC 2011 Carsten Munk <carsten@maemo.org> - 1.0
+- Initial import to MeeGo. This package consists of /etc/rpm/platform
+  in order to make rpm-x86/force it to realize it's within a armv7tnhl chroot.
+  Fixes BMC#13167 (rpm-x86 will think it's under i586 in a armv7hl hardfp scheduler)
+
+
diff --git a/packaging/cross-armv7tnhl-platformfile.spec b/packaging/cross-armv7tnhl-platformfile.spec
new file mode 100644 (file)
index 0000000..f41cf88
--- /dev/null
@@ -0,0 +1,56 @@
+# 
+# Do NOT Edit the Auto-generated Part!
+# Generated by: spectacle version 0.22git
+# 
+# >> macros
+# << macros
+
+Name:       cross-armv7tnhl-platformfile
+Summary:    Install armv7tnhl /etc/rpm/platform file
+Version:    0.0.1
+Release:    1
+Group:      Development/Tools
+License:    GPLv2
+Source100:  cross-armv7tnhl-platformfile.yaml
+Source1:    platform
+BuildArch:  noarch
+%description
+Package to make rpm-x86 understand the build chroot is for armv7tnhl
+
+
+
+%prep
+# >> setup
+cp %{SOURCE1} .
+# << setup
+
+%build
+# >> build pre
+# << build pre
+
+
+
+# >> build post
+# << build post
+%install
+rm -rf %{buildroot}
+# >> install pre
+mkdir -p %{buildroot}/etc/rpm
+cp platform %{buildroot}/etc/rpm
+# << install pre
+
+# >> install post
+# << install post
+
+
+
+
+
+
+%files
+%defattr(-,root,root,-)
+/etc/rpm/platform
+# >> files
+# << files
+
+
diff --git a/packaging/cross-armv7tnhl-platformfile.yaml b/packaging/cross-armv7tnhl-platformfile.yaml
new file mode 100644 (file)
index 0000000..7227303
--- /dev/null
@@ -0,0 +1,13 @@
+Name: cross-armv7tnhl-platformfile
+Summary: Install armv7tnhl /etc/rpm/platform file
+Version: 0.0.1
+Release: 1
+BuildArch: noarch
+Group: Development/Tools
+License: GPLv2
+Description: Package to make rpm-x86 understand the build chroot is for armv7tnhl
+
+Configure: none
+Builder: none
+Files:
+    - "/etc/rpm/platform"
\ No newline at end of file
diff --git a/packaging/platform b/packaging/platform
new file mode 100644 (file)
index 0000000..e58eb74
--- /dev/null
@@ -0,0 +1 @@
+armv7tnhl-meego-linux
\ No newline at end of file