new version

This commit is contained in:
Paul Nasrat 2005-11-03 19:55:42 +00:00
parent 9667342603
commit cf81be0bef

View File

@ -1,12 +1,11 @@
Summary: Libraries to provide access to RTAS calls and RTAS events.
Name: librtas
Version: 1.2.2
Version: 1.2.4
Release: 1
URL: http://librtas.ozlabs.org
License: IBM Common Public License (CPL) v1.0
Group: System Environment/Libraries
Source: librtas_src-1.2-2.tar.gz
Patch0: librtas-1.2.2-build.patch
Source: librtas-src-1.2.4.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
ExclusiveArch: ppc ppc64
@ -32,14 +31,15 @@ The librtas-devel packages contains the header files and static libraries
necessary for developing programs using libdaemon.
%prep
%setup -n librtas
%patch0 -p1 -b .build
%setup
%build
make CFLAGS="$RPM_OPT_FLAGS"
make CFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC"
%install
make DESTDIR=$RPM_BUILD_ROOT install
rm -rf $RPM_BUILD_ROOT/usr/share/doc
%post -p /sbin/ldconfig
@ -62,5 +62,8 @@ rm -rf $RPM_BUILD_ROOT
/usr/include/*
%changelog
* Thu Nov 03 2005 Paul Nasrat <pnasrat@redhat.com> 1.2.4-1
- Update to latest version
* Thu Nov 03 2005 Paul Nasrat <pnasrat@redhat.com> 1.2.2-1
- Initial release