Add initial code
[ta/manifest.git] / rpmbuild.spec
diff --git a/rpmbuild.spec b/rpmbuild.spec
new file mode 100644 (file)
index 0000000..a5c3aad
--- /dev/null
@@ -0,0 +1,24 @@
+Name: product-manifest
+Version: 0
+Release: 1%{?dist}
+Summary: Product build information
+
+License: %{_platform_licence}
+Source0: %{name}-%{version}.tar.gz
+Vendor:  %{_platform_vendor}
+
+BuildArch: noarch
+
+%description
+Platform build information
+
+%prep
+%autosetup
+
+%install
+mkdir -p %{buildroot}/etc
+cp product-release %{buildroot}/etc/
+
+%files
+/etc/product-release
+