Accepting request 364664 from home:jloeser:branches:devel:libraries:c_c++

version update to 1.4.0 (FATE#319934)

OBS-URL: https://build.opensuse.org/request/show/364664
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/librtas?expand=0&rev=34
This commit is contained in:
Michal Vyskocil 2016-03-02 17:17:34 +00:00 committed by Git OBS Bridge
parent 3550e2aa6e
commit fd59817935
4 changed files with 23 additions and 22 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 2 14:09:55 UTC 2016 - jloeser@suse.com
- version update to 1.4.0 (FATE#319934)
- see Changelog under librtas-1.4.0/Changelog
-------------------------------------------------------------------
Wed Oct 29 12:08:14 UTC 2014 - jloeser@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package librtas
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,23 +17,21 @@
Name: librtas
Version: 1.3.13
Release: 0
Summary: Libraries to provide access to RTAS calls and RTAS events
License: CPL-1.0
Group: Development/Libraries/C and C++
Url: http://librtas.ozlabs.org/
#Git-Clone: git://git.code.sf.net/p/librtas/code
Source0: http://sourceforge.net/projects/librtas/files/librtas-%{version}.tar.gz
Source1: baselibs.conf
Patch: librtas-failedmagic.patch
BuildRequires: doxygen
Version: 1.4.0
Release: 0
BuildRequires: fdupes
Summary: Libraries to provide access to RTAS calls and RTAS events
License: LGPL-2.1+
Group: System/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: ppc ppc64 ppc64le
Url: https://github.com/nfont/librtas
Source0: %{name}-%{version}.tar.gz
Source1: baselibs.conf
Patch: librtas-failedmagic.patch
%description
%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 the kernel in making
@ -58,7 +56,7 @@ Group: Documentation/Other
%description doc
This package provides librtas documentation
%package -n librtas1
%package -n librtas1
Summary: Libraries to provide access to RTAS calls and RTAS events
Group: System/Libraries
@ -75,7 +73,6 @@ contents of RTAS events.
%prep
%setup -q
%patch
sed s,rtasevent,ofdt,g <doxygen.rtasevent >doxygen.ofdt
%build
make CFLAGS="%optflags -fPIC -g -I $PWD/librtasevent_src" LIB_DIR="%{_libdir}" %{?_smp_mflags}
@ -91,8 +88,8 @@ make install DESTDIR=%buildroot LIB_DIR="%{_libdir}"
%postun -n librtas1 -p /sbin/ldconfig
%files -n librtas1
%doc Changelog
%defattr(-, root, root)
%doc Changelog
%{_libdir}/lib*.so.*
%files devel
@ -100,11 +97,9 @@ make install DESTDIR=%buildroot LIB_DIR="%{_libdir}"
/usr/include/*
%{_libdir}/librtasevent.so
%{_libdir}/librtas.so
%{_libdir}/libofdt.so
%files doc
%defattr(-, root, root)
%doc COPYRIGHT
%doc %{_docdir}/librtas
%doc %{_docdir}/librtas
%changelog