Merge-review cleanup (#226059)
Signed-off-by: Roman Rakus <rrakus@redhat.com>
This commit is contained in:
parent
c85e50ac09
commit
aa3e3c106a
13
librtas.spec
13
librtas.spec
@ -1,21 +1,17 @@
|
|||||||
Summary: Libraries to provide access to RTAS calls and RTAS events
|
Summary: Libraries to provide access to RTAS calls and RTAS events
|
||||||
Name: librtas
|
Name: librtas
|
||||||
Version: 1.3.4
|
Version: 1.3.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: http://librtas.ozlabs.org
|
URL: http://librtas.ozlabs.org
|
||||||
License: CPL
|
License: CPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
|
|
||||||
Source: http://librtas.ozlabs.org/releases/%{name}-%{version}.tar.gz
|
Source: http://librtas.ozlabs.org/releases/%{name}-%{version}.tar.gz
|
||||||
|
#Fedora specific patch
|
||||||
Patch0: %{name}-1.3.4-libdir.patch
|
Patch0: %{name}-1.3.4-libdir.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
ExclusiveArch: ppc ppc64
|
ExclusiveArch: ppc ppc64
|
||||||
|
|
||||||
Requires(post): /sbin/ldconfig
|
|
||||||
Requires(postun): /sbin/ldconfig
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The librtas shared library provides userspace with an interface
|
The librtas shared library provides userspace with an interface
|
||||||
through which certain RTAS calls can be made. The library uses
|
through which certain RTAS calls can be made. The library uses
|
||||||
@ -44,7 +40,7 @@ developing programs using librtas.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}/%{_libdir}
|
mkdir -p %{buildroot}/%{_libdir}
|
||||||
%{__make} install DESTDIR=%{buildroot} LIB_DIR=%{_libdir}
|
%{__make} install DESTDIR=%{buildroot} LIB_DIR=%{_libdir} INSTALL="install -p"
|
||||||
%{__rm} -rf %{buildroot}%{_datadir}/doc
|
%{__rm} -rf %{buildroot}%{_datadir}/doc
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
@ -74,6 +70,9 @@ mkdir -p %{buildroot}/%{_libdir}
|
|||||||
%{_libdir}/libofdt.so
|
%{_libdir}/libofdt.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 11 2010 Parag Nemade <paragn AT fedoraproject.org> 2.30.3-3
|
||||||
|
- Merge-review cleanup (#226059)
|
||||||
|
|
||||||
* Mon Sep 21 2009 Roman Rakus <rrakus@redhat.com> - 1.3.4-1
|
* Mon Sep 21 2009 Roman Rakus <rrakus@redhat.com> - 1.3.4-1
|
||||||
- Upstream release 1.3.4
|
- Upstream release 1.3.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user