[librtas] Merge-review cleanup (#226059)

Roman Rakus rrakus at fedoraproject.org
Mon Sep 13 13:01:31 UTC 2010


commit aa3e3c106a651ade2e0d056873525c6d634eb2af
Author: Roman Rakus <rrakus at redhat.com>
Date:   Mon Sep 13 15:01:11 2010 +0200

    Merge-review cleanup (#226059)
    
    Signed-off-by: Roman Rakus <rrakus at redhat.com>

 librtas.spec |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/librtas.spec b/librtas.spec
index beb800f..15f8520 100644
--- a/librtas.spec
+++ b/librtas.spec
@@ -1,21 +1,17 @@
 Summary: Libraries to provide access to RTAS calls and RTAS events
 Name:    librtas
 Version: 1.3.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL:     http://librtas.ozlabs.org
 License: CPL
 Group:   System Environment/Libraries
 
 Source: http://librtas.ozlabs.org/releases/%{name}-%{version}.tar.gz
-
+#Fedora specific patch
 Patch0: %{name}-1.3.4-libdir.patch
 
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExclusiveArch: ppc ppc64
 
-Requires(post): /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
-
 %description
 The librtas shared library provides userspace with an interface
 through which certain RTAS calls can be made.  The library uses
@@ -44,7 +40,7 @@ developing programs using librtas.
 
 %install
 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
 
 %post -p /sbin/ldconfig
@@ -74,6 +70,9 @@ mkdir -p %{buildroot}/%{_libdir}
 %{_libdir}/libofdt.so
 
 %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 at redhat.com> - 1.3.4-1
 - Upstream release 1.3.4
 


More information about the scm-commits mailing list