- 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 rules.mk | 1 -
@@ -111,7 +111,6 @@ 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 # $1 library to examine
define is_lib64 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 Tue Mar 25 13:23:54 UTC 2014 - jloeser@suse.com

View File

@ -18,7 +18,7 @@
Name: librtas Name: librtas
BuildRequires: doxygen BuildRequires: doxygen
Version: 1.3.10 Version: 1.3.11
Release: 0 Release: 0
BuildRequires: fdupes BuildRequires: fdupes
Summary: Libraries to provide access to RTAS calls and RTAS events Summary: Libraries to provide access to RTAS calls and RTAS events
@ -40,14 +40,6 @@ The librtasevent shared library provides users with a set of
definitions and common routines useful in parsing and dumping the definitions and common routines useful in parsing and dumping the
contents of RTAS events. 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 Summary: Devel librtas files
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
@ -56,12 +48,6 @@ Requires: librtas1 = %{version}
%description devel %description devel
This package provides devel files of librtas 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 Summary: Documentation for librtas
Group: Documentation/Other Group: Documentation/Other
@ -69,13 +55,6 @@ Group: Documentation/Other
%description doc %description doc
This package provides librtas documentation 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 Summary: Libraries to provide access to RTAS calls and RTAS events
Group: System/Libraries Group: System/Libraries
@ -96,20 +75,21 @@ contents of RTAS events.
sed s,rtasevent,ofdt,g <doxygen.rtasevent >doxygen.ofdt sed s,rtasevent,ofdt,g <doxygen.rtasevent >doxygen.ofdt
%build %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 %install
rm -rf $RPM_BUILD_ROOT doc/*/latex rm -rf %buildroot doc/*/latex
mkdir $RPM_BUILD_ROOT mkdir %buildroot
make install DESTDIR=$RPM_BUILD_ROOT LIB_DIR="%{_libdir}" make install DESTDIR=%buildroot LIB_DIR="%{_libdir}"
%fdupes $RPM_BUILD_ROOT/%_docdir %fdupes %buildroot/%_docdir
/sbin/ldconfig -n $RPM_BUILD_ROOT%{_libdir} /sbin/ldconfig -n %buildroot%{_libdir}
%post -n librtas1 -p /sbin/ldconfig %post -n librtas1 -p /sbin/ldconfig
%postun -n librtas1 -p /sbin/ldconfig %postun -n librtas1 -p /sbin/ldconfig
%files -n librtas1 %files -n librtas1
%doc Changelog
%defattr(-, root, root) %defattr(-, root, root)
%{_libdir}/lib*.so.* %{_libdir}/lib*.so.*