init version of itest-cases-gbs
[tools/itest-cases-gbs.git] / fixtures / specs / fake-lib.spec
1 Name:       fake-lib
2 Summary:    A fake tizen package for gbs test
3 Version:    1.0
4 Release:    1
5 Group:      Development/Tools
6 License:    GPLv2
7 URL:        https://github.com/junchunx
8 Source0:    fake-%{version}.tbz2
9
10 %description
11 A fake tizen package for gbs test
12 * download and install gbs
13 * use this package to test gbs build, remotebuild, export, import and so on
14 %prep
15 %setup -q -n fake-%{version}
16
17 %install
18 mkdir -p %{buildroot}/%{_docdir}
19
20 %files
21 %doc README