- Update to 1.3.11 (bnc#884710:

* README: documentation on handling endianness
  * librtas: Little endian support in syscalls
  See Changelog in the package documentation for the full changes
  documentation.
- Refresh librtas-failedmagic.patch.
- Packege Changelog

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/librtas?expand=0&rev=24
This commit is contained in:
Philipp Thomas 2014-07-03 14:23:23 +00:00 committed by Git OBS Bridge
parent d3a6011c1b
commit 71ddc83d48
5 changed files with 35 additions and 37 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1228ac1c83918cf197c6b40f3620dbeb0440578f20da22b736e771448cbac3f0
size 294598

3
librtas-1.3.11.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3a45f239c4458229818e643f278e286ab5898b7b810e214980baf741d01873b6
size 89378

View File

@ -1,6 +1,12 @@
--- rules.mk.orig 2011-11-01 16:59:42.000000000 +0100
+++ rules.mk 2011-11-01 17:40:38.000000000 +0100
@@ -111,7 +111,6 @@
---
rules.mk | 1 -
1 file changed, 1 deletion(-)
Index: rules.mk
===================================================================
--- rules.mk.orig 2014-06-25 21:37:10.000000000 +0200
+++ rules.mk 2014-07-03 14:30:14.520695665 +0200
@@ -111,7 +111,6 @@ INSTALL_LOG ?= $(ROOT_DIR)/install.log
#
# $1 library to examine
define is_lib64

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jul 3 14:31:24 CEST 2014 - pth@suse.de
- Update to 1.3.11 (bnc#884710:
* README: documentation on handling endianness
* librtas: Little endian support in syscalls
See Changelog in the package documentation for the full changes
documentation.
- Refresh librtas-failedmagic.patch.
- Packege Changelog
-------------------------------------------------------------------
Tue Mar 25 13:23:54 UTC 2014 - jloeser@suse.com

View File

@ -18,7 +18,7 @@
Name: librtas
BuildRequires: doxygen
Version: 1.3.10
Version: 1.3.11
Release: 0
BuildRequires: fdupes
Summary: Libraries to provide access to RTAS calls and RTAS events
@ -40,15 +40,7 @@ The librtasevent shared library provides users with a set of
definitions and common routines useful in parsing and dumping the
contents of RTAS events.
Authors:
--------
Nathan Fontenot <nfont@austin.ibm.com>
John Rose <johnrose@us.ibm.com>
Michael Strosaker <strosake@austin.ibm.com>
%package devel
%package devel
Summary: Devel librtas files
Group: Development/Libraries/C and C++
Requires: librtas1 = %{version}
@ -56,27 +48,14 @@ Requires: librtas1 = %{version}
%description devel
This package provides devel files of librtas
Authors:
--------
Nathan Fontenot <nfont@austin.ibm.com>
John Rose <johnrose@us.ibm.com>
Michael Strosaker <strosake@austin.ibm.com>
%package doc
%package doc
Summary: Documentation for librtas
Group: Documentation/Other
%description doc
This package provides librtas documentation
Authors:
--------
Nathan Fontenot <nfont@austin.ibm.com>
John Rose <johnrose@us.ibm.com>
Michael Strosaker <strosake@austin.ibm.com>
%package -n librtas1
%package -n librtas1
Summary: Libraries to provide access to RTAS calls and RTAS events
Group: System/Libraries
@ -96,20 +75,21 @@ contents of RTAS events.
sed s,rtasevent,ofdt,g <doxygen.rtasevent >doxygen.ofdt
%build
make CFLAGS="$RPM_OPT_FLAGS -fPIC -g -I $PWD/librtasevent_src" LIB_DIR="%{_libdir}" %{?_smp_mflags}
make CFLAGS="%optflags -fPIC -g -I $PWD/librtasevent_src" LIB_DIR="%{_libdir}" %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT doc/*/latex
mkdir $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT LIB_DIR="%{_libdir}"
%fdupes $RPM_BUILD_ROOT/%_docdir
/sbin/ldconfig -n $RPM_BUILD_ROOT%{_libdir}
rm -rf %buildroot doc/*/latex
mkdir %buildroot
make install DESTDIR=%buildroot LIB_DIR="%{_libdir}"
%fdupes %buildroot/%_docdir
/sbin/ldconfig -n %buildroot%{_libdir}
%post -n librtas1 -p /sbin/ldconfig
%postun -n librtas1 -p /sbin/ldconfig
%files -n librtas1
%doc Changelog
%defattr(-, root, root)
%{_libdir}/lib*.so.*