- Spec cleanups

This commit is contained in:
David Cantrell 2007-12-19 04:58:00 +00:00
parent c77b02db3f
commit e727cf4ee4

View File

@ -1,7 +1,7 @@
Summary: Libraries to provide access to RTAS calls and RTAS events
Name: librtas
Version: 1.3.3
Release: 1%{?dist}
Release: 2%{?dist}
URL: http://librtas.ozlabs.org
License: IBM
Group: System Environment/Libraries
@ -13,10 +13,13 @@ Patch0: %{name}-1.3.2-mode.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExclusiveArch: ppc ppc64
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
%description
The librtas shared library provides userspace with an interface
through which certain RTAS calls can be made. The library uses
either of the RTAS User Module or the RTAS system call to direct
either of the RTAS User Module or the RTAS system call to direct
the kernel in making these calls.
The librtasevent shared library provides users with a set of
@ -30,7 +33,7 @@ Requires: %{name} = %{version}-%{release}
%description devel
The librtas-devel packages contains the header files necessary for
developing programs using libdaemon.
developing programs using librtas.
%prep
%setup
@ -51,13 +54,13 @@ developing programs using libdaemon.
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, -)
%defattr(-,root,root,-)
%doc COPYRIGHT README Changelog
%{_libdir}/librtas.so.%{version}
%{_libdir}/librtasevent.so.%{version}
%files devel
%defattr(-, root, root, -)
%defattr(-,root,root,-)
%{_libdir}/librtas.so
%{_libdir}/librtasevent.so
%{_includedir}/librtas.h
@ -66,6 +69,9 @@ developing programs using libdaemon.
%{_includedir}/librtasevent_v6.h
%changelog
* Tue Dec 18 2007 David Cantrell <dcantrell@redhat.com> - 1.3.3-2
- Spec cleanups
* Tue Dec 18 2007 David Cantrell <dcantrell@redhat.com> - 1.3.3-1
- Upgraded to librtas-1.3.3 (#253522)