Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
ltp
> ltp.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ltp.spec of Package ltp (Revision 6)
Currently displaying revision
6
,
show latest
%define _rel 20091031 %define _pkgname ltp-full Name: ltp Version: %{_rel} Release: 0 License: GPL Group: System Summary: Linux Test Project Source0: %{_pkgname}-%{_rel}.tgz ##Patch0: %{name}-prefix.patch BuildRoot: %{_tmppath}/%{_pkgname}-%{_rel}-root BuildRequires: flex %description The Linux™ Test Project is a joint project started by SGI™ and maintained by IBM®, that has a goal to deliver test suites to the open source community that validate the reliability, robustness, and stability of Linux. The LTP testsuite contains a collection of tools for testing the Linux kernel and related features. %package devel Group: System Summary: LTP devel files %description devel Linux Test Project development files. %prep %setup -n %{_pkgname}-%{_rel} ##%patch0 %build %configure %ifarch x86_64 %__make LIBSUFFIX=64 SKIP_IDCHECK=1 DESTDIR=%{buildroot} %else %__make SKIP_IDCHECK=1 DESTDIR=%{buildroot} %endif %install %ifarch x86_64 %__make LIBSUFFIX=64 SKIP_IDCHECK=1 DESTDIR=%{buildroot} install %else %__make SKIP_IDCHECK=1 DESTDIR=%{buildroot} install %endif %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc ChangeLog COPYING CREDITS README* INSTALL %{_bindir}/ltp-bump %{_bindir}/ltp-pan %{_bindir}/ltp-scanner %{_mandir}/man1/doio.1.gz %{_mandir}/man1/iogen.1.gz %{_mandir}/man1/ltp-bump.1.gz %{_mandir}/man1/ltp-pan.1.gz %{_mandir}/man3/forker.3.gz %{_mandir}/man3/get_attrib.3.gz %{_mandir}/man3/parse_open_flags.3.gz %{_mandir}/man3/parse_opts.3.gz %{_mandir}/man3/parse_ranges.3.gz %{_mandir}/man3/pattern.3.gz %{_mandir}/man3/random_range.3.gz %{_mandir}/man3/random_range_seed.3.gz %{_mandir}/man3/rmobj.3.gz %{_mandir}/man3/str_to_bytes.3.gz %{_mandir}/man3/string_to_tokens.3.gz %{_mandir}/man3/tst_res.3.gz %{_mandir}/man3/tst_set_error.3.gz %{_mandir}/man3/tst_sig.3.gz %{_mandir}/man3/tst_tmpdir.3.gz %{_mandir}/man3/usctest.3.gz %{_mandir}/man3/write_log.3.gz %files devel %defattr(-,root,root) %dir %{_includedir}/ltp %{_includedir}/ltp/compiler.h %{_includedir}/ltp/config.h %{_includedir}/ltp/dataascii.h %{_includedir}/ltp/databin.h %{_includedir}/ltp/file_lock.h %{_includedir}/ltp/forker.h %{_includedir}/ltp/libtestsuite.h %{_includedir}/ltp/linux_syscall_numbers.h %{_includedir}/ltp/open_flags.h %{_includedir}/ltp/pattern.h %{_includedir}/ltp/random_range.h %{_includedir}/ltp/rmobj.h %{_includedir}/ltp/search_path.h %{_includedir}/ltp/str_to_bytes.h %{_includedir}/ltp/string_to_tokens.h %{_includedir}/ltp/test.h %{_includedir}/ltp/tlibio.h %{_includedir}/ltp/usctest.h %{_includedir}/ltp/write_log.h %{_libdir}/libltp.a %dir %{_datadir}/aclocal %{_datadir}/aclocal/ac_prog_ar.m4 %{_datadir}/aclocal/ltp-cgroupstats.m4 %{_datadir}/aclocal/ltp-crypto.m4 %{_datadir}/aclocal/ltp-eventfd.m4 %{_datadir}/aclocal/ltp-modify_ldt.m4 %{_datadir}/aclocal/ltp-selinux.m4 %{_datadir}/aclocal/ltp-signalfd.m4 %{_datadir}/aclocal/ltp-taskstats.m4 %{_datadir}/pkgconfig/ltp.pc