Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 7c3994293a3601482a5a4ea841a5ae85 > files > 2

lsb-libchk-1.0.0.1-2mdk.src.rpm

Summary: LSB libchk test suite
Name: lsb-libchk
Version: 1.0.0.1
Release: 2mdk
License: Artistic
Group: Development/Other
Source0: lsb-libchk-1.0.0.1.tar.bz2
Patch0: machine_info_show_lsb_release_patch.bz2
URL: http://www.linuxbase.org/test
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-root

%description

This test suite looks for shared libraries required by the LSB
specification and checks that the required symbol versions exist in
those shared libraries.

The test suite has not been formally approved for LSB certification
and no claims of compliance or passing the tests should be made at
this time.

%prep

%setup -q -c 
%patch -p1

%build

cd libchk
make

%install
rm -rf ${RPM_BUILD_ROOT}

cd libchk
make install PREFIX=${RPM_BUILD_ROOT}/usr INSTALLPREFIX=%{_bindir}

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root)
%{_bindir}/libchk
%{_bindir}/lsb-libchk
%{_bindir}/machine_info

%doc libchk/Artistic libchk/README libchk/License.libchk

#==================================================
%changelog
* Tue Sep  4 2001 Stew Benedict <sbenedict@mandrakesoft.com> 1.0.0.1-2mdk
- fix machine_info script so lsb_release output is included

* Fri Aug 10 2001 Stew Benedict <sbenedict@mandrakesoft.com> 1.0.0.1-1mdk
- first Mandrake release

* Fri Aug 3 2001 Chris Yeoh <cyeoh@samba.org>
- Create