yaberauneya | ef77253 | 2009-10-09 17:55:43 +0000 | [diff] [blame] | 1 | # |
| 2 | # RPM Package Manager (RPM) spec file for ltp-devel |
| 3 | # |
| 4 | Summary: Linux Test Project (LTP) Software Development Kit (SDK) |
| 5 | Name: ltp-devel |
| 6 | Version: 2.0 |
| 7 | Release: 0.0 |
| 8 | Prefix: @prefix@ |
| 9 | License: GPL |
| 10 | Group: Development/Libraries |
| 11 | URL: http://www.linuxtestproject.org |
| 12 | Vendor: IBM Corp |
| 13 | Packager: Subrata Modak <subrata.modak@@in.ibm.com> |
| 14 | AutoReqProv: 0 |
| 15 | Provides: LTP |
| 16 | #ExclusiveArch: i386 |
| 17 | ExclusiveOS: linux |
| 18 | %description |
| 19 | This is a development package of the Linux Test Project (LTP). |
| 20 | It is intended to be used to build testcases using the provided API. |
| 21 | %files |
| 22 | @prefix@/lib/libltp.a |
| 23 | @datarootdir@/pkgconfig/ltp.pc |
| 24 | @prefix@/bin/ltp-pan |
| 25 | @prefix@/bin/ltp-scanner |
| 26 | @prefix@/bin/ltp-bump |
| 27 | @prefix@/include/linux_syscall_numbers.h |
| 28 | @prefix@/include/libtestsuite.h |
| 29 | @prefix@/include/usctest.h |
| 30 | @prefix@/include/string_to_tokens.h |
| 31 | @prefix@/include/str_to_bytes.h |
| 32 | @prefix@/include/databin.h |
| 33 | @prefix@/include/open_flags.h |
| 34 | @prefix@/include/write_log.h |
| 35 | @prefix@/include/dataascii.h |
| 36 | @prefix@/include/forker.h |
| 37 | @prefix@/include/compiler.h |
| 38 | @prefix@/include/test.h |
| 39 | @prefix@/include/tlibio.h |
| 40 | @prefix@/include/pattern.h |
| 41 | @prefix@/include/file_lock.h |
| 42 | @prefix@/include/random_range.h |
| 43 | @prefix@/include/search_path.h |
| 44 | @prefix@/include/rmobj.h |
| 45 | @mandir@/man3/tst_tmpdir.3 |
| 46 | @mandir@/man3/random_range_seed.3 |
| 47 | @mandir@/man3/pattern.3 |
| 48 | @mandir@/man3/parse_ranges.3 |
| 49 | @mandir@/man3/usctest.3 |
| 50 | @mandir@/man3/random_range.3 |
| 51 | @mandir@/man3/forker.3 |
| 52 | @mandir@/man3/rmobj.3 |
| 53 | @mandir@/man3/parse_open_flags.3 |
| 54 | @mandir@/man3/tst_res.3 |
| 55 | @mandir@/man3/write_log.3 |
| 56 | @mandir@/man3/str_to_bytes.3 |
| 57 | @mandir@/man3/tst_set_error.3 |
| 58 | @mandir@/man3/parse_opts.3 |
| 59 | @mandir@/man3/string_to_tokens.3 |
| 60 | @mandir@/man3/tst_sig.3 |
| 61 | @mandir@/man3/get_attrib.3 |
| 62 | @mandir@/man1/ltp-pan.1 |
| 63 | @mandir@/man1/doio.1 |
| 64 | @mandir@/man1/iogen.1 |
| 65 | @mandir@/man1/ltp-bump.1 |
| 66 | # Post-install stuff would go here. |
| 67 | #EOF |
| 68 | |