Add initial code
[ta/manifest.git] / rpmbuild.spec
1 Name: product-manifest
2 Version: 0
3 Release: 1%{?dist}
4 Summary: Product build information
5
6 License: %{_platform_licence}
7 Source0: %{name}-%{version}.tar.gz
8 Vendor:  %{_platform_vendor}
9
10 BuildArch: noarch
11
12 %description
13 Platform build information
14
15 %prep
16 %autosetup
17
18 %install
19 mkdir -p %{buildroot}/etc
20 cp product-release %{buildroot}/etc/
21
22 %files
23 /etc/product-release
24